Ruben Daniels
|
7b00aa8081
|
* Fixed merge oops
|
2012-04-11 21:23:54 +02:00 |
|
Fabian Jakobs
|
72ca7d98d5
|
Merge pull request #712 from nightwing/subpixel
Subpixel positioning
|
2012-04-11 10:04:51 -07:00 |
|
nightwing
|
378f161143
|
fix failing test
|
2012-04-11 21:00:15 +04:00 |
|
Fabian Jakobs
|
32c88cfb77
|
Merge pull request #591 from okonomiyaki3000/master
Numer of items replaced
|
2012-04-11 09:13:11 -07:00 |
|
nightwing
|
c0550e0891
|
use position="fixed" to not cause problems on rtl sites
|
2012-04-11 20:08:50 +04:00 |
|
nightwing
|
9a45c466ae
|
use getBoundingClientRect for measuring text size
needed because on chrome 17+ line heights can be fractional
|
2012-04-11 20:08:50 +04:00 |
|
Fabian Jakobs
|
59ddc64d3d
|
fix unit test
|
2012-04-11 17:28:06 +02:00 |
|
Ruben Daniels
|
d6c3e006b6
|
* Added active line highlighting for the gutter
|
2012-04-11 17:26:32 +02:00 |
|
Fabian Jakobs
|
770ab82cbf
|
Merge branch 'feature/shadowgutter'
Conflicts:
build/kitchen-sink.html
build/src/ace-noconflict.js
build/src/ace.js
lib/ace/virtual_renderer.js
|
2012-04-11 17:23:45 +02:00 |
|
Fabian Jakobs
|
2208ccdd48
|
coding styles
|
2012-04-11 17:19:56 +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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Fabian Jakobs
|
478e4775ae
|
Merge pull request #645 from wcandillon/master
Add support for XQuery
|
2012-04-04 04:09:09 -07:00 |
|
Fabian Jakobs
|
45b8b9e83f
|
Merge pull request #679 from richoH/features/sh/1
Features/sh/1
|
2012-04-04 00:29:13 -07:00 |
|
Garen Torikian
|
57d1e72751
|
Improve multiline string rules
|
2012-04-03 22:45:56 -07:00 |
|
Ruben Daniels
|
b37304c63b
|
* Tweaked performance
|
2012-04-03 19:09:17 -07:00 |
|
Ruben Daniels
|
b47b0e9225
|
* Tweaked animation
|
2012-04-03 15:48:16 -07:00 |
|