Garen Torikian
65783be88a
Merge master
2013-02-06 12:45:48 -08:00
Garen Torikian
90964745bf
Stash
2013-02-06 12:43:38 -08:00
nightwing
a6d85a6342
hotfix ruby heredoc highlighting
2013-02-06 22:28:14 +04:00
nightwing
8ec78bc208
fix #360 ext/textarea innerHTML bug
2013-02-06 22:05:09 +04:00
nightwing
28898c43a0
update scheme mode to work with new tokenizer
2013-02-06 19:36:12 +04:00
nightwing
6790b2df4b
Merge pull request #1231 from NalaGinrut/master
...
Add Scheme mode
2013-02-06 19:25:32 +04:00
nightwing
4bbf4e7ac0
Fixed: test case for scheme
2013-02-06 19:13:06 +04:00
Lennart Kats
41244b3f0c
Merge pull request #1185 from ajaxorg/highlighting/2.0
...
Highlighting/2.0
2013-02-06 06:29:16 -08:00
Lennart Kats
2c84e9618f
Merge pull request #1207 from ajaxorg/es5-shim
...
update es5 shim to 2.0.5 (+some modifications)
2013-02-06 02:07:23 -08:00
DanyaPostfactum
62b7d8c1ea
Strip legacy xhr code out of lib/net
2013-02-06 13:01:44 +10:00
DanyaPostfactum
930b5cf7af
Fix tooltip webkit gradient, reset ajax.org logo border
2013-02-06 12:59:01 +10:00
DanyaPostfactum
bb9f98e435
Detect file dragging
2013-02-06 12:56:19 +10:00
DanyaPostfactum
0d08edc3c2
fix colon deletion behavior
2013-02-06 12:54:49 +10:00
DanyaPostfactum
ebe03bbe70
remove dom.setText, use classList, document.head
2013-02-06 12:54:20 +10:00
nightwing
4b3f8a2a90
add CIBox to site
2013-02-05 20:19:48 +04:00
Garen Torikian
0c99e826e9
Update dem tests
2013-02-04 17:09:07 -08:00
Garen Torikian
598d0d3ec2
Fix CPP multiline directives
2013-02-04 17:00:37 -08:00
Garen Torikian
ab09f5e38f
Fix sh highlighting
2013-02-04 16:55:03 -08:00
Nala Ginrut
05d65dac6a
Fixed keywords and constant parse bug
...
Fixed: 'minus' shouldn't be a delimiter
Fixed: '\t' shouldn't be included in keword-type
2013-02-03 22:35:01 +08:00
Mostafa Eweda
1bcfc979dd
Merge pull request #1234 from ajaxorg/hotfix/ie
...
Hotfix ie and bookmarklet
2013-02-03 06:19:20 -08:00
nightwing
2d5ef1f220
fix focus handling when clicking on foldwidget
2013-02-03 17:48:50 +04:00
nightwing
869de0d113
improve textarea plugin
2013-02-03 17:38:58 +04:00
nightwing
4b4451673b
fix worker filtering in build with --s option
2013-02-03 16:42:53 +04:00
nightwing
944edc931a
restore font-size:12px on .ace_editor and add line-height: normal
2013-02-03 16:40:19 +04:00
nightwing
2bdd35a004
fix textarea positioning on ie
2013-02-03 16:35:47 +04:00
Nala Ginrut
67b1b25469
Fixed: keyword can't be colored
...
modified: demo/kitchen-sink/docs/scheme.scheme
* fix typo
modified: lib/ace/mode/scheme_highlight_rules.js
* remove '() since it's hard to parse and trivious for coloring.
* keyword and constant coloring fine now.
2013-02-02 22:30:37 +08:00
Nala Ginrut
7fbd7395b3
Add scheme.scheme
...
new file: demo/kitchen-sink/docs/scheme.scheme
2013-02-02 20:05:05 +08:00
nightwing
1812679943
update tests
2013-02-02 15:18:10 +04:00
nightwing
5dc1d5c306
add livescript and django modes
2013-02-02 14:44:20 +04:00
nightwing
77a02fc109
code style
2013-02-02 14:44:20 +04:00
nightwing
4ecfa6b38d
fix coffeescript tests
2013-02-02 14:44:19 +04:00
nightwing
c477184f2a
update more highlighters
2013-02-02 14:44:09 +04:00
nightwing
92935b4896
fix highlighting of CoffeeScript function arguments
...
issue #1168
2013-02-02 14:44:08 +04:00
nightwing
b06e57b4c2
use new tokenizer features
2013-02-02 14:44:08 +04:00
nightwing
ea857f23c2
add {defaultToken: "..."} rules for skipped text
2013-02-02 14:44:07 +04:00
nightwing
0e7a7b9ebe
do not require highlighter to match every letter
2013-02-02 14:44:07 +04:00
nightwing
903b7a1951
minimize number of capturing groups
2013-02-02 14:44:07 +04:00
nightwing
cfa3171ac4
add mode for textmate snippets
2013-02-02 14:44:06 +04:00
nightwing
3da1f3f3ba
do not break the editor if highlighter is malformed
2013-02-02 14:44:06 +04:00
nightwing
4012a11208
fix bracket matching in tcl mode
2013-02-02 14:44:05 +04:00
nightwing
782e3f8743
add php heredoc support
2013-02-02 14:44:05 +04:00
nightwing
d2d42499ca
#1069 support ruby heredocs
2013-02-02 14:44:04 +04:00
nightwing
4cdc48cf63
simplify lua highlight rules
2013-02-02 14:44:04 +04:00
nightwing
08e621b443
allow array of states in tokenizer
2013-02-02 14:44:03 +04:00
Nala Ginrut
065e1ae19c
Update Scheme mode.
...
modified: demo/kitchen-sink/doclist.js
modified: demo/kitchen-sink/modelist.js
new file: lib/ace/mode/_test/tokens_scheme.json
modified: lib/ace/mode/scheme_highlight_rules.js
2013-01-31 16:12:54 +08:00
Nala Ginrut
3b6baafe29
Add: Scheme highlight rules
...
new file: lib/ace/mode/scheme.js
new file: lib/ace/mode/scheme_highlight_rules.js
2013-01-31 11:21:37 +08:00
Harutyun Amirjanyan
402f251c23
Merge pull request #1230 from danyaPostfactum/css
...
CSS behaviour
2013-01-30 13:54:11 -08:00
DanyaPostfactum
4d5c41d192
CSS behaviour
2013-01-31 01:38:56 +10:00
nightwing
38ca543035
add config.setDefaultValue
2013-01-30 12:36:35 +04:00
nightwing
2f85538ce1
fix setTabSize
2013-01-30 12:36:35 +04:00