Commit graph

4,908 commits

Author SHA1 Message Date
David Braun
ec6053a57c Refactor clearAnnotations. 2013-02-16 16:32:45 -03:00
Radimir Enkison
2632685340 fix "char" is reserved word bracket_match.js 2013-02-17 02:32:26 +07:00
David Braun
64b888d383 Fix comment in setAnnotations.
It returns an Array, not an Object.
2013-02-16 16:30:39 -03:00
David Braun
cb2b3c828f Create test for annotations. 2013-02-16 16:30:39 -03:00
nightwing
77b5ae1062 fix tokenizer on ie8
changes $arrayTokens to use exec instead of split
 1 it works on ie8
 2 it is faster on chrome http://jsperf.com/capturing-split-vs-exec
unfortunately exec is slow on firefox but ff regexes are a bit rusty atm (v21), and whole tokenizer is slow on it anyway.
2013-02-16 23:09:42 +04:00
nightwing
118c80ce89 remove remnants of regex_allowed 2013-02-16 23:09:21 +04:00
nightwing
4bff3166bb update tests 2013-02-16 23:09:21 +04:00
nightwing
59a54f704d fix #997: Pascal Language Support 2013-02-16 23:09:21 +04:00
nightwing
ff1282556b simplify converter 2013-02-16 23:09:21 +04:00
nightwing
6001ba815c fix #1241 PHP highlighting of closing tag in comment 2013-02-16 23:09:20 +04:00
nightwing
c83f48b371 fix php highlighting inside html attributes 2013-02-16 23:09:20 +04:00
nightwing
300ae2d757 keep indent level for all modes by default 2013-02-16 23:09:20 +04:00
nightwing
b4f799770a add sass mode 2013-02-16 23:09:20 +04:00
nightwing
0c318fa8c0 tweak mode_creator 2013-02-16 23:09:20 +04:00
nightwing
0f71bb2f00 fix highlighting of c# strings 2013-02-16 23:09:19 +04:00
nightwing
382eb6ab55 remove flag parameter from tokenizer 2013-02-16 23:09:19 +04:00
nightwing
e084dc1303 move line length checking to tokenizer to not break long data uri's in css 2013-02-16 23:09:19 +04:00
nightwing
94a6dac5a7 fix highlighting of regular expressions at the beginning of document 2013-02-16 23:08:55 +04:00
nightwing
9ddf039cf6 fix typos 2013-02-16 23:08:55 +04:00
nightwing
a40d9bce76 exclude files with whitespace in name from the build 2013-02-16 23:06:38 +04:00
nightwing
bc599f23d6 fix #1253 clearAnnotations uses wrong data structure for empty set. 2013-02-16 22:42:00 +04:00
nightwing
8d07cf88d1 Merge pull request #1220 from wcandillon/master
XQuery syntax highlighting improvements
2013-02-16 22:34:13 +04:00
William Candillon
94a088e31f Improve handling of the xquery semantic token cache. 2013-02-16 22:26:48 +04:00
William Candillon
5c30d861fa Fix tag completion bug. 2013-02-16 22:26:48 +04:00
William Candillon
cbcec10164 Add XQuery tag completion. 2013-02-16 22:26:47 +04:00
William Candillon
c1ea00244d Remove unused files. 2013-02-16 22:26:47 +04:00
William Candillon
39f2ad34a7 Fix bugs in XQuery lexer. 2013-02-16 22:26:47 +04:00
William Candillon
f65d123dc8 Fix bug with array iteration. 2013-02-16 22:26:47 +04:00
William Candillon
26345ebb31 Fix bug on token iteration. 2013-02-16 22:26:46 +04:00
nightwing
c9e86d3aa9 fix token test generator 2013-02-16 22:26:46 +04:00
William Candillon
e553f13cef Fix lexer bug. 2013-02-16 22:26:46 +04:00
William Candillon
ee592b121a Update XQuery syntax highlighting test case. 2013-02-16 22:26:27 +04:00
Nemurimasu Neiro
e8c5b84212 add lsl mode
based on C/C++ mode and the LSL Wiki as of 2013-01-27
2013-02-16 13:16:59 -05:00
William Candillon
4f8741bffe Remove unused files. 2013-02-16 22:13:48 +04:00
William Candillon
c51e32252b Minor improvements. 2013-02-16 22:13:47 +04:00
William Candillon
751f45d2db XQuery syntax highlighting improvements. 2013-02-16 22:13:33 +04:00
William Candillon
c1f7c51137 Minor syntax highlighter improvement. 2013-02-16 22:13:32 +04:00
William Candillon
0c79c5dded Add new version of XQuery semantic highlighting. 2013-02-16 22:13:32 +04:00
Fabian Jakobs
a57fc8e7c6 fix my email address 2013-02-14 10:37:35 +01:00
Lennart Kats
36554a61ca Merge pull request #1226 from ajaxorg/options
better way for managing options
2013-02-14 00:57:08 -08:00
nightwing
37d41ab6fd remove window resize listener when destroying the editor 2013-02-14 01:02:24 +04:00
nightwing
564310b040 use noconflict filter for workers too 2013-02-14 00:59:04 +04:00
nightwing
9ab8f16840 restore textmate theme in build 2013-02-13 23:51:53 +04:00
nightwing
36f9b537cc fix loading of worker files from UIWorkerClient 2013-02-13 23:49:48 +04:00
nightwing
db19dbd89d fix typo in setTabSize 2013-02-13 16:35:48 +04:00
nightwing
cb9d94946e fix typo in fadFoldWidgets options setter 2013-02-13 16:15:36 +04:00
nightwing
08baf748f6 add forwarding for session options 2013-02-13 16:05:43 +04:00
nightwing
d469335936 do not add set/get option methods automatically 2013-02-13 15:59:15 +04:00
nightwing
a6a26864df add setDefaultValues instead of doing two things in setDefaultValue 2013-02-13 12:03:31 +04:00
Garen Torikian
f8f277d79b Merge pull request #1246 from chvanikoff/typo_fix
typo
2013-02-12 14:32:00 -08:00