Commit graph

4,472 commits

Author SHA1 Message Date
Fabian Jakobs
3a892c7207 fix tests 2011-01-12 15:33:42 +01:00
Fabian Jakobs
36074ac3a4 make bg tokenizer API sync again 2011-01-12 15:33:31 +01:00
Fabian Jakobs
ed9b0d4f0a the document's lines array is no longer public 2011-01-12 15:32:53 +01:00
Joe Walker
de202c1eee tweak build file to make it easy to select which components to include 2011-01-12 14:06:12 +00:00
Joe Walker
d28e826e9f updated build 2011-01-12 13:30:47 +00:00
Joe Walker
5919f7ddae fixed handing of strings vs buffers and removed some old cruft 2011-01-12 13:30:27 +00:00
Joe Walker
95d9ac6921 new build files 2011-01-12 12:48:15 +00:00
Joe Walker
25573105b7 remove the contents of the div once weve injected into the editor. this may not be the best solution for the long term, but its a win for now 2011-01-12 12:48:01 +00:00
Joe Walker
0bea52db34 simplify the build script 2011-01-12 12:45:41 +00:00
Joe Walker
0a4e379059 Merge branch 'master' of github.com:mozilla/ace 2011-01-12 11:17:49 +00:00
Joe Walker
bc85026e23 catchup with cockpit 2011-01-12 11:12:35 +00:00
Fabian Jakobs
ecf7ef04c8 allow all characters a regexp flags 2011-01-12 11:56:28 +01:00
Fabian Jakobs
ed2300a72c revert stupid fix 2011-01-12 11:53:31 +01:00
Fabian Jakobs
dd45dfd661 Merge branch 'master' of github.com:ajaxorg/ace 2011-01-12 10:39:33 +01:00
Fabian Jakobs
03cf6c84fb replace LGPL license file with pointers to the three licenses 2011-01-12 10:14:48 +01:00
Fabian Jakobs
0b3e7262bf remove unused argument 2011-01-12 10:12:32 +01:00
Kevin Dangoor
f77233f8dd oops. don't need demo_startup either 2011-01-12 00:32:16 -05:00
Kevin Dangoor
7858f84366 committing updated build - adding resize handling, though this is
incomplete.
2011-01-12 00:25:34 -05:00
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
Irakli Gozalishvili
b133fa0874 Porting ace to teleport + requirejs 2011-01-11 13:35:42 +01:00
Julian Viereck
40472b71fc Implement Document.getScreenRowLength and fix bug if full line seleciton is turned off 2011-01-11 13:34:34 +01:00
Julian Viereck
45f27b3fae Don't perform a replace operation in Document.replace if there is nothing to replace. Increases performance in wrapMode if inserting many lines 2011-01-11 20:05:07 +08:00
Julian Viereck
6db9e31ab6 Use e.clipboardData.getData to get the pasted data if available. Increases speed if pasting a lot of lines 2011-01-11 20:03:43 +08:00
Julian Viereck
0a0db83072 Use e.clipboardData.getData to get the pasted data if available. Increases speed if pasting a lot of lines 2011-01-11 09:35:06 +01:00
Julian Viereck
b59155af7d Fix bug in Document.. If there are no lines after trimming off the spaces/tabs from the end return directly. 2011-01-11 09:20:57 +01:00
Julian Viereck
cb79193eff Don't perform a replace operation in Document.replace if there is nothing to replace. Increases performance in wrapMode if inserting many lines 2011-01-11 09:13:03 +01:00
Fabian Jakobs
f89ed9a319 fix gh issue #30
https://github.com/ajaxorg/ace/issues/#issue/30
2011-01-10 23:26:29 +01:00
Fabian Jakobs
7b07851c8f IE fixes 2011-01-10 23:13:45 +01:00
Joe Walker
6807a9c7dd removing old build system 2011-01-10 21:11:09 +00:00
Julian Viereck
1c6b0d47d5 Don't send changeDelta when calling $insertLines from $insert. Update $wrapData only for changed lines. 2011-01-10 20:02:54 +01:00
Julian Viereck
ddd5b3093d Add changeDelta event on the document 2011-01-10 17:18:14 +01:00
Fabian Jakobs
26053fc0af update pilot 2011-01-10 15:28:03 +01:00
nightwing
21d2d83af1 allow layers to be sized automatically 2011-01-10 15:21:07 +01:00
Fabian Jakobs
83f3f81928 make boot script packager friendly 2011-01-10 13:57:54 +01:00
Fabian Jakobs
d4c11fc3dd update package for demo app 2011-01-10 13:56:16 +01:00
Fabian Jakobs
a8ba592fd2 fix typo 2011-01-10 13:29:42 +01:00
Fabian Jakobs
59133faa2c make rhino happy 2011-01-10 13:22:01 +01:00
Fabian Jakobs
35d29af778 update package 2011-01-10 13:21:47 +01:00
Fabian Jakobs
8e85ac83ab fix packaging and re-add packaged demo 2011-01-10 13:21:12 +01:00