Commit graph

649 commits

Author SHA1 Message Date
Kevin Dangoor
e320a024aa now creates a new, svelte build 2011-01-12 00:20:16 -05:00
Kevin Dangoor
0439f93487 updated build 2011-01-11 23:19:31 -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
Kevin Dangoor
bcf8ad2457 updated module that fixes error 2011-01-11 23:16:30 -05:00
Kevin Dangoor
8465d733d7 switch to using the mozilla cockpit module 2011-01-11 23:15:56 -05:00
Joe Walker
c13e39c672 adding dryice submodule 2011-01-12 01:19:49 +00:00
Joe Walker
da32d7dc36 adding new dryice build files 2011-01-12 01:18:58 +00:00
Joe Walker
d984ebbec4 added temporary static web server 2011-01-12 01:16:37 +00:00
Joe Walker
e9327b1ebb new partially working build setup 2011-01-12 01:15:59 +00:00
Joe Walker
ce503c7470 catchup with cockpit (pilot really) 2011-01-12 01:15:13 +00:00
Joe Walker
e6faa6ab06 tweak require lines for absolute paths to simplify startup 2011-01-12 01:14:40 +00:00
Joe Walker
3b8cc5e37d simplify startup options for easy re-impl of require 2011-01-12 01:13:54 +00:00
Joe Walker
6807a9c7dd removing old build system 2011-01-10 21:11:09 +00:00
Joe Walker
5a74d8f944 catchup with cockpit 2011-01-07 12:20:09 +00:00
Joe Walker
0bbdc84ef3 Merge ../../../ace 2011-01-07 12:15:00 +00:00
Joe Walker
60ddae77a8 catchup with cockpit 2011-01-07 12:12:23 +00:00
Joe Walker
a7ab6cd1f7 project files, back from the dead? 2011-01-07 12:08:11 +00:00
Joe Walker
2eb071a309 catchup with cockpit 2011-01-05 17:56:14 +00:00
Joe Walker
7e675430b1 simplify startup 2011-01-05 11:33:43 +00:00
Joe Walker
086d673db1 catchup with cockpit 2011-01-05 11:33:15 +00:00
Joe Walker
496e29de2d cockpit submodule catchup 2011-01-04 15:52:30 +00:00
Joe Walker
8cf2c04047 merge 2011-01-04 15:10:14 +00:00
Joe Walker
725d53824f catchup with changes in cockpit - use cockputInput as element it 2011-01-04 13:31:23 +00:00
Joe Walker
62f9f22491 fix for selection misused - should go via the editor. not sure how this got missed out of commits 2011-01-04 13:31:01 +00:00
Joe Walker
d4a4857b01 move cockpit/pilot to a submodules 2010-12-23 15:30:55 +00:00
André Fiedler
c01b99180a doc comment mode: added TODO 2010-12-20 03:52:09 +08:00
André Fiedler
b777e08e1a php mode: added highlighting for STD*** constants 2010-12-20 03:52:08 +08:00
André Fiedler
a2dc7c8456 php mode: nicer regexp 2010-12-20 03:52:08 +08:00
Fabian Jakobs
b6bd3fb726 backspace should eat 4 spaces when the cursor is positioned after a tab
(also for navigation and selection)
2010-12-18 16:24:48 +01:00
Fabian Jakobs
16b12da3e3 make test definitions async 2010-12-18 15:45:23 +01:00
Fabian Jakobs
26b57a3b91 fix link in README 2010-12-17 10:01:12 +01:00
Fabian Jakobs
d8f890318f aaaand it's gone 2010-12-17 09:33:24 +01:00
Fabian Jakobs
f99499bac3 add more interesting PHP example code 2010-12-17 09:31:42 +01:00
SunboX
44907e90f4 Merge branch 'master' of https://github.com/ajaxorg/ace 2010-12-16 21:59:47 +01:00
SunboX
8db8b9b828 some smoother colors 2010-12-16 21:35:56 +01:00
SunboX
d4d47c9ddd one more bug fix :/ 2010-12-16 21:22:21 +01:00
SunboX
193c9cfd8b small fix & changed contributor ;o) 2010-12-16 21:18:23 +01:00
SunboX
f6cae22c2c new color theme: Pastel on dark 2010-12-16 21:02:23 +01:00
SunboX
832e4402d6 added php syntax highlighting 2010-12-16 20:36:47 +01:00
Fabian Jakobs
e6b3ed5ac9 fix keyutil 2010-12-16 19:09:27 +01:00
Fabian Jakobs
c2c2fa3448 add deprecation warning 2010-12-16 19:09:13 +01:00
Fabian Jakobs
d45b248bff extract type checks into a separate module 2010-12-16 19:07:12 +01:00
Fabian Jakobs
ad19a8f98e consolidate user agent sniffing from util.js and
core.js into a new module useragent.js
2010-12-16 18:50:26 +01:00
Fabian Jakobs
d78bb1b5ab remove type check 2010-12-16 18:25:29 +01:00
Fabian Jakobs
cb547d86bc remove repeatString from util 2010-12-16 18:25:16 +01:00
Fabian Jakobs
5b02b658fe remove stopEvent from util -> event 2010-12-16 18:24:58 +01:00
Fabian Jakobs
74408f30ac remove css class handling from util.js 2010-12-16 18:24:34 +01:00
Fabian Jakobs
c0540f7e1e move arrayRemove to lang 2010-12-16 18:22:34 +01:00
Fabian Jakobs
a7963dc9a4 use more robust type checks 2010-12-16 18:21:43 +01:00
Fabian Jakobs
80a11082b1 auto indent fix 2010-12-16 15:06:40 +01:00