Commit graph

2,815 commits

Author SHA1 Message Date
nightwing
b73c259b01 do not change scroller classname before rendering 2012-05-05 13:05:23 +04:00
Ruben Daniels
580c290971 * Fix for gutter line highlighting setting 2012-05-04 22:47:01 -07:00
nightwing
3e6d6563f1 update tests for word highlighting happening on timeout 2012-05-04 19:44:44 +04:00
nightwing
6946024526 emit event when changing mode 2012-05-04 19:16:56 +04:00
nightwing
83ff661f4d use plist instead of libxml 2012-05-04 19:16:56 +04:00
nightwing
3ce8d4a8a9 add npm install script 2012-05-04 19:16:47 +04:00
nightwing
6bb805b40f simplify config 2012-05-04 19:11:19 +04:00
nightwing
4abb08fa92 fix setPlaceholderMode 2012-05-04 19:11:19 +04:00
nightwing
25c9c553c6 fix vim mode +cleanup 2012-05-04 19:11:18 +04:00
nightwing
2a347a35c9 tabs to spaces 2012-05-04 19:11:18 +04:00
nightwing
b1c5129e5a emacs mode 2012-05-04 19:11:18 +04:00
nightwing
48450d1ab9 vim ctrl-w in insert mode 2012-05-04 19:11:17 +04:00
nightwing
5a9e6d4cb9 ctrl-f: pagedown ctrl-b: pageup 2012-05-04 19:11:17 +04:00
nightwing
59358495f5 simplify vim keyboard handler 2012-05-04 19:11:17 +04:00
nightwing
100d078ba3 add license comments 2012-05-04 19:11:16 +04:00
nightwing
674cc0d3fa properly remove old keybindings when adding new one 2012-05-04 19:11:16 +04:00
nightwing
4923280c89 consistently use "paren.lparen" for all modes 2012-05-04 19:11:16 +04:00
nightwing
ab50850be6 add stupid semicolons; 2012-05-04 19:11:15 +04:00
nightwing
a2a3043907 manual merge of ace++ branch 2012-05-04 19:11:15 +04:00
nightwing
0c7b310ecc add alignCursor to virtual_renderer 2012-05-04 19:08:44 +04:00
nightwing
f9c8f7c11b allow passing regexp as a needle for search 2012-05-04 19:08:44 +04:00
nightwing
a80828bab5 better handling of token types in bracket_match.js 2012-05-04 19:08:43 +04:00
nightwing
7edd5724ef update to latest vim mode from cloud9 2012-05-04 19:08:43 +04:00
nightwing
76cbc3f543 add support for keyboardHandler.attach/detach 2012-05-04 19:08:43 +04:00
nightwing
1a5ce52188 adapt vim mode to work with ace 2012-05-04 19:08:42 +04:00
nightwing
adf7420b85 import vim keybinding from cloud9 2012-05-04 19:08:42 +04:00
nightwing
f67fc8c9eb change directory structure of keybindings 2012-05-04 19:08:42 +04:00
nightwing
81b87d5c60 add timeout to highlight word 2012-05-04 19:08:41 +04:00
nightwing
e664a3b738 do not allow time window with no mode set on session while loading mode 2012-05-04 19:08:41 +04:00
nightwing
9f57a4f99d tweak mousehandler 2012-05-04 19:08:41 +04:00
nightwing
a831eef3e8 Merge remote-tracking branch 'upstream/sourcemint' into 00
Conflicts:
	package.json
2012-05-04 18:23:41 +04:00
Zef Hemel
43e543f7e4 package 2012-05-04 10:05:02 +02:00
Zef Hemel
461baf4e58 Merge pull request #748 from ajaxorg/hotfix/selection
revert setSelectionRange to accept any object with start and end
2012-05-04 01:02:21 -07:00
nightwing
007f216b80 revert setSelectionRange to accept any object with start and end 2012-05-02 11:39:02 +04:00
Fabian Jakobs
c9c811794f package 2012-05-01 22:14:23 +02:00
Fabian Jakobs
4c87594521 Merge pull request #744 from ajaxorg/mouse-refactor
Mouse refactor
2012-05-01 13:06:44 -07:00
Fabian Jakobs
3413b7df89 package 2012-05-01 17:15:23 +02:00
Fabian Jakobs
b5898374b2 bring back animated scroll property 2012-05-01 17:15:17 +02:00
Fabian Jakobs
6caba032dd Revert "don't use animated scrolling setting"
This reverts commit 7225a32736.
2012-05-01 17:13:51 +02:00
nightwing
0217dd2940 Highlight Gutter Line without redrawing whole gutter 2012-05-01 19:12:57 +04:00
nightwing
5527015a9a fix & breaking old gecko 2012-05-01 17:55:22 +04:00
nightwing
16fb6c90cc paste the linux way :)copy seems to be impossible:( 2012-05-01 17:53:28 +04:00
nightwing
b5b5e1e97f do not move textarea during mouse selection 2012-05-01 17:44:47 +04:00
nightwing
2f6a6ce7e0 move text area to cursor only when cursor is moved 2012-05-01 17:32:07 +04:00
nightwing
7a50a070e9 cleanup mouse handling 2012-05-01 14:44:22 +04:00
nightwing
6411152d00 do not compute pageX only to convert it back to clientX 2012-05-01 14:44:09 +04:00
nightwing
c5bc3d96e0 rename selection.selectionLead to selection.lead 2012-05-01 14:43:58 +04:00
Fabian Jakobs
ad05b3a6c2 package 2012-05-01 12:08:20 +02:00
Fabian Jakobs
7225a32736 don't use animated scrolling setting 2012-05-01 12:08:05 +02:00
Fabian Jakobs
ac364fe0c5 tabs to spaces 2012-05-01 12:07:44 +02:00