Robert Krahn
887aa24ceb
[occur] starting with simple occur functionality
2013-03-17 19:05:04 -07:00
Harutyun Amirjanyan
cf8aaa43fa
Merge pull request #1310 from LivelyKernel/default-keyboard-handler-fix
...
Default keyboard handler fix
2013-03-17 03:14:37 -07:00
Robert Krahn
c59d55418d
fix for setKeyboardHandler bug introduced in 8634f26
2013-03-16 18:02:28 -07:00
Robert Krahn
fa0af80d74
[emacs keys] don't error when command cannot be found
2013-03-16 18:01:16 -07:00
Ruben Daniels
b5a5d327de
Merge pull request #1244 from ajaxorg/cmdLine
...
VIM mode. Fix count handling for dd yy p P
2013-03-15 10:17:01 -07:00
Ruben Daniels
d75b97c108
Merge pull request #1291 from ajaxorg/worker
...
Add lua worker and update require.js, csshint
2013-03-15 10:01:49 -07:00
Lennart Kats
9c20f24a1b
Merge pull request #1306 from ajaxorg/highlighting/logicblox
...
add tests for LogiQL mode
2013-03-15 02:18:42 -07:00
Harutyun Amirjanyan
312d36c11d
Merge pull request #1305 from superchris/master
...
Improved auto-indent and dedent for ruby, now with test coverage
2013-03-14 10:41:53 -07:00
nightwing
e69b6e37f2
add tests for LogiQL mode
2013-03-14 21:33:20 +04:00
Ruben Daniels
9696c1f9b3
Merge pull request #1304 from ajaxorg/options
...
Add missing options
2013-03-14 09:32:23 -07:00
nightwing
82f496a11f
add wrap: printMargin
2013-03-14 19:28:32 +04:00
nightwing
b0338c15b4
do not highlight dots without arrows in logicql
2013-03-14 17:30:19 +04:00
nightwing
2d28259dff
update build submodule
2013-03-14 17:14:54 +04:00
nightwing
2adb8000f5
fold on click instead of mousedown
...
prevents button flickering on chrome
2013-03-14 16:58:26 +04:00
nightwing
b61ae38c14
add missing options
2013-03-14 16:54:07 +04:00
nightwing
0ad64ff062
fix p without count
2013-03-13 22:41:46 +04:00
Garen Torikian
bbb577bdeb
Merge pull request #1299 from fiveminuteargument/master
...
Typo fix
2013-03-13 10:58:58 -07:00
Harutyun Amirjanyan
1296cefd23
Merge pull request #1301 from ajaxorg/fix-django-header
...
Fix django.js module header
2013-03-13 09:32:36 -07:00
Lennart Kats
67297585d6
Fix django.js module header
2013-03-13 17:12:48 +01:00
Bobby Jack
9e9063a4bd
Typo
...
Remove 'i' from 'showInvisibiles'
2013-03-13 11:15:11 +00:00
Bobby Jack
d6004d7a31
Typo
...
Removed extra 'i' from 'invisibiles'
2013-03-13 00:14:40 +00:00
nightwing
fd2191e76e
rename LogicQL->LogiQL
2013-03-12 19:43:16 +04:00
Lennart Kats
505d089767
Merge pull request #1288 from ajaxorg/spellcheck
...
Add extension for enabling spellchecking from contextmenu
2013-03-12 08:35:29 -07:00
Lennart Kats
f16d0dc1d3
Merge pull request #1298 from ajaxorg/highlighting/logicblox
...
Highlighting logicblox and some cleanup
2013-03-12 08:31:27 -07:00
nightwing
0895601b7f
fix typo
2013-03-12 19:20:18 +04:00
Chris Nelson
b78d625926
Merge branch 'master' of https://github.com/superchris/ace
2013-03-12 11:19:11 -04:00
nightwing
ce34f235b8
add highlighting of matching -> .
2013-03-12 19:13:38 +04:00
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