Commit graph

3,178 commits

Author SHA1 Message Date
Matthias Lünemann
e6d040f772 Update lib/ace/mode/sql_highlight_rules.js
Use lazy match regex for string. Now works for multiple strings in one line.
2012-08-30 21:16:19 +03:00
Garen Torikian
0a14538bbe One more update for API docs to not render so much rubbish, plus fixes 2012-08-28 16:54:40 -07:00
Garen Torikian
65dccaca8d Merge branch 'master' of github.com:ajaxorg/ace 2012-08-28 16:08:39 -07:00
Garen Torikian
e4aa77dc3f Fix titles in API docs (via new Panino) 2012-08-28 16:08:28 -07:00
Lennart Kats
7c30de155e Merge pull request #893 from ajaxorg/hotfix/gutter
fix gutter width calculation
2012-08-28 07:46:58 -07:00
nightwing
3e0351ca98 fix gutter width calculation 2012-08-26 22:41:52 +04:00
Harutyun Amirjanyan
5a7bc87301 Merge pull request #891 from danyaPostfactum/stylefix
Correct fold-widget style
2012-08-26 01:41:35 -07:00
DanyaPostfactum
57a830e688 Correct fold-widget style 2012-08-26 17:22:32 +10:00
Garen Torikian
7e01194a66 Merge pull request #888 from retif/patch-1
fixed small typo: nit => nil
2012-08-24 12:44:08 -07:00
Алекс
797214a977 fixed small typo: nit => nil 2012-08-24 22:18:18 +03:00
Garen Torikian
55d57fd30d Merge branch 'master' of github.com:ajaxorg/ace 2012-08-24 11:14:40 -07:00
Garen Torikian
1846f3c9ba Update to new panino, fix doc bugs 2012-08-24 11:14:23 -07:00
Mostafa Eweda
658c5a2bb3 Merge pull request #864 from ajaxorg/fix/performance
Improve performance
2012-08-24 07:57:03 -07:00
Mostafa Eweda
5e1c1457d6 Merge pull request #862 from ajaxorg/fix/requirejs_conflict
Fix/requirejs conflict
2012-08-24 07:29:52 -07:00
Mostafa Eweda
b6b20aa811 Merge pull request #879 from ajaxorg/dev
recognize more control characters
2012-08-24 03:43:51 -07:00
Mostafa Eweda
f9d580d106 Merge pull request #884 from ajaxorg/vim
Vim
2012-08-24 02:45:42 -07:00
Mostafa Eweda
b9319e38f5 Merge pull request #887 from ajaxorg/highlighting/js
Highlighting tweaks
2012-08-24 01:41:17 -07:00
nightwing
3945fe924a add highlight rules for glsl 2012-08-24 12:08:47 +04:00
nightwing
e92ed07a19 simpler regexp for js identifiers
non identifier chars in \u00a1-\uffff range are errors anyway
   so they can be highlighted either as operator or as identifier
   using this instead of detailed unicode regexps reduces parse time
   by ~3x, and gives the same result for any valid js
2012-08-24 12:08:46 +04:00
nightwing
0918c7f1c0 cleanup highlight_rules 2012-08-24 12:08:06 +04:00
Garen Torikian
92cd0d6132 Merge pull request #882 from ajaxorg/update_dark_themes
Update dark themes
2012-08-22 10:44:33 -07:00
nightwing
a2142c6d3a cleanup 2012-08-22 20:30:58 +04:00
nightwing
8e5ed709a5 end should toggle between trailing whitespace (like home) 2012-08-22 18:48:33 +04:00
nightwing
4946158dc7 better support for editor status 2012-08-22 18:46:31 +04:00
Lennart Kats
abd72172dc Merge pull request #880 from ajaxorg/code-snippets
fix typo in static_highlight
2012-08-21 09:45:42 -07:00
nightwing
86100b5ebe fix static_highlight 2012-08-21 20:20:02 +04:00
nightwing
7877e36dfb recognize more control characters fixes Issue #522 2012-08-20 13:01:26 +04:00
nightwing
e6655172ef workaround for ApplePressAndHoldEnabled interfering with vim mode 2012-08-19 19:21:10 +04:00
nightwing
50cddec4fd tweak index.html 2012-08-19 18:11:56 +04:00
nightwing
6996d538da tweak dark themes 2012-08-19 18:03:29 +04:00
Garen Torikian
ad9b656c14 Update className content 2012-08-17 13:49:14 -07:00
Garen Torikian
d28de1e57e Merge pull request #878 from ajaxorg/doc/api
update event names in api doc (fixes #868)
2012-08-17 13:47:53 -07:00
Garen Torikian
17fcc42923 Update API docs 2012-08-17 12:27:56 -07:00
Lennart Kats
87f0f88201 Merge pull request #863 from ajaxorg/refactor_debugger
Refactor debugger
2012-08-16 13:56:13 -07:00
nightwing
330ca76bfe remove doc comments describing events that ace doesn't emit 2012-08-17 00:04:47 +04:00
nightwing
89d1c65540 move panino dependency into doc module 2012-08-16 23:46:55 +04:00
Harutyun Amirjanyan
3b02b0d797 Merge pull request #873 from rstudio/patch/eclipse-selectedword
Add coloring for selected word in Eclipse
2012-08-14 23:32:24 -07:00
Joe Cheng
e3fc43556a Add coloring for selected word in Eclipse 2012-08-14 20:21:20 -07:00
Garen Torikian
fc01cc6242 Merge branch 'master' of github.com:ajaxorg/ace 2012-08-13 12:51:10 -07:00
Garen Torikian
3ce26b14bd Remove unneeded toc function for docs 2012-08-13 12:51:01 -07:00
Lennart Kats
718abf10a7 Merge pull request #865 from ajaxorg/worker
fix for loading of files generated by r.js from the worker
2012-08-13 04:10:27 -07:00
nightwing
05a31aa7e5 fix mini_require.js
do not patch global require namespace if is used
   do not patch require if it is already patched
2012-08-12 17:21:44 +04:00
nightwing
18b33c57bb Merge remote-tracking branch 'remotes/origin/master' into requirejs_conflict
Conflicts:
	Makefile.dryice.js
2012-08-12 17:14:06 +04:00
nightwing
f6daf02be1 do not overwrite readme of the build 2012-08-11 13:19:14 +04:00
nightwing
a69a9f12d4 do not create infinite loop if module has circular dependencies + cleanup 2012-08-11 12:12:38 +04:00
Lennart Kats
d21f41dfed Merge pull request #846 from ajaxorg/indent_guides
Indent guides
2012-08-10 00:52:20 -07:00
Lennart Kats
768bfbb1f2 Merge remote-tracking branch 'origin/master' into indent_guides
Conflicts:
	lib/ace/theme/textmate.css
2012-08-10 09:51:03 +02:00
nightwing
45ee0cd121 Defer gutter refresh until cursor is rendered
based on pull #866
2012-08-09 23:41:41 +04:00
nightwing
97e40eb580 do not break old breakpoint api 2012-08-08 19:54:18 +04:00
Harutyun Amirjanyan
5316f97ba2 Merge pull request #859 from corinnekrych/patch-1
fix issues in IE8 with onPropertyChange. IE8 was looping.
2012-08-07 08:19:58 -07:00