Commit graph

3,817 commits

Author SHA1 Message Date
nightwing
ffadbe44bf add config.loadModule 2013-01-07 23:11:51 +04:00
nightwing
66d8e37f4d async loading of fonts in demo 2013-01-07 23:11:51 +04:00
nightwing
d7ff50c9fe fix cursor in emacs mode 2013-01-07 23:10:52 +04:00
Chester Wood
bd2e5381cc Add keybinding selection to textarea bookmarklet 2013-01-07 22:59:40 +04:00
nightwing
67880a49bd Merge pull request #1184 from wcandillon/master
XQuery Highlighter Improvements
2013-01-05 00:02:48 +04:00
William Candillon
ae6fa80808 Fixes unicode ranges from xml names. 2013-01-04 23:41:33 +04:00
William Candillon
1559eb59d7 Revert buggy unicode support. 2013-01-04 23:41:32 +04:00
William Candillon
de44547b61 Add unicode support for ncname. 2013-01-04 23:41:32 +04:00
William Candillon
ab1e52f2c5 Minor improvements. 2013-01-04 23:41:32 +04:00
William Candillon
aaee55f115 Improvements in tag highlighting. 2013-01-04 23:41:32 +04:00
William Candillon
345b5f7626 Add support for eqname syntax. 2013-01-04 23:41:31 +04:00
William Candillon
17247653c0 Improve xqdoc highlighting. 2013-01-04 23:41:31 +04:00
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
Harutyun Amirjanyan
9c61ac1127 Merge pull request #1179 from alizahid/patch-1
Update lib/ace/lib/useragent.js
2012-12-31 23:53:56 -08: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
Harutyun Amirjanyan
5b45eb350b Merge pull request #1111 from ajaxorg/vbs
Add vbscript mode
2012-12-27 14:09:03 -08:00
nightwing
b6094d9472 add vbscript demo 2012-12-28 02:07:29 +04: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
Garen Torikian
06911396d6 Merge pull request #1172 from ajaxorg/highlighting/js
Highlighting bugfix
2012-12-26 00:45:25 -08: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
b4a607a280 add forgotten abap demo to index 2012-12-25 16:57:12 +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
Harutyun Amirjanyan
b7da773bec Merge pull request #1171 from ajaxorg/fix/cpp
Fix preprocessor rules, #1170
2012-12-25 04:21:26 -08: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