William Candillon
|
477de72595
|
Fix highlighting of processing instructions.
|
2013-01-04 23:41:31 +04:00 |
|
William Candillon
|
e0c36db7a5
|
Improve syntax highlighting of cdata sections.
|
2013-01-04 23:41:31 +04:00 |
|
William Candillon
|
7dc7aa4295
|
Syntax highlighter improvements.
|
2013-01-04 23:41:30 +04:00 |
|
William Candillon
|
cf60a96c38
|
Fix bug in the parser with XQDDF syntax.
|
2013-01-04 23:41:12 +04:00 |
|
William Candillon
|
d91d4954ea
|
Beautify XQuery highlighting rules.
|
2013-01-04 23:41:12 +04:00 |
|
William Candillon
|
823abf4449
|
Minor improvements in xquery semantic highlighting.
|
2013-01-04 23:41:11 +04:00 |
|
William Candillon
|
44f4740a8a
|
XQuery semantic highlighting improvements.
|
2013-01-04 23:41:11 +04:00 |
|
William Candillon
|
eebc086415
|
Improve syntax highlighting of XQuery comments.
|
2013-01-04 23:41:11 +04:00 |
|
alizahid
|
2f62826684
|
Update lib/ace/lib/useragent.js
Added detection for Internet Explorer 10 wrapper for Windows Store apps
|
2013-01-01 10:21:50 +05:00 |
|
Mostafa Eweda
|
8b7dcf7e4f
|
Merge pull request #1173 from ajaxorg/indexToPosition
#1162 positionToIndex, indexToPosition methods
|
2012-12-29 17:09:29 -08:00 |
|
nightwing
|
b4243b9f07
|
cleanup and fix comments
|
2012-12-28 02:06:53 +04:00 |
|
Jan Jongboom
|
ce2638c10b
|
Add vbscript mode
|
2012-12-28 01:39:50 +04:00 |
|
Garen Torikian
|
29ee461d29
|
Add documentation
|
2012-12-26 23:15:52 -08:00 |
|
nightwing
|
0908b41268
|
add document indexToPosition and positionToIndex
|
2012-12-26 20:51:52 +04:00 |
|
nightwing
|
40563347e9
|
make getNewLineCharacter errorproof
|
2012-12-26 20:51:52 +04:00 |
|
nightwing
|
27dd31cf62
|
small cleanup
|
2012-12-26 20:51:52 +04:00 |
|
Garen Torikian
|
4d474bcdaf
|
Fix #1143, #1144, #1145
|
2012-12-26 20:39:59 +04:00 |
|
nightwing
|
8f6f6c6e3d
|
fix error in objectivec_highlight_rules when Array.prototype is modified
|
2012-12-25 19:39:33 +04:00 |
|
nightwing
|
d2072604f3
|
fix tests failing because of merged paren tokens
|
2012-12-25 17:59:45 +04:00 |
|
nightwing
|
230bca6b1b
|
#1138 Markdown mode should be based on HTML mode
|
2012-12-25 17:13:44 +04:00 |
|
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 |
|