Kevin Dangoor
e320a024aa
now creates a new, svelte build
2011-01-12 00:20:16 -05:00
Kevin Dangoor
2a2a05bab3
modules weren't being cached (so doing require("foo") twice would
...
return two independent copies of the foo module, thus messing up
any state stored in that module)
the visible evidence of this is that commands (such as keyboard
movements) could not be found
2011-01-11 23:18:23 -05:00
Joe Walker
da32d7dc36
adding new dryice build files
2011-01-12 01:18:58 +00:00
Joe Walker
3b8cc5e37d
simplify startup options for easy re-impl of require
2011-01-12 01:13:54 +00:00
Joe Walker
7e675430b1
simplify startup
2011-01-05 11:33:43 +00:00
Joe Walker
d4a4857b01
move cockpit/pilot to a submodules
2010-12-23 15:30:55 +00:00
SunboX
832e4402d6
added php syntax highlighting
2010-12-16 20:36:47 +01:00
Joe Walker
0f505962d0
Merge branch 'master' of https://github.com/ajaxorg/ace
...
Conflicts:
plugins/cockpit/cli.js
plugins/cockpit/lib/ui/plain.js
plugins/cockpit/ui/plain.css
plugins/cockpit/ui/plain.js
plugins/pilot/canon.js
plugins/pilot/lib/commands/history.js
2010-12-15 19:46:40 +00:00
Joe Walker
9cff2e0908
lots of work fixing bugs with the command line, also removal of useless console.log
2010-12-15 18:58:46 +00:00
Fabian Jakobs
c5f63c7112
put functions from old "ace/lib" modules directly
...
on "exports"
2010-12-15 11:04:14 +01:00
Kevin Dangoor
b75e43962a
add register hook to register global things (settings, commands, types)
...
from plugins. startup hook is used for starting an individual instance.
2010-12-14 11:16:53 -08:00
Fabian Jakobs
46ac14ab62
make sure the browser fix is always loaded
2010-12-13 10:40:48 +01:00
Fabian Jakobs
f370a6f7fa
remove lib directory from plugins otherwise the
...
modules cannot be loaded with nodejs
2010-12-13 10:40:40 +01:00
Fabian Jakobs
cbb6215145
rename all language mode classes to 'Mode'.
2010-12-10 18:07:06 +01:00
Fabian Jakobs
a4fcd3fd89
convert python mode to exports style and add it to the demo
2010-12-10 17:11:43 +01:00
Fabian Jakobs
f7c217d7a4
Merge remote branch 'remotes/mozilla/master'
...
Conflicts:
demo/editor-build.html
demo/editor.html
2010-12-10 16:54:14 +01:00
Fabian Jakobs
2f36e65d43
update editor demo to add python mode
2010-12-09 10:59:57 +01:00
Joe Walker
38c9fc7a93
a big lump of work to get the command line able to execute commands, and to hack in a trivial cli
2010-12-08 13:13:33 +00:00
Joe Walker
9ee72169ac
more startup hackery to populate the environment
2010-11-24 15:56:31 +00:00
Joe Walker
0f6cc17340
hacking startup to setup an environment with settings
2010-11-24 14:14:05 +00:00
Joe Walker
81cb24ef17
minor tidyups
2010-11-23 14:50:28 +00:00
Joe Walker
0977c392f1
move event.js into pilot
2010-11-23 14:33:38 +00:00
Joe Walker
fca0eeb1ff
Minor tidyups
2010-11-23 12:28:29 +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
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
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
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
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
Fabian Jakobs
18f58071fb
update packaged ace
2010-11-09 09:51:50 +01:00
Fabian Jakobs
dce8d5dbf3
update requireJS
2010-11-09 09:24:06 +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
b86f9c205f
fix typo in the demo
2010-11-05 10:50:19 +01:00
Fabian Jakobs
e377e03a82
use lower case file names and use define(function(require, exports, module) {})
2010-11-05 09:45:01 +01:00
Fabian Jakobs
968ebb10d6
add demo using the built version of ACE
2010-11-04 16:34:44 +01:00
Fabian Jakobs
58494e088c
rename "src" to "lib"
2010-10-27 13:11:21 +02:00
Fabian Jakobs
81df50da2d
move files one level up
2010-10-27 12:39:54 +02:00
Fabian Jakobs
112b5f76ed
split repos
2010-10-27 12:04:58 +02:00
Fabian Jakobs
4733421aa8
remove "ace/ace" and replace it by more specific modules
2010-10-26 17:05:03 +02:00
Fabian Jakobs
242cfb76eb
extend theme support
...
add tool to import TextMate Themes
2010-10-25 13:55:39 +02:00
Eddy Bruel
e5fbc1f207
Fixed document mode switch
2010-10-21 10:44:22 +02:00
Fabian Jakobs
59584a0e11
update requirejs
2010-10-18 19:52:41 +02:00
Fabian Jakobs
b160b95dfe
add jump function to demonstrate how to jump to
...
the cursor
2010-10-08 13:34:03 +02:00
Fabian Jakobs
f1c00bec5c
update requireJS
2010-09-30 12:36:08 +02:00
Fabian Jakobs
140d80a15e
refactor CSS loading. Now use requireJS
2010-09-30 12:35:57 +02:00
Fabian Jakobs
fe837c321a
use requireJS as loader
2010-09-17 10:08:12 +02:00
Fabian Jakobs
3ce17ef50e
fix resize of editor demo (FF)
2010-05-13 16:58:49 +02:00