.. |
ace
|
Updated Ace, added Handlebars support.
|
2013-10-06 20:18:05 -07:00 |
aceBindings.js
|
That's what bind() is for.
|
2013-10-07 18:18:41 -07:00 |
command.js
|
Rework Ace bindings to rebind at the editor level, since we use a similar command structure
|
2013-09-05 19:07:01 -07:00 |
dialog.js
|
Fix a save dialog bug.
|
2013-09-24 15:35:15 -07:00 |
dom2.js
|
Add drag and drop tabs, fix some CSS.
|
2013-09-13 11:13:00 -07:00 |
editor.js
|
Added statusbar module. Fixes #39
|
2013-09-20 08:31:04 -07:00 |
file.js
|
Converted file to use Manos, a miniature async library.
|
2013-10-08 08:14:02 -07:00 |
fileManager.js
|
Restore retained files using Manos async instead of more complicated inline async flow.
|
2013-10-08 08:31:13 -07:00 |
keys.js
|
Menu tweaks, fix for Toggle Macro shortcut.
|
2013-10-03 11:04:39 -07:00 |
main.js
|
Added option to disable update prompting.
|
2013-09-20 09:24:13 -07:00 |
manos.js
|
Restore retained files using Manos async instead of more complicated inline async flow.
|
2013-10-08 08:31:13 -07:00 |
menus.js
|
Fix a bug with deactivating menus on editor focus.
|
2013-10-07 17:59:10 -07:00 |
palette.js
|
Improved search within files to list all results, but only one per line
|
2013-10-03 21:33:04 -07:00 |
sessions.js
|
Consistency in messages (forgot that session is singular).
|
2013-10-06 23:21:04 -07:00 |
settings.js
|
Special handling for config JSON that's just an array (i.e. menus.json)
|
2013-09-24 08:35:41 -07:00 |
statusbar.js
|
Removed unreliable selection character counts. Added option for line ending format.
|
2013-09-20 12:42:24 -07:00 |
tab.js
|
Fix a bug in saving a new file
|
2013-10-07 17:54:00 -07:00 |