nightwing
137199bfe7
add autoIndent for LogicQL
2013-03-12 18:22:16 +04:00
Chris Nelson
aed9e836ec
better autoindenting and dedenting for ruby
2013-03-12 10:21:22 -04:00
nightwing
03b9591313
cleanup $getIndent
2013-03-12 16:46:47 +04:00
nightwing
6d7e9e263d
add demo for livescript
2013-03-12 16:44:53 +04:00
nightwing
35c239d280
rename LogicBlox to LogicQL
2013-03-12 13:24:32 +04:00
nightwing
49aa5a5409
fix highlighting of LogicBlox numbers
2013-03-12 13:16:55 +04:00
Harutyun Amirjanyan
643b4fdbd5
Merge pull request #1296 from wcandillon/master
...
XQuery Lexer Improvements
2013-03-11 23:28:10 -07:00
Harutyun Amirjanyan
ffcbc33182
Merge pull request #1297 from nguillaumin/fix-replace-submit
...
Prevent search/replace controls to submit the container form
2013-03-11 23:18:42 -07:00
nguillaumin
3ddc810a60
Prevent search/replace controls to submit the container form
...
The search/replace buttons are seen as "submit" type because the type attribute
is not specified. If ACE is embedded within a form (between <form>...</form>)
clicking on one of these button will submit the outer form.
Setting search/replace buttons type to "button" prevents the outer form to be
submitted.
2013-03-12 15:36:50 +11:00
William Candillon
b2cb4b344f
Fix bugs in XQuery lexer. Add safeguard to avoid infinite loop in the XQuery lexer.
2013-03-11 18:35:22 -07:00
nightwing
d24c853f88
fix bug with suggestions differing only by first letter
2013-03-10 19:26:28 +04:00
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
5fa2af1991
fix #1286 ibus Chinese input issue
2013-03-09 19:11:07 +04:00
nightwing
8634f2661d
update emacs mode
2013-03-09 18:55:01 +04:00
nightwing
2eabebccaa
fix r+enter, add ,;
2013-03-09 17:18:20 +04:00
Harutyun Amirjanyan
3fdfb76797
remove accidental global in operators.js
2013-03-09 17:18:19 +04:00
nightwing
8bd7d192d1
add :/? commands to vim mode
2013-03-09 17:18:19 +04:00
nightwing
901f598b20
fix count handling for p and P
2013-03-09 17:18:19 +04:00
nightwing
03ef921536
fix count handling for dd and yy
2013-03-09 17:18:18 +04: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
nightwing
5d6bc3a75d
add highlighting and folding for POD documentation
2013-03-06 20:33:40 +04:00
nightwing
2fc8ffcc38
add highlighting for LogicBlox
2013-03-06 20:33:40 +04:00
nightwing
bc7d8a2ab2
make createSplitterRegexp more robust
2013-03-06 20:33:40 +04:00
nightwing
6c5ab388cf
fix lua comment folding
2013-03-06 20:33:40 +04: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
f514330729
add extension for enabling spellchecking from contextmenu
2013-03-04 11:24:52 +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