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 |
|
Fabian Jakobs
|
b76d40305f
|
Merge pull request #700 from ajaxorg/highlighting/js
Fix highlighting rules for JS
|
2012-04-09 07:10:56 -07: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
|
030a1d079a
|
* Build ace
|
2012-04-08 11:50:00 +02:00 |
|
Ruben Daniels
|
f7be320575
|
* added gutter shadow as horizontal scrolling indicator
|
2012-04-08 11:49:45 +02:00 |
|
Ruben Daniels
|
d6a1779f4b
|
* Build ace
|
2012-04-07 23:29:08 +02:00 |
|
Ruben Daniels
|
7e70887b09
|
* Optimized Virtual Rendered animated scrolling
|
2012-04-07 23:28:59 +02:00 |
|
Ruben Daniels
|
491250b68a
|
* Build new version of ace
|
2012-04-07 09:11: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
|
d809d26fab
|
dry ice 0.4.4 does not work
|
2012-04-06 18:02:54 +02:00 |
|
Fabian Jakobs
|
d386d4c6a1
|
package
|
2012-04-06 18:02:30 +02:00 |
|
Fabian Jakobs
|
cbd29bc541
|
cleanup unit tests
|
2012-04-06 17:55:23 +02:00 |
|
Fabian Jakobs
|
8c1508ab9b
|
build
|
2012-04-06 15:33:27 +02:00 |
|
Fabian Jakobs
|
8679b818a4
|
wiki
|
2012-04-06 15:33:27 +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
|
ad0e1ef67c
|
wiki
|
2012-04-06 15:33:26 +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
|
6462d39c4a
|
package
|
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 |
|
Fabian Jakobs
|
b096c279b3
|
load modes in the demo on demand
|
2012-04-06 15:33:25 +02:00 |
|
Ruben Daniels
|
7f5db3f6b4
|
* Added Setting
|
2012-04-06 12:35:08 +02:00 |
|
Fabian Jakobs
|
1733804971
|
Merge pull request #698 from danyaPostfactum/patch-2
remove trailing commas
|
2012-04-05 23:24:58 -07: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 |
|