Commit graph

4,135 commits

Author SHA1 Message Date
nightwing
bbdf74261c add worker for lua 2013-03-10 18:04:54 +04:00
nightwing
78e6200e51 update csslint 2013-03-10 18:01:16 +04:00
nightwing
91b42b43d3 update require.js and fix toUrl call 2013-03-10 17:36:12 +04:00
Harutyun Amirjanyan
212214dfad Merge pull request #1289 from nguillaumin/freemarker-mode
Added mode for FreeMarker Java template engine
2013-03-10 05:57:02 -07:00
Lennart Kats
4ab6cab5d9 Merge pull request #1274 from ajaxorg/folding
preserve folds when dragging or moving lines
2013-03-10 04:27:59 -07:00
Nicolas Guillaumin
81e8a582a4 Added mode for FreeMarker Java template engine 2013-03-10 17:06:13 +11:00
nightwing
f7a0e1901e LaTeX mode: do not include opening brace in folds 2013-03-09 01:15:20 +04:00
Lennart Kats
614a0b57d1 Merge pull request #1275 from ajaxorg/dnd
fix editor getting stuck in drag mode
2013-03-08 06:22:42 -08:00
Lennart Kats
c05016d7b7 Merge pull request #1276 from ajaxorg/higlighting/onMatch
restore old behavior of token and add onMatch. fixes #1269
2013-03-08 03:27:51 -08:00
Harutyun Amirjanyan
1e243855a7 Merge pull request #1284 from pthulin/searchbox-issues
Fix bug with searchbox keyboard handler
2013-03-06 22:46:25 -08:00
Per Thulin
bcf9c0410f Fix bug with searchbox keyboard handler
This typo caused a bug where ESC did not leave the Vim INSERT mode.
2013-03-07 00:32:54 +01:00
Garen Torikian
031b3b534b Merge pull request #1281 from ajaxorg/fix/double_tab
Fix double tab
2013-03-05 13:26:46 -08:00
nightwing
dbab5f9210 fix #956 Double tap on trackpad doesn't select word 2013-03-05 00:17:56 +04:00
nightwing
01b7c4a866 do not throw error for key-chains (e.g Ctrl-B Command-Up) 2013-03-05 00:07:33 +04:00
nightwing
c653abf969 add link to slimtext 2013-03-04 18:24:39 +04:00
nightwing
1a4fb3ffcf update tests since move lines up/down does not modify selection anymore 2013-03-03 16:40:24 +04:00
nightwing
f6d88bc10c fix move lines with multiple cursors 2013-03-03 16:20:14 +04:00
nightwing
917420636b add multiSelectAction "forEachLine" 2013-03-03 14:48:36 +04:00
Harutyun Amirjanyan
8d1284ddfa Merge pull request #1279 from wcandillon/master
Add missing XQuery keywords in tokenizer
2013-03-02 05:49:50 -08:00
William Candillon
e9850ad3bd Add missing XQuery keywords. 2013-03-02 14:28:39 +01:00
nightwing
a0e1204ff1 {,5} isn't js regexp a quantifier 2013-03-02 01:23:31 +04:00
nightwing
59713742bc add codebender and debuggex 2013-03-01 23:13:22 +04:00
nightwing
7960652010 restore old behavior of token and add onMatch. fixes #1269 2013-03-01 21:28:10 +04:00
nightwing
1b21841dba make foldAll faster 2013-03-01 16:57:38 +04:00
nightwing
4e82a96353 fix nested folds 2013-03-01 16:57:37 +04:00
nightwing
6f7a33e39b allow multiple selections with shared edges 2013-03-01 16:57:37 +04:00
nightwing
7eeb988f87 cleanup 2013-03-01 16:57:37 +04:00
nightwing
a9dbdaebb4 keep folds while dragging text inside the editor 2013-03-01 16:57:36 +04:00
nightwing
63ce45752c allow toggling fold widget when editor isn't focused 2013-03-01 16:57:36 +04:00
nightwing
43854d7a35 fix moving lines with folds 2013-03-01 16:57:36 +04:00
nightwing
bf2015bf7e cleanup 2013-03-01 16:57:20 +04:00
nightwing
10ab6c3779 modify navigateUp/Down behavior only if selection is multiline 2013-03-01 15:58:04 +04:00
nightwing
af8149098c fix name handling in bindkey 2013-03-01 15:32:17 +04:00
nightwing
5f8fc32dbc fix editor getting stuck in drag mode 2013-03-01 15:26:34 +04:00
Lennart Kats
504faad85d Merge pull request #1272 from ajaxorg/virtual_renderer
fix #1266: Scroller is collapsed when ace initialized with empty value
2013-02-28 08:41:26 -08:00
nightwing
7f85b2584d restore defferedCall 2013-02-28 20:13:12 +04:00
nightwing
9ab5d50e0e tweak mode converter 2013-02-28 14:03:14 +04:00
nightwing
d31110e7ca add highlighting for new and :: in php mode 2013-02-28 14:02:02 +04:00
nightwing
328f0cb347 add more tests for ruby highlighting 2013-02-28 12:24:19 +04:00
nightwing
3dcfc56a40 fix #1250: remove obsolete documentation for loadMode event 2013-02-27 11:50:11 +04:00
nightwing
402cdad04b fix #1266: Scroller is collapsed when ace initialized with empty value 2013-02-27 11:39:47 +04:00
Harutyun Amirjanyan
ad1e74017b Merge pull request #1254 from nemurimasu/master
LSL support
2013-02-25 09:53:57 -08:00
Harutyun Amirjanyan
dc5db8b859 Merge pull request #1268 from wcandillon/master
XQuery Mode bug fixes.
2013-02-25 09:35:50 -08:00
William Candillon
b0504015ee Remove unused event handler. 2013-02-25 18:27:50 +01:00
William Candillon
78a67e95a7 Fixed autoclosing tag behaviour in XQuery. 2013-02-25 17:08:33 +01:00
William Candillon
d6b26632eb Fix lexer bug. 2013-02-25 16:00:12 +01:00
William Candillon
148f4dc8c4 Improvements in the XQuery parse tree handler API. 2013-02-25 15:59:33 +01:00
William Candillon
5d899eed55 Fix bug with XQuery comment regexp for syntax highlighter. 2013-02-25 15:58:16 +01:00
William Candillon
53c83a79d5 Fix parser bug with JSON items. Refactor grouping variable ebnf rule according to the latest W3C spec. 2013-02-25 15:56:51 +01:00
William Candillon
aea9a21bd6 Fix bug with desynchronizing in the XQuery highlighter. 2013-02-25 15:55:29 +01:00