Commit graph

2,146 commits

Author SHA1 Message Date
Fabian Jakobs
94eddc1362 some cleanups. Tabs to spaces, etc 2012-04-11 16:55:27 +02:00
Fabian Jakobs
d3f147cc72 update themes 2012-04-11 16:06:49 +02:00
Fabian Jakobs
a675d6a0f7 Merge pull request #699 from danyaPostfactum/master
xml entity support, doctype declaration is marked as "xml_re", not "meta.tag"
2012-04-11 06:59:20 -07:00
Garen Torikian
f1c609db1e Merge pull request #693 from ajaxorg/feature/animscroll
* Added animation for scrolling for find and gotoline
2012-04-10 10:41:00 -07:00
Garen Torikian
fc4625e1b6 Merge master 2012-04-10 10:39:55 -07:00
Garen Torikian
27629c05ff Remove unneeded todo 2012-04-10 10:37:27 -07:00
Garen Torikian
1c5320f84e Merge master 2012-04-09 21:33:39 -07:00
John Roepke
811abefc45 Merge git://github.com/ajaxorg/ace 2012-04-09 21:22:42 +00:00
danyaPostfactum
a4826b938a Change entity.reference to constant.character.entity 2012-04-10 04:52:13 +10:00
danyaPostfactum
a7025742a4 Change entity.reference to constant.character.entity 2012-04-10 04:50:33 +10:00
William Candillon
afa970767a Fix bugs in the XQuery parser and lexer. 2012-04-09 19:17:22 +02:00
nightwing
2021536794 emit event before executing a command 2012-04-08 17:19:29 +04:00
Ruben Daniels
fddab9eef0 * Merged with master
* Built ace

Merge branch 'master' of github.com:ajaxorg/ace into feature/animscroll

Conflicts:
	build/kitchen-sink.html
	build/src/ace-noconflict.js
	build/src/ace.js
	build/src/mode-c_cpp-noconflict.js
	build/src/mode-c_cpp.js
	build/src/mode-clojure-noconflict.js
	build/src/mode-clojure.js
	build/src/mode-coldfusion-noconflict.js
	build/src/mode-coldfusion.js
	build/src/mode-csharp-noconflict.js
	build/src/mode-csharp.js
	build/src/mode-css-noconflict.js
	build/src/mode-css.js
	build/src/mode-groovy-noconflict.js
	build/src/mode-groovy.js
	build/src/mode-haxe-noconflict.js
	build/src/mode-haxe.js
	build/src/mode-html-noconflict.js
	build/src/mode-html.js
	build/src/mode-java-noconflict.js
	build/src/mode-java.js
	build/src/mode-javascript-noconflict.js
	build/src/mode-javascript.js
	build/src/mode-json-noconflict.js
	build/src/mode-json.js
	build/src/mode-markdown-noconflict.js
	build/src/mode-markdown.js
	build/src/mode-php-noconflict.js
	build/src/mode-php.js
	build/src/mode-powershell-noconflict.js
	build/src/mode-powershell.js
	build/src/mode-scad-noconflict.js
	build/src/mode-scad.js
	build/src/mode-scala-noconflict.js
	build/src/mode-scala.js
	build/src/mode-svg-noconflict.js
	build/src/mode-svg.js
	build/src/mode-xml-noconflict.js
	build/src/mode-xml.js
2012-04-08 13:22:50 +02:00
Ruben Daniels
ec061ff303 Merged from master 2012-04-08 11:56:01 +02:00
Ruben Daniels
f7be320575 * added gutter shadow as horizontal scrolling indicator 2012-04-08 11:49:45 +02:00
Ruben Daniels
7e70887b09 * Optimized Virtual Rendered animated scrolling 2012-04-07 23:28:59 +02:00
Garen Torikian
cbc3858ff2 Fix highlighting rules 2012-04-06 20:52:53 -07:00
nightwing
1254357d92 Merge remote-tracking branch 'remotes/upstream/master'
Conflicts:
	lib/ace/commands/command_manager.js
	lib/ace/test/mockrenderer.js
	lib/ace/test/all_browser.js
