0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed error in package name More... over 10 years ago
Fixed name so it is human readable More... over 10 years ago
some minor refactoring around menus. Nothing major. More... over 10 years ago
added conversion between tabs and spaces. Fixed issue #2 More... over 11 years ago
removed keyboard shortcuts (conflict with brackets). and updating readme More... over 11 years ago
some refactoring for menu creation. More... over 11 years ago
adding support for brackets sprint 10. added support for context menus in editor. some minor refactoring More... over 11 years ago
removed reference to base64 support which was removed. More... almost 12 years ago
updating to work with latest brackets menu api changes. removing ability to encode / decode base64 strings More... almost 12 years ago
added some checks to base64 encoding, to fail silently is encoding fails (mostly if you try to encode a utf8 char). A message will be written to the console if encoding fails. More... almost 12 years ago
putting in some error checking when trying to decode a base6 encoded string. If you try to decode a non-encoded string, it will fail silently, and a message will be printed to the console. More... almost 12 years ago
changed code to use menu.addMenuDivider() More... almost 12 years ago
updating menu location More... almost 12 years ago
updating to work with new extension menu / command api More... almost 12 years ago
moved dynamic html to a template. added support for handlebars More... almost 12 years ago
now access private _codeMirror instance directly, as there is no other way to replace text More... almost 12 years ago
initial code for adding handlebars support More... almost 12 years ago
added Strip Trailing Whitespace : Strips all extraneous whitespace from lines. Useful for cleaning up JavaScript code that needs to pass JSLint. More... almost 12 years ago
adding support for base64 encoding and decoding. More... almost 12 years ago
added ability to toggle between quotes More... almost 12 years ago
some refactoring. added encode / decode uri component More... almost 12 years ago
adding some more usage info More... almost 12 years ago
updating reading with list of functionality More... almost 12 years ago
added menu items under Edit > Convert More... almost 12 years ago
added info for decoding html entities More... almost 12 years ago
added html entity decoding More... almost 12 years ago
putting in info for extension More... almost 12 years ago
cleaning up some code More... almost 12 years ago
fixing formatting More... almost 12 years ago
updating with installation and usage info. More... almost 12 years ago