Caret/todo.txt
Thomas Wilburn 1f70339ead .
2013-08-22 13:18:38 -07:00

19 lines
No EOL
838 B
Text

TODO
====
- build menus out using JSON instead of HTML (menu module)
- write require plugin for loading JSON settings either from app or from synch storage
- enable sublime keymappings
- add command palette to menu module
- add settings module with editable config file in synchronized storage
- remember window size/position, always reload in the same position (background.js)
- enable command events on selectboxes/inputs
- add syntax/theme choosers
- add indentation chooser
- add line/column display
- write dialog box module for confirm/alert
- enable opening files from the file browser
- refactor session management to be less ad-hoc
- clean up the file API a bit
- check for runtime.lastError, possibly skip annoying "canceled chooseEntry" messages
- can runtime.sendNativeMessage be used for a build system? Probably crosh only.