Commit graph

481 commits

Author SHA1 Message Date
Joe Walker
5b1f565a4d fix startup issue where a require of oop was missing from canon 2010-11-23 15:54:10 +00:00
Joe Walker
10843ba7e6 remove $ function and property from EventEmitter 2010-11-23 15:52:44 +00:00
Joe Walker
7974ef5a71 s/MEventEmitter/EventEmitter/g 2010-11-23 15:49:02 +00:00
Joe Walker
bd2a2bff98 move event_emitter into pilot 2010-11-23 15:46:59 +00:00
Joe Walker
3d3cef1a6f make canon and settings use EventEmitter 2010-11-23 15:38:32 +00:00
Joe Walker
81cb24ef17 minor tidyups 2010-11-23 14:50:28 +00:00
Joe Walker
be9b8a0f3f move oop.js into pilot 2010-11-23 14:36:12 +00:00
Joe Walker
5f3beef482 move lang.js into pilot 2010-11-23 14:35:01 +00:00
Joe Walker
0977c392f1 move event.js into pilot 2010-11-23 14:33:38 +00:00
Joe Walker
87a15aaa5a move dom.js into pilot 2010-11-23 14:27:44 +00:00
Joe Walker
82143b473b move core into pilot 2010-11-23 14:27:16 +00:00
Joe Walker
504acb230c fix loading
it appears that modules with a shutdown cause a load failure ???
2010-11-23 14:23:49 +00:00
Joe Walker
8d71e5481d comment out urlArgs because it broke debugging. Maybe we should find a way to make this optional? 2010-11-23 12:35:25 +00:00
Joe Walker
1de0d55759 move old browser fixes to a separate file, and have way to startup/shutdown other modules 2010-11-23 12:34:14 +00:00
Joe Walker
45e64eeca0 add canon from skywriter 2010-11-23 12:32:31 +00:00
Joe Walker
af278fa573 add settings from skywriter 2010-11-23 12:30:13 +00:00
Joe Walker
fca0eeb1ff Minor tidyups 2010-11-23 12:28:29 +00:00
Joe Walker
5564b2fd86 addition of types to pilot from skywriter 2010-11-19 15:48:45 +00:00
Joe Walker
fe109276db convert to use the plugin_manager in pilot 2010-11-19 12:33:22 +00:00
Joe Walker
d074c6b279 basic conversion to new command structure 2010-11-19 12:17:54 +00:00
Kevin Dangoor
01e9fdf772 editor.html now boots with a bit of the plugin system 2010-11-18 23:13:56 -05:00
Joe Walker
bb6854aeeb adding license headers to some files that got missed 2010-11-18 11:57:18 +00:00
Joe Walker
b32d86fd60 convert VirtualRenderer to exports style 2010-11-17 13:59:53 +00:00
Joe Walker
b8e69a00f7 convert UndoManger to exports style 2010-11-17 13:55:54 +00:00
Joe Walker
16579a9633 convert Search, Selection and TextInput to exports style 2010-11-17 13:50:56 +00:00
Joe Walker
9270a2b409 convert RenderLoop and ScrollBar to exports style 2010-11-17 13:08:22 +00:00
Joe Walker
d38f91d31c convert Range to exports style 2010-11-17 13:06:25 +00:00
Joe Walker
bd112a4663 convert document, editor, keybinding and plugin_manager to exports style 2010-11-17 13:03:47 +00:00
Joe Walker
1e1374fef0 convert Document to exports style 2010-11-17 12:56:20 +00:00
Joe Walker
fbcb00e129 convert themes to exports style 2010-11-17 12:51:33 +00:00
Joe Walker
7f0930ea51 convert the remaining modes to exports style 2010-11-17 12:16:51 +00:00
Joe Walker
805a181d1a export style for html mode 2010-11-17 11:56:44 +00:00
Joe Walker
dee4708658 export style for doc comments 2010-11-17 11:48:00 +00:00
Joe Walker
a58e3556b7 fix path left behind due to changeset clash 2010-11-15 15:34:16 +00:00
Joe Walker
4ab7c653cc converting modules to use exports style rather than return style 2010-11-15 13:50:13 +00:00
Joe Walker
6b7af71614 moving and repointing editor paths so it will load via file:// 2010-11-15 13:06:56 +00:00
Joe Walker
57f1c2bf95 upgrade to requirejs - warning the copy in demo is only a partial upgrade to fix the immediate text loading issue 2010-11-15 12:59:24 +00:00
Joe Walker
b91f4d0941 adjusting paths to use ace/ rather than ./ 2010-11-15 12:45:07 +00:00
Fabian Jakobs
b06c2f9a76 bring back packages ace 2010-11-09 09:54:33 +01:00
Fabian Jakobs
fe57908671 temporarily remove build 2010-11-09 09:52:23 +01:00
Fabian Jakobs
18f58071fb update packaged ace 2010-11-09 09:51:50 +01:00
Fabian Jakobs
4afbcbec55 pre load default commands 2010-11-09 09:45:37 +01:00
Fabian Jakobs
fde5198af0 use relative module IDs 2010-11-09 09:34:31 +01:00
Fabian Jakobs
89181da423 fix some refactoring bugs 2010-11-09 09:24:24 +01:00
Fabian Jakobs
dce8d5dbf3 update requireJS 2010-11-09 09:24:06 +01:00
Fabian Jakobs
89537e1bb7 reapply renderloop IE fix 2010-11-09 08:56:04 +01:00
Fabian Jakobs
bb1fe29944 Merge branch 'master' into define
Conflicts:
	lib/ace/RenderLoop.js
2010-11-09 08:54:34 +01:00
Fabian Jakobs
2c0368ff6c rename part #2 2010-11-09 08:50:08 +01:00
Fabian Jakobs
3adeac683d apply Kevin's refactoring
- lower case file names
- use define(function(require, exports, module) {..})
2010-11-09 08:48:19 +01:00
martinwittemann
682df4e76d Fixed IE problem. 2010-11-08 18:50:45 +08:00