Commit graph

2,377 commits

Author SHA1 Message Date
Fabian Jakobs
b3b1dcbbac fix typo 2011-12-20 16:36:29 +01:00
Fabian Jakobs
d0cfaca836 fix tests 2011-12-20 15:16:09 +01:00
Fabian Jakobs
9a5718433b package 2011-12-20 14:51:51 +01:00
Fabian Jakobs
26947b5ab1 Merge pull request #589 from ajaxorg/info-marker
"Info" icon for gutter was still missing.
2011-12-20 05:50:34 -08:00
Fabian Jakobs
495c27df57 package 2011-12-20 14:42:00 +01:00
Fabian Jakobs
ea23efaed2 scroll events are now on the edit session 2011-12-20 14:35:28 +01:00
Fabian Jakobs
ee123ab4a4 package 2011-12-20 14:31:59 +01:00
Fabian Jakobs
e766d70b07 move scroll top and scroll left into the edit_session
so they can be persisted when changing sessions.
2011-12-20 14:00:47 +01:00
Zef Hemel
1154cb8f71 "Info" icon for gutter was still missing. 2011-12-20 12:45:59 +01:00
Fabian Jakobs
26fb2ae0bb package 2011-12-20 12:20:13 +01:00
Fabian Jakobs
f3cd1d1f7e kitchen sink gets its own set of themes 2011-12-20 12:18:02 +01:00
Fabian Jakobs
3b7871ce0e fix flash of hidden textarea 2011-12-20 12:16:49 +01:00
Fabian Jakobs
ec7ac55a6b package 2011-12-19 15:30:56 +01:00
Fabian Jakobs
c08d09bfb4 use strict 2011-12-19 15:15:29 +01:00
Fabian Jakobs
65c0bd1213 cleanups 2011-12-19 15:15:17 +01:00
Fabian Jakobs
5b6872b702 fix tests 2011-12-19 13:29:16 +01:00
Fabian Jakobs
63e037f544 package 2011-12-19 13:22:23 +01:00
Fabian Jakobs
b8f15cb81b Merge branch 'master' of github.com:ajaxorg/ace 2011-12-19 13:21:18 +01:00
Fabian Jakobs
b4d9100a90 package 2011-12-19 13:21:11 +01:00
Fabian Jakobs
1f40a1d21d give kitchen sink its own build target 2011-12-19 13:18:44 +01:00
Fabian Jakobs
3771ae8545 completely refactor and cleanup build script 2011-12-19 13:05:34 +01:00
Fabian Jakobs
fcaeafb07d use no conflict version of ace for the demo 2011-12-19 13:04:17 +01:00
Fabian Jakobs
9e35b31e2d use nicer script name for bookmarklet 2011-12-19 13:02:38 +01:00
Fabian Jakobs
47aa0d88c9 mark modules as packaged 2011-12-19 13:02:10 +01:00
Fabian Jakobs
3e88268332 add jump to matching brace command 2011-12-19 12:04:22 +01:00
Fabian Jakobs
d2a783f824 use _emit iso _dispatchEvent 2011-12-19 12:03:57 +01:00
Fabian Jakobs
02f1447e2c emit scroll events 2011-12-19 12:02:42 +01:00
Fabian Jakobs
1c90af5612 Merge pull request #586 from nightwing/pullreq
coffee script folding + horizontal scroll fixes
2011-12-19 01:17:22 -08:00
nightwing
de9370ae92 fix marker sizing 2011-12-18 19:03:57 +04:00
nightwing
00bc66fd9a fix regression with horizontal scrolling 2011-12-18 19:03:09 +04:00
nightwing
a673864f38 coffescript folding improvements (fixes #582) 2011-12-18 18:15:35 +04:00
Fabian Jakobs
a40c6a9211 Cleanup build system
* create no conflict packed version of ace
* move text area code into the normal code base
* remote special cased code for textarea
2011-12-16 16:32:07 +01:00
Fabian Jakobs
512a82015f Merge pull request #580 from nightwing/pullreq
python folding tests + some bugfix
2011-12-16 03:01:35 -08:00
Fabian Jakobs
3bd7b0a59a Merge pull request #579 from okonomiyaki3000/master
Don't let $tokenizeRows return empty array. Rename variable 'char' as 'chr'
2011-12-16 00:12:35 -08:00
okonomiyaki3000
581668441a Changed 6 instances of 'char' to 'chr'. char is a reserved word in JavaScript and should not be used as a variable name. 2011-12-16 15:15:54 +09:00
okonomiyaki3000
2fd1c7565b Problem: It seems that, under circumstances I do not understand, some NaN value gets passed to getState and then on to $tokenizeRows which causes empty array to be returned. getState then tries to access element 0 of this array and ugly things start to happen.
Solution: never return empty array from $tokenizeRows
2011-12-16 15:05:22 +09:00
nightwing
7f8401ef07 cdata isn't a tag 2011-12-15 22:00:31 +04:00
nightwing
3f123b19a6 shift click should add subfolds until document end if foldWidgetRange is null 2011-12-15 21:48:15 +04:00
nightwing
41d8cfa4ef fixed exception in xml folding when tags are not balanced 2011-12-15 21:46:18 +04:00
nightwing
a424fb5da5 in html "style" and "script" should match only exact word 2011-12-15 21:38:00 +04:00
nightwing
ab4ad37e5a add missing variable declaration 2011-12-15 20:53:06 +04:00
nightwing
c491ec9a5b handle case when fold is on single line 2011-12-15 20:53:05 +04:00
nightwing
ac43a82c02 tweak python folding and add tests 2011-12-15 20:53:05 +04:00
nightwing
e24dab2ea1 rewriting bound function doesn't work 2011-12-15 20:53:05 +04:00
Fabian Jakobs
25400848f2 fix folding after html mode changes 2011-12-15 17:23:34 +01:00
Fabian Jakobs
eb021d957e package 2011-12-14 17:06:05 +01:00
Fabian Jakobs
6b80c3581e add dreamweaver theme to the build script 2011-12-14 17:04:51 +01:00
Adam Jimenez
3b647e1aa7 dragTimer renamed to dragDelay
Conflicts:

	lib/ace/mouse/mouse_handler.js
2011-12-14 17:00:25 +01:00
Adam Jimenez
50e6df7e15 code style improvements
Conflicts:

	lib/ace/virtual_renderer.js
2011-12-14 16:59:14 +01:00
Fabian Jakobs
9f3c7630db Merge commit 'e8c077e90d'
Conflicts:
	lib/ace/mouse/mouse_handler.js
2011-12-14 16:57:58 +01:00