Commit graph

3,618 commits

Author SHA1 Message Date
Jan Jongboom
f74824a9b4 Add vbscript mode 2012-11-22 13:34:31 -05:00
Jan Jongboom
bf58685732 Tool shizzle 2012-11-22 13:34:18 -05:00
Jan Jongboom
a64855b8bf Wip 2012-11-16 10:08:56 -05:00
Lennart Kats
d96cbba3c1 Merge pull request #1090 from ajaxorg/highlighting/js
red highlight of reserved keywords is too bright
2012-11-08 10:40:17 -08:00
Matt
e524d6b20a Merge pull request #1091 from ajaxorg/site
add pixie and acebug logo
2012-11-08 10:34:38 -08:00
nightwing
345f08bd2e add pixie and acebug logo 2012-11-08 22:26:45 +04:00
nightwing
f6e961ed75 red highlight of reserved keywords is too bright 2012-11-08 22:16:19 +04:00
Garen Torikian
96f534ae81 Merge pull request #1086 from ajaxorg/folding-lua
Folding lua
2012-11-07 09:08:15 -08:00
Mostafa Eweda
64421a0c5e Merge pull request #1084 from ajaxorg/theme-padding
allow themes to set padding
2012-11-07 00:07:37 -08:00
Mostafa Eweda
2c86ab5bcd Merge pull request #1085 from ajaxorg/folding-2
improve folding behavior
2012-11-06 23:48:06 -08:00
Mostafa Eweda
c622a1097e Merge pull request #1083 from ajaxorg/folding-1
add more folding rules
2012-11-06 15:20:05 -08:00
Mostafa Eweda
48f06449f5 Merge pull request #1082 from ajaxorg/worker
update jshint and csslint
2012-11-06 15:18:37 -08:00
Mostafa Eweda
d5039f75c6 Merge pull request #1079 from ajaxorg/requestAnimationFrame
use request animation frame
2012-11-06 14:52:16 -08:00
Lennart Kats
109e9326a9 Merge pull request #1073 from ajaxorg/c9
small changes needed for c9
2012-11-05 01:28:24 -08:00
Mostafa Eweda
b557fe931d Merge pull request #1080 from ajaxorg/hotfix/build
Hotfix
2012-11-04 11:57:52 -08:00
nightwing
329ed752db allow themes to set padding 2012-11-04 23:48:46 +04:00
nightwing
e220a11f34 nicer mouse behavior for foldwigets
activate on mousedown and on double click
2012-11-04 18:10:37 +04:00
nightwing
ebd4b5bfaa improve comment folding 2012-11-04 18:09:29 +04:00
nightwing
3bcb122a72 add foldMode.closingBracketBlock 2012-11-04 18:08:40 +04:00
nightwing
ccee8e7041 fix several typos 2012-11-04 18:08:40 +04:00
nightwing
e1697c2dfd allow folds with empty placeholder 2012-11-04 18:08:02 +04:00
nightwing
d666d031bd add latex folding 2012-11-04 17:55:05 +04:00
nightwing
611ac16ec7 add folding for markdown mode 2012-11-04 17:54:23 +04:00
nightwing
e5fe3a492f fix jade and typescript folding 2012-11-04 17:52:36 +04:00
nightwing
4252b12d06 add folding for ruby 2012-11-04 17:52:00 +04:00
nightwing
5ab20469c0 simplify lua folding 2012-11-04 17:37:40 +04:00
nightwing
db499d06a9 finish lua folding 2012-11-04 17:34:52 +04:00
nightwing
704eae50c1 lua folding: do not show foldwidgets for keywords in comments 2012-11-04 17:34:52 +04:00
Garen Torikian
98b0026207 Start work on lua fodmode 2012-11-04 17:34:51 +04:00
nightwing
e7339ac321 add UIWorkerClient for debugging 2012-11-04 17:31:16 +04:00
nightwing
5ab67aba78 better deferred call 2012-11-04 17:31:16 +04:00
nightwing
58ac58ee34 allow to change document of session 2012-11-04 17:31:15 +04:00
nightwing
2928bd1ef3 enable workers in demo since firefox bug was fixed 2012-11-04 17:29:07 +04:00
nightwing
89b65c3968 tweak info warning list to match cloud9 2012-11-04 17:29:06 +04:00
nightwing
502b1af138 update jshint and csslint 2012-11-04 17:29:06 +04:00
nightwing
c0841aa843 add missing else 2012-11-04 17:28:20 +04:00
nightwing
f02db6ff62 fix vim zz 2012-11-04 17:25:52 +04:00
nightwing
c4c8b2ec7e fix typo 2012-11-04 17:25:52 +04:00
nightwing
2983fcb9b6 #1061: Problem optimizing ace sources with requirejs optimizer 2012-11-04 17:25:51 +04:00
nightwing
175ed3618b #1054 Opera indent bug 2012-11-04 17:25:51 +04:00
nightwing
6dddfe8edd use requestAnimationFrame 2012-11-04 17:11:42 +04:00
nightwing
ca26a82ef9 increase timeout for bracket highlighting 2012-11-04 17:11:42 +04:00
nightwing
a334a64691 prevent higlight_word from freezing the browser on long lines 2012-11-04 17:11:41 +04:00
Harutyun Amirjanyan
3f8aa00d23 Merge pull request #1075 from wcandillon/master
Improvements in the XQuery mode
2012-11-03 00:54:20 -07:00
Harutyun Amirjanyan
5c36de8644 Merge pull request #1076 from ajaxorg/fix_bad_type
Fix bad type return
2012-11-02 10:15:17 -07:00
Sergi Mansilla
e0f67e2074 Fix bad type return
`this.$annotations` is always an Array, but the return type when `this.$annotations` is falsy is an object. This commit fixes that.
2012-11-02 17:59:39 +01:00
William Candillon
4aef8e9e21 Minor improvements on the syntax highlighter. 2012-11-02 14:36:36 +01:00
Harutyun Amirjanyan
634bc7f59c Merge pull request #1074 from ajaxorg/check-known-command
Check for known command in worker
2012-11-02 06:16:39 -07:00
Lennart Kats
1bd26e19aa Check for known command in worker 2012-11-02 13:46:33 +01:00
William Candillon
c9cef12b9f Merge git://github.com/ajaxorg/ace 2012-11-01 15:45:08 +01:00