Robert Krahn
9fd93a5e37
adding command key to emacs keyhandler.
...
usage:
keyHandler.bindKey("CMD-g": "someNewCommand")
2013-02-19 15:20:11 -08:00
Robert Krahn
50a6bd21af
add platform attribute to emacs handler to allow platform-specific keybindings
...
usage like:
editor.getKeyboardHandler().addCommand({
name: "...",
bindKey: {win: "...", mac: "..."},
exec: function(e) { ... }
});
2013-02-19 15:15:03 -08:00
Robert Krahn
fa1a88eb7f
emacs: adding missing keyboardQuit command
2013-02-19 12:26:37 -08:00
Robert Krahn
c76aed967f
emacs code cleanup
2013-02-19 12:26:05 -08:00
Robert Krahn
53a2f12128
cleaning up trailing whitespace
2013-02-19 12:18:43 -08:00
nightwing
91ed9f336a
add aceview to the list of sites using ace
2013-02-19 16:06:06 +04:00
nightwing
ac3a7e2bbb
Revert "Remove CLA info"
...
This reverts commit 086888ea66 .
2013-02-18 22:40:46 +04:00
Ruben Daniels
197038ddb6
Merge pull request #1259 from ajaxorg/fix/crashing-chrome
...
Fix JSHint wierd-label-loop-syntax that was likely crashing Chrome 24
2013-02-17 06:37:27 -08:00
Mostafa Eweda
da4b2ee635
Lennart's fix not to create too many setTimeouts
2013-02-17 16:34:46 +02:00
Mostafa Eweda
98d59452fe
Fix JSHint likely-crashing-chrome wierd-label-loop-syntax
2013-02-17 16:21:06 +02:00
Harutyun Amirjanyan
83be0083bb
Merge pull request #1249 from ajaxorg/highlighting/2.0
...
Highlighting 2.0 (continuation)
2013-02-17 03:19:28 -08:00
Harutyun Amirjanyan
f99827e01b
Merge pull request #1257 from BallBearing/issue1253
...
Give some more love to #1253 .
2013-02-16 12:31:56 -08:00
Harutyun Amirjanyan
f8262837fd
Merge pull request #1256 from Korpch/patch-1
...
fix "char" is reserved word in bracket_match.js
2013-02-16 12:25:33 -08:00
nightwing
df706e5706
fix link highlighting in markdown headers
2013-02-17 00:20:47 +04:00
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
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
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