2012-04-07 01:00:49 +04:00
danyaPostfactum
401e6bdba8 remove ! from meta.tag regex 2012-04-07 05:26:26 +10:00
danyaPostfactum
a71ebcb29a entity support, doctype is not a tag 2012-04-07 05:13:01 +10:00
danyaPostfactum
26582ef386 Update lib/ace/mode/xml_highlight_rules.js 2012-04-07 05:08:51 +10:00
danyaPostfactum
a642fffac7 Entity support, doctype is not a tag 2012-04-07 05:05:36 +10:00
Fabian Jakobs
cbd29bc541 cleanup unit tests 2012-04-06 17:55:23 +02:00
Fabian Jakobs
4084931f19 fix: find doesn't change horizontal scroll
fixes #638
2012-04-06 15:33:27 +02:00
Fabian Jakobs
88363fe911 allow real regular expressions in highlighters 2012-04-06 15:33:27 +02:00
Fabian Jakobs
5f9af07e9b some mode fixes 2012-04-06 15:33:26 +02:00
Fabian Jakobs
819bfe47ce Command+Backspace should remove until begin of line, Option+Backspace should remove token
fix #661
2012-04-06 15:33:26 +02:00
Fabian Jakobs
d09c0bcdbf Single quotes are not auto-paired like double quotes
fixed #663
2012-04-06 15:33:26 +02:00
Fabian Jakobs
91f4d87cf2 some tokenizer fixes 2012-04-06 15:33:25 +02:00
Fabian Jakobs
07672b4987 use consistent naming for unit test 2012-04-06 15:33:25 +02:00
Ruben Daniels
7f5db3f6b4 * Added Setting 2012-04-06 12:35:08 +02:00
danyaPostfactum
81d4d642c6 remove trailing commas 2012-04-06 16:04:34 +10:00
John Roepke
74daa182e9 Add LESS syntax highlighting. 2012-04-05 21:18:09 +00:00
Fabian Jakobs
83d81635f8 remove event delegation 2012-04-05 21:50:25 +02:00
Fabian Jakobs
679ecc3611 fix narcissus issue 2012-04-05 21:50:25 +02:00
Fabian Jakobs
6a38ad951a update narcissus 2012-04-05 21:50:24 +02:00
Fabian Jakobs
3ccb90ea54 emit an event after a mode is loaded 2012-04-05 21:50:24 +02:00
Fabian Jakobs
a6112a9128 Merge pull request #697 from wildfireapp/master
The following adds a simple liquid parser we've been using internally
2012-04-05 12:49:25 -07:00
Bernie Telles
0a9ff4f55d Add sample docs for liquid. 2012-04-05 09:29:45 -07:00
Fabian Jakobs
dc63ca891f Merge pull request #684 from danyaPostfactum/patch-1
Two little fixes of gutter style in "chrome" theme
2012-04-05 05:32:28 -07:00
William Candillon
b7ab8aa2f6 Merge /Users/wcandillon/Dropbox/ace 2012-04-05 12:55:05 +02:00
William Candillon
2a129757b3 Add missing XMLLexer file. 2012-04-05 12:53:35 +02:00
William Candillon
834e8733db Merge /Users/wcandillon/Dropbox/ace 2012-04-05 12:42:23 +02:00
William Candillon
b4ce34eb9b Improve XQuery parser and lexer support. 2012-04-05 12:41:39 +02:00
Bernie Telles
5e87f9b60a Add liquid parser. 2012-04-04 16:50:08 -07:00
Fabian Jakobs
ac797eefe7 check was wrong 2012-04-04 20:34:06 +02:00
William Candillon
dc5aca2741 Merge https://github.com/ajaxorg/ace 2012-04-04 13:43:05 +02:00
William Candillon
667fb57f7a Major improvements in the XQuery syntax checking infrastructure. 2012-04-04 13:38:19 +02:00
Fabian Jakobs
478e4775ae Merge pull request #645 from wcandillon/master
Add support for XQuery
2012-04-04 04:09:09 -07:00
nightwing
587e391bb5 fix failing test 2012-04-04 13:06:42 +04:00