Commit graph

1,524 commits

Author SHA1 Message Date
Julian Viereck
c38ddf3245 More work on Split. Update the demo UI on changes 2011-05-23 17:14:29 +02:00
Julian Viereck
0ddbfa66ef First pass of split implementation 2011-05-23 17:14:29 +02:00
Julian Viereck
95a9744c53 Remove no longer needed Makefile.dryice.textarea.js 2011-05-23 11:11:55 +02:00
Julian Viereck
e0cec5a073 Style the Ace Bookmarklet Build page 2011-05-23 11:11:47 +02:00
Julian Viereck
14faa36a51 Update build_support for the bm build 2011-05-23 11:11:31 +02:00
Julian Viereck
2bf1429118 Merge build process for normal and bookmarklet build 2011-05-23 11:11:13 +02:00
Julian Viereck
bc93a71771 Update Readme. Make static.py serve on port 8888 like static.js does. 2011-05-23 11:07:56 +02:00
Fabian Jakobs
e3ccca3663 update packeged ace 2011-05-23 09:00:21 +00:00
Fabian Jakobs
abd3ee2d54 remove debug message 2011-05-23 08:57:48 +00:00
Fabian Jakobs
17c1d1b1ae Merge pull request #257 from fivesixty/master
Fixes for #240/#249 and #255
2011-05-23 01:51:45 -07:00
Fabian Jakobs
0e4993f015 fix tokenizer caching. Fixes #256 2011-05-23 08:45:33 +00:00
c-spencer
cb9bdd120c Fixes for #240 and #255 2011-05-21 00:22:15 +01:00
Fabian Jakobs
6de1e4f5f5 update packaged ace 2011-05-20 15:23:33 +02:00
Fabian Jakobs
51d2a348c7 Don't access private $lines array of the document.
There are document implementations, which don't have this.
2011-05-20 15:23:20 +02:00
Fabian Jakobs
993f2a17ee Merge pull request #253 from fivesixty/master
Add matching group and back reference support to tokenizer rules.
2011-05-20 00:57:51 -07:00
c-spencer
40eba3a401 Get css tests passing (wrong test start rule) and update jsdom library paths 2011-05-19 19:59:50 +01:00
c-spencer
1036aaa057 Apply matched value to tokenizer token functions. 2011-05-19 18:30:03 +01:00
c-spencer
6b660009ad Simplify backreference adjustment 2011-05-19 13:07:42 +01:00
c-spencer
3a1e9398ca Fix match iteration 2011-05-19 12:45:43 +01:00
c-spencer
c2659f24fe Adjust backreferences within tokenizer rules 2011-05-19 12:19:05 +01:00
Chris Spencer
0ebff3b5c9 Bugfix for consecutively typed tokens. 2011-05-19 03:02:08 -07:00
Chris Spencer
ae5e83ea02 Support for matching groups in tokenizer with arrays of tokens. 2011-05-19 02:36:00 -07:00
Fabian Jakobs
7c9d36fd5c Merge pull request #252 from fivesixty/master
Allow empty line to be a matching state.
2011-05-19 00:25:09 -07:00
Chris Spencer
d1e05468c6 Allow empty line to be a matching state. 2011-05-18 12:26:41 -07:00
Fabian Jakobs
84d6b565b6 update packaged ace 2011-05-18 18:30:26 +02:00
Fabian Jakobs
16ab034515 update jshint 2011-05-18 18:29:03 +02:00
Fabian Jakobs
98bd0eeb51 Merge branch 'master' of github.com:ajaxorg/ace 2011-05-18 10:47:34 +02:00
Fabian Jakobs
3b64acbd17 bring back improved fold function 2011-05-18 10:47:16 +02:00
Fabian Jakobs
b2ada28c64 Merge pull request #250 from jviereck/master
Small fixes
2011-05-17 14:36:01 -07:00
Julian Viereck
62f168eb8e Fix bug in EditSession.$updateInternalDataOnChange. Shifting the fold lines on deletion have to use end.row instead of lastRow, as lastRow is "normalized". 2011-05-17 20:28:48 +02:00
Julian Viereck
55e0f8ceff Fix calculation of EditSession.getScreenLength. 2011-05-17 20:19:26 +02:00
Julian Viereck
56619e516b Add 20px more width to the editor/cli 2011-05-17 20:09:13 +02:00
Fabian Jakobs
0400be7be6 remove illegal token from coffee demo 2011-05-16 18:04:57 +00:00
Fabian Jakobs
f4a9c1bc78 improve coffee script error messages 2011-05-16 18:03:00 +00:00
Fabian Jakobs
32b255963d add coffee script syntax checking in a worker 2011-05-16 17:22:28 +00:00
Fabian Jakobs
b5d5d732cc update packaged ace 2011-05-16 17:19:47 +00:00
Fabian Jakobs
c84dc5debb missing komma made fold and foldStart global 2011-05-16 15:10:12 +00:00
Fabian Jakobs
6e2e81d8b5 fix cli resizing in ff 2011-05-16 15:07:06 +00:00
Fabian Jakobs
f65b2d30fc fix #240 2011-05-16 15:00:25 +00:00
Fabian Jakobs
9154938173 update packaged ace 2011-05-16 14:59:32 +00:00
Fabian Jakobs
cbd1baed6e add information about element CSS styles 2011-05-16 07:45:07 -07:00
Fabian Jakobs
2f906bb2c6 refactor worker creation. Fix issue #245 2011-05-16 14:31:32 +00:00
Fabian Jakobs
0c1245091e some CSS tweaks in the demo 2011-05-16 14:30:27 +00:00
Fabian Jakobs
cd577a96f9 ignore npm dir 2011-05-16 13:44:41 +00:00
Fabian Jakobs
6b8028fed1 update packaged ace 2011-05-16 13:43:39 +00:00
Fabian Jakobs
72383f0e75 No need to fallback to existing requireJS. Fix issue #198 2011-05-16 13:41:01 +00:00
Fabian Jakobs
63ef30a156 Merge branch 'master' of github.com:ajaxorg/ace 2011-05-16 15:27:12 +02:00
Fabian Jakobs
40d449ffb4 Merge pull request #233 from probonogeek/master
CSS Sytnax Rule Improvements
2011-05-16 06:26:06 -07:00
Fabian Jakobs
427a6a55fc pilot 2011-05-16 15:24:44 +02:00
Fabian Jakobs
ec986e2f28 Merge pull request #243 from nightwing/pullreq
fixed several annoying bugs
2011-05-16 06:09:07 -07:00