Commit graph

4,472 commits

Author SHA1 Message Date
nightwing
943e690bf6 bugfix 2013-03-17 21:04:31 +04:00
nightwing
f87f542c8e use ace/tokenizer for parsing snippets 2013-03-17 21:03:16 +04:00
nightwing
3d43f42f8a more work on snippet manager 2013-03-17 21:03:15 +04:00
nightwing
d16daddc5e add snipmate snippets 2013-03-17 21:03:15 +04:00
nightwing
b8eb5a1fec add support for TextMate snippets 2013-03-17 21:03:14 +04:00
nightwing
485b243902 remove one letter names from list of ruby builtinFunctions 2013-03-17 21:01:40 +04:00
nightwing
84b130acdb add whitespace addon 2013-03-17 19:51:20 +04:00
Robert Krahn
a11c06a589 [incremental search] using showCommandLine() 2013-03-17 06:22:50 -07:00
Robert Krahn
236a1e5f7b [incremental search] cleaner render update 2013-03-17 06:10:32 -07:00
Robert Krahn
832d30c97c [incremental search] fixing status-message-remove-last-char bug 2013-03-17 06:04:19 -07:00
Robert Krahn
9f7cfde308 [incremental search] moving emacs specific code to emacs.js 2013-03-17 05:52:20 -07:00
Robert Krahn
e5fc2ea853 [incremental search] cleanup && fixing module dependencies 2013-03-17 04:59:18 -07:00
Robert Krahn
5cc2c50ebb [incremental search] emacs uses isearch by default 2013-03-17 04:43:34 -07:00
Robert Krahn
569563aa5f [incremental search] quit isearch on mousedown 2013-03-17 04:43:34 -07:00
Robert Krahn
0bbfdafec3 remove debug code 2013-03-17 04:43:34 -07:00
Robert Krahn
6fcebcf1e9 [incremental search] fix for space 2013-03-17 04:43:34 -07:00
Robert Krahn
116e42c29a [incremental search] adding fix for handleKeyboard from @nightwing 2013-03-17 04:43:34 -07:00
Robert Krahn
f6ba62083e [incremental search] fixing require in test for async 2013-03-17 04:43:33 -07:00
Robert Krahn
20ff66cf04 [incremental search] using dom.importCssString 2013-03-17 04:43:33 -07:00
Robert Krahn
724193dcbc [incremental search] fixing when / when not selection should be extended 2013-03-17 04:43:33 -07:00
Robert Krahn
1daaeb3a79 [incremental search] polymorphic setup invocation for keyboard handlers 2013-03-17 04:43:33 -07:00
Robert Krahn
438e3c985c [incremental search] oops, forgot to add isearch commands 2013-03-17 04:43:33 -07:00
Robert Krahn
6141a63ba3 [incremental search] cleanup 2013-03-17 04:43:33 -07:00
Robert Krahn
5b0c216580 [incremental search] style patch for better highlights 2013-03-17 04:43:33 -07:00
Robert Krahn
8a62ad8be0 [incremental search] extending kitchen sink to use isearch 2013-03-17 04:43:33 -07:00
Robert Krahn
4d09567bc0 [incremental search] adding config option for enabling/disabling it 2013-03-17 04:43:33 -07:00
Robert Krahn
6f68392f67 emacs key handler has a flag for making it recognizable 2013-03-17 04:43:32 -07:00
Robert Krahn
eab7df5a3d [incremental search] cleaning up keyboard handling 2013-03-17 04:43:32 -07:00
Robert Krahn
35a0066965 [incremental search] disable other keyboard handlers 2013-03-17 04:43:32 -07:00
Robert Krahn
2faf912234 [incremental search] renderer update for highlight markers 2013-03-17 04:43:32 -07:00
Robert Krahn
d314374a60 [incremental search] test fix 2013-03-17 04:43:32 -07:00
Robert Krahn
ed9713df3d [incremental search] don't use selection ranges for marking finds 2013-03-17 04:43:32 -07:00
Robert Krahn
4708bac758 [incremental search] properly forward/backward wrapping on same term 2013-03-17 04:43:32 -07:00
Robert Krahn
901585024b [incremental search] refining forward/backward behavior 2013-03-17 04:43:32 -07:00
Robert Krahn
1423893c3b [incremental search] refining forward/backward behavior 2013-03-17 04:43:32 -07:00
Robert Krahn
d6be35e8e1 [incremental search] forward / backward movement 2013-03-17 04:43:31 -07:00
Robert Krahn
3e6a036995 [incremental search] adding basic functionality 2013-03-17 04:43:31 -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
nightwing
243e95f76e add Command-G to ext-searchbox fixes #1309 2013-03-16 01:50:49 +04: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