Caret/js
2013-09-05 18:20:18 -07:00
..
ace Seriously, commmand? Not cool, Ace. 2013-09-05 18:20:18 -07:00
aceBindings.js Added an aceBindings.js file to act as the abstraction between DOM-triggered commands and Ace. 2013-09-04 12:45:06 -07:00
command.js Bug in the command system was failing to close over callbacks properly. 2013-09-01 18:26:22 -07:00
dialog.js Dialog focus only - fixes #5 2013-09-04 16:36:33 -07:00
dom2.js Continue the HTML5 hotness by using <template> in the dialog instead of constructing DOM manually 2013-09-01 17:41:52 -07:00
editor.js Fixes #11, but may revert if this proves inconvenient. 2013-09-05 08:28:40 -07:00
file.js Enable file manager support on ChromeOS, fix some bugs with retained files. 2013-09-04 18:36:27 -07:00
json.js First stab at menus from config file instead of hardcoding 2013-08-22 18:08:04 -07:00
keys.js Added ability to fire Ace commands directly from keys.json, will be useful for Sublime bindings. Fixes #8. Still need to unbind these commands on startup, or they won't take effect. 2013-09-05 08:24:46 -07:00
main.js Added a note re: the init event pair 2013-09-01 18:28:31 -07:00
menus.js Settings now loaded from config into sync storage, editable as if files. 2013-09-03 08:47:59 -07:00
sessions.js Fixes #11, but may revert if this proves inconvenient. 2013-09-05 08:28:40 -07:00
settings.js Live reload for settings files. 2013-09-04 12:26:09 -07:00