Garen Torikian
723c86dc85
Fix preprocessor rules, #1170
2012-12-24 17:18:44 -08:00
Sergi Mansilla
117d29a4cb
Merge pull request #1133 from ajaxorg/vim
...
[vim] allow unhandled keys to pass to the browser
2012-12-20 06:09:23 -08:00
Harutyun Amirjanyan
01cc66b9c1
Merge pull request #1165 from bcbailey/bcbailey-ie8-embedrules
...
Fix error in IE8 when escapeRules is not passed
2012-12-19 23:22:37 -08:00
Harutyun Amirjanyan
8204485400
Merge pull request #1166 from featurist/master
...
Explain commands' readOnly option
2012-12-19 23:17:33 -08:00
Adrian Longley
b5e586796d
Explain commands' readOnly option
2012-12-19 17:37:24 +00:00
Bradley C Bailey
023bf6237c
Fix error in IE8 when escapeRules is not passed
2012-12-18 09:42:19 -07:00
nightwing
34127fab8c
Merge remote-tracking branch 'remotes/up/site'
2012-12-17 11:27:17 +04:00
nightwing
0514860492
fix typo in textinput.js
2012-12-17 10:25:37 +04:00
nightwing
3e42f6009f
update submodule ref
2012-12-16 15:25:48 +04:00
nightwing
fdab3cd059
get rid of annoying mesages in firebug
2012-12-15 17:38:27 +04:00
nightwing
91788f3424
#1151 initial support for marks
2012-12-15 17:37:15 +04:00
nightwing
92e4a42f89
[vim] fix left/right motions
2012-12-15 16:52:57 +04:00
nightwing
989f318d87
[vim] add ctrl+x ctrl+a
2012-12-15 16:52:57 +04:00
nightwing
59f5e7ffca
[vim] pass unhandled keys to the browser
2012-12-15 16:52:56 +04:00
nightwing
e0b4d0b586
add more sites
2012-12-15 16:45:39 +04:00
Harutyun Amirjanyan
938d6b658d
Merge pull request #1157 from ajaxorg/fix/chaos
...
fixed selection color, print margin and collapsed code block widget
2012-12-13 23:07:07 -08:00
C9
eadcb9fbe2
fixed selection color, print margin and collapsed code block widget
2012-12-13 20:29:27 -05:00
Garen Torikian
00d764ed3d
Merge pull request #1156 from ajaxorg/theme/chaos
...
Added chaos theme
2012-12-13 16:30:28 -08:00
C9
057b7cf732
Reverted kitchen sink
2012-12-13 18:45:23 -05:00
C9
ba4c463ba9
Added chaos theme
2012-12-13 18:42:14 -05:00
Garen Torikian
6507dc2ac5
Merge pull request #1149 from mikelehen/master
...
Autodetect workers during build instead of hardcoding them.
2012-12-13 10:00:38 -08:00
Mostafa Eweda
319fdaeca0
Merge pull request #1150 from ajaxorg/textinput
...
Textinput improvements
2012-12-13 07:16:25 -08:00
Mostafa Eweda
f3d0096050
Merge pull request #1140 from ajaxorg/hotfix/renderer
...
Fix bug in rowCache
2012-12-13 07:15:48 -08:00
nightwing
71b54a5741
remove unused log
2012-12-13 19:00:39 +04:00
nightwing
c8be2ef60d
use boolean instead of propertyChangeCounter
2012-12-13 18:57:47 +04:00
Garen Torikian
e44f9c1b76
Update Readme.md
2012-12-11 13:37:17 -08:00
Garen Torikian
e81ec07c49
Update CONTRIBUTING.md
2012-12-11 13:35:57 -08:00
nightwing
125629ce17
cleanup
2012-12-11 18:29:12 +04:00
nightwing
c9b8159382
remove unused browser_focus.js
2012-12-11 18:29:11 +04:00
nightwing
e5b307d056
do not change selection of blurred textarea
2012-12-11 18:29:11 +04:00
nightwing
38a5a522c2
allow displaying spellcheck suggestions in contextmenu
2012-12-11 18:29:11 +04:00
nightwing
0cd2faecc5
restore selection only if something is selected
2012-12-11 18:29:10 +04:00
nightwing
0e87da74b2
disable autocapitalize to improve behavior on mobile browsers
2012-12-11 18:29:10 +04:00
nightwing
d11b01c313
fix typing on ie8
2012-12-11 18:29:09 +04:00
nightwing
3565a06191
cleanup
2012-12-11 18:29:09 +04:00
nightwing
361c52a16a
\x00 crashes firefox ime
2012-12-11 18:29:09 +04:00
Harutyun Amirjanyan
5357b5f33d
Merge pull request #1148 from Aaike/master
...
added 'themeChange' and 'themeLoaded' event
2012-12-10 21:25:41 -08:00
Garen Torikian
4363c8cb91
Create CONTRIBUTING.md
2012-12-10 16:07:27 -08:00
Garen Torikian
cc8a4d4ac5
Update Readme.md
2012-12-10 16:06:21 -08:00
Michael Lehenbauer
bbe2624e9f
Detect workers during build instead of hardcoding them.
2012-12-10 14:00:02 -08:00
Aaike Van Roekeghem
4c7abda807
added theme data to the events
...
added theme data to the events
2012-12-11 03:30:09 +07:00
Aaike Van Roekeghem
923ca25057
added themeChange event
...
added themeChange event that is dispatched right before a theme is about to change
2012-12-11 03:26:18 +07:00
Aaike Van Roekeghem
c4de324545
added themeLoaded event
...
added 'themeLoaded' event that is dispatched right after a theme is loaded.
it can be used like this :
this.editor.renderer.on('themeLoaded',function(){
//do something when the theme is loaded
});
2012-12-11 02:46:59 +07:00
nightwing
c68bed51e0
make gutter resizing faster
2012-12-09 18:36:01 +04:00
nightwing
b0bbb36923
fix editor automatically scrolling up at small zoom
2012-12-09 18:33:46 +04:00
Harutyun Amirjanyan
ce5007935a
Merge pull request #1137 from edwardsp/dot_highlighter
...
Updated to highlight dot code
2012-12-06 04:06:42 -08:00
Paul Edwards
e3d9479a70
Updated to highlight dot code
...
Dot is a plain text graph description language used by graphviz.
2012-12-04 18:23:01 +00:00
nightwing
7b65e64ffa
Merge pull request #1132 from danyaPostfactum/copypastefixes
...
Copy/paste/delete fixes
2012-12-01 17:47:15 +04:00
nightwing
b6890497c8
do not redraw after changes to scrolled out lines
2012-12-01 17:32:17 +04:00
nightwing
fd126e06c3
fix bug in rowCache
2012-12-01 17:31:05 +04:00