Commit graph

1,989 commits

Author SHA1 Message Date
Garen Torikian
4fee6a4034 Update generated API content 2012-10-17 13:32:51 -07:00
Garen Torikian
4a949a5cb1 Update doc, fix #1041 2012-10-17 13:14:41 -07:00
Mostafa Eweda
2a41a7e929 Merge pull request #1036 from ajaxorg/worker-api-compatibility
[Trivial] Update worker API compatibility
2012-10-15 10:01:49 -07:00
Mostafa Eweda
08bce08db5 log multiple arguments support + Remove unused msgs argument 2012-10-15 18:12:32 +02:00
Harutyun Amirjanyan
eeda80933a Merge pull request #1022 from adamjimenez/patch-14
Fix double click php var selects the $ sign #2
2012-10-15 07:16:02 -07:00
Lennart Kats
e2bd27a559 Fix break keyword highlighting 2012-10-15 16:02:02 +02:00
Lennart Kats
5e64876ce7 Support console.log/error with non-array arguments 2012-10-15 15:25:29 +02:00
Lennart Kats
8ed09f246a Merge pull request #1033 from ajaxorg/annotations
allow multiline annotations
2012-10-15 06:22:14 -07:00
nightwing
7fc1944c8b allow multiline annotations 2012-10-15 17:14:29 +04:00
nightwing
446556ea4f missing semicolon must show info not warning 2012-10-15 14:09:49 +04:00
Mostafa Eweda
34b2e292c7 Merge pull request #994 from ajaxorg/cleanup
Cleanup
2012-10-12 16:09:48 -07:00
Adam Jimenez
b61fe0c5a4 Fix double click php var selects the $ sign #2
Fix #654: double clicking php vars selects the $ sign
2012-10-09 14:59:53 +02:00
nightwing
d03889b01e remove trailing commas 2012-10-06 20:45:47 +04:00
nightwing
b28cf374be fix underescaped reexps 2012-10-06 20:39:06 +04:00
nightwing
b0fac77a37 char is a reserved word 2012-10-06 20:39:05 +04:00
nightwing
5310a38dc8 fix typo 2012-10-06 20:39:05 +04:00
Adam Jimenez
a541f897a0 Update lib/ace/mode/php_highlight_rules.js
support php short tags <?
2012-10-05 09:31:02 +02:00
Harutyun Amirjanyan
2ef35a2ee9 fix ?? highlighting in js mode 2012-10-04 04:21:56 -04:00
nightwing
3d6ce5fdf5 Merge remote-tracking branch 'remotes/origin/master' into mode_live_edit
Conflicts:
	demo/kitchen-sink/demo.js
	lib/ace/mode/coffee_highlight_rules_test.js
2012-10-03 22:44:58 +04:00
Harutyun Amirjanyan
30c8082b72 Merge pull request #1007 from ajaxorg/theme/cobalt
Update missing strings; add a few more JS keywords
2012-10-03 11:19:50 -07:00
Garen Torikian
fd56ff0194 Update lib/ace/theme/kr_theme.css 2012-10-03 10:58:29 -07:00
Garen Torikian
a60af0030a Update missing strings; add a few more JS keywords 2012-10-03 09:41:07 -07:00
Mostafa Eweda
04030e847e Merge branch 'master' into bold_fonts
Conflicts:
	lib/ace/theme/github.css
2012-10-03 11:50:21 +02:00
Mostafa Eweda
7cdc24cd64 Merge pull request #941 from ajaxorg/worker
Worker refactor
2012-10-03 02:34:47 -07:00
Mostafa Eweda
cbf007010e Multiple annotations should show on multiple lines 2012-10-03 11:30:36 +02:00
Mostafa Eweda
9b993ee9c2 Missing semicolon is a warning 2012-10-03 11:29:59 +02:00
Ruben Daniels
eae66e4fc2 Merge pull request #1005 from ajaxorg/mode/typescript
Some updates to typescript
2012-10-02 15:07:59 -07:00
Garen Torikian
ef4327769a Merge branch 'mode/typescript' of github.com:ajaxorg/ace into mode/typescript 2012-10-02 15:05:51 -07:00
Garen Torikian
29e19fc062 Updates to Typescript highlighting 2012-10-02 15:05:38 -07:00
DanyaPostfactum
afbd1e959c Gutter double click for selectAll 2012-10-02 19:44:42 +10:00
Harutyun Amirjanyan
c3cd57f451 Merge pull request #1001 from ajaxorg/mode/typescript
Support Typescript
2012-10-02 00:36:28 -07:00
nightwing
7a9a2e4044 small cleanup 2012-10-02 11:17:55 +04:00
Garen Torikian
182542a77c Add typescript support 2012-10-01 22:52:30 -07:00
nightwing
cbfb690a2e Merge remote-tracking branch 'remotes/origin/master' into worker
Conflicts:
	lib/ace/css/editor.css
2012-10-02 00:23:58 +04:00
ukyo
4b25a4dfab fix function regexps. Its ignore invalid coffeescipts. 2012-10-02 04:54:23 +09:00
Harutyun Amirjanyan
6702cff5e2 Merge pull request #991 from danyaPostfactum/cssrefactor
CSS refactoring
2012-10-01 10:06:05 -07:00
Harutyun Amirjanyan
6882b30742 Merge pull request #985 from ukyo/coffee-highlight1
update coffeescript highlight rules
2012-10-01 10:04:50 -07:00
nightwing
d071027087 use fonts that have bold face with same width 2012-10-01 20:22:54 +04:00
nightwing
c6523b8fea disable bold style if font doesn't support it 2012-10-01 20:19:01 +04:00
Harutyun Amirjanyan
501c47a559 Merge pull request #990 from danyaPostfactum/disablespellcheck
Disable spellcheck in textarea, set wrap property instead of attribute
2012-10-01 08:52:23 -07:00
Mostafa Eweda
7877ff5e44 Merge pull request #982 from ajaxorg/vim
vim mode: fix df
2012-10-01 08:16:29 -07:00
DanyaPostfactum
5e5d122332 Disable spellcheck in textarea, set wrap property instead of attribute 2012-10-02 00:37:56 +10:00
DanyaPostfactum
750b591186 Fix mistype in setOverwrite of cursor layer. 2012-10-02 00:17:01 +10:00
DanyaPostfactum
e4d7fc17a6 Ambiance theme fixes 2012-10-02 00:12:28 +10:00
nightwing
4b199d56ab #465 leading decimal point (.5) is not an error 2012-10-01 17:00:45 +04:00
DanyaPostfactum
2b7b07f02d Fix github theme mistype and remove strange font-weight hard reset 2012-10-01 19:15:00 +10:00
DanyaPostfactum
42b6ac75d6 Fix css-selector in chrome theme (trailing comma) 2012-10-01 19:13:37 +10:00
DanyaPostfactum
b30c087fac Fix css-selector in vim/maps/util 2012-10-01 19:13:05 +10:00
DanyaPostfactum
35a1551d1e Place print_margin_layer before other layers 2012-10-01 18:56:10 +10:00
DanyaPostfactum
a9f9bbbf8e Remove "%cssClass% .ace_editor" unused css-rule 2012-10-01 18:48:45 +10:00