| .. |
|
commands
|
minor tweaks
|
2010-12-02 11:15:31 +00:00 |
|
settings
|
adding historyLength setting
|
2010-11-24 14:21:50 +00:00 |
|
test
|
fix hints, now all cli tests pass
|
2010-12-02 12:43:11 +00:00 |
|
types
|
Move types from commands/settings.js into types/settings.js
|
2010-12-02 11:15:31 +00:00 |
|
canon.js
|
make addCommand convert parameters types to Types, make exec work on commands as well as command names, and thus remove execRequisition. Move Requisition and Assignment into canon, and lots of tidyup
|
2010-12-02 11:15:31 +00:00 |
|
catalog.js
|
add basic extension catalog
|
2010-11-24 14:21:25 +00:00 |
|
cli.js
|
fix hints, now all cli tests pass
|
2010-12-02 12:43:11 +00:00 |
|
console.js
|
editor.html now boots with a bit of the plugin system
|
2010-11-18 23:13:56 -05:00 |
|
core.js
|
move core into pilot
|
2010-11-23 14:27:16 +00:00 |
|
dom.js
|
move lang.js into pilot
|
2010-11-23 14:35:01 +00:00 |
|
event.js
|
minor tidy-up
|
2010-11-24 14:13:40 +00:00 |
|
event_emitter.js
|
minor tweaks
|
2010-12-02 11:15:31 +00:00 |
|
fixoldbrowsers.js
|
move old browser fixes to a separate file, and have way to startup/shutdown other modules
|
2010-11-23 12:34:14 +00:00 |
|
index.js
|
make sure new settings and commands are registered properly
|
2010-12-02 11:15:31 +00:00 |
|
lang.js
|
minor tidy-up
|
2010-11-26 16:11:40 +00:00 |
|
oop.js
|
move oop.js into pilot
|
2010-11-23 14:36:12 +00:00 |
|
plugin_manager.js
|
remove command support from the plugin manager, and tidy up
|
2010-11-24 15:56:53 +00:00 |
|
promise.js
|
editor.html now boots with a bit of the plugin system
|
2010-11-18 23:13:56 -05:00 |
|
proxy.js
|
minor tidy-up
|
2010-11-24 14:13:40 +00:00 |
|
settings.js
|
rename Type methods: s/toString/stringify and s/fromString/parse to avoid clash with built in meaning for toString. Also add lots of documentation, a new DeferredType, and lots more checks to how types are created
|
2010-12-02 11:15:31 +00:00 |
|
stacktrace.js
|
editor.html now boots with a bit of the plugin system
|
2010-11-18 23:13:56 -05:00 |
|
types.js
|
Have Status use string constants in place of numbers for easy debugging for now
|
2010-12-03 15:38:13 +00:00 |
|
util.js
|
new arrayRemove method
|
2010-12-02 11:15:31 +00:00 |