Commit graph

2,218 commits

Author SHA1 Message Date
nightwing
fa90671619 update highlighting tests after change 2012-12-25 17:09:21 +04:00
nightwing
759fbaba44 merge tokens of same type by default 2012-12-25 16:57:11 +04:00
nightwing
e56b9284da non greedy js strings 2012-12-25 16:57:11 +04:00
nightwing
0c360f39a6 make xml strings non greedy to allow better mixed modes 2012-12-25 16:57:11 +04:00
nightwing
70cd01d858 cleanup xml highlight rules 2012-12-25 16:57:10 +04:00
nightwing
bce93cf031 remove weird ruby style comment highlighting from clojure mode 2012-12-25 16:57:10 +04:00
nightwing
f227cc67f0 better support to Github style code blocks in markdown
Issue #1131
2012-12-25 16:57:10 +04:00
nightwing
0c79b239b6 fix c and stylus highlighters 2012-12-25 16:56:31 +04:00
nightwing
63b80b21d2 update tokenization examples 2012-12-25 16:23:10 +04:00
nightwing
60fd422da8 use relative paths 2012-12-25 16:23:10 +04:00
Garen Torikian
142415b985 Fix endif 2012-12-25 00:20:33 -08:00
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
Bradley C Bailey
023bf6237c Fix error in IE8 when escapeRules is not passed 2012-12-18 09:42:19 -07:00
nightwing
0514860492 fix typo in textinput.js 2012-12-17 10:25:37 +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
C9
eadcb9fbe2 fixed selection color, print margin and collapsed code block widget 2012-12-13 20:29:27 -05:00
C9
ba4c463ba9 Added chaos theme 2012-12-13 18:42:14 -05: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
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
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
nightwing
378e5f35e9 fix copy after typing 2012-11-30 20:26:04 +04:00
Garen Torikian
c0cfe08c28 Fix extensions in multi_select.js 2012-11-30 17:04:39 +04:00
Garen Torikian
ac0a26d333 Update docs to use undocumented, also incorporate Site branch changes 2012-11-30 16:42:27 +04:00
DanyaPostfactum
8571bee037 Replace nonexistent method onDelete call with execCommand("del") in textinput 2012-11-30 20:32:50 +10:00
DanyaPostfactum
81f58c4552 Restore textarea selection after paste in IE 2012-11-30 20:18:44 +10:00