Commit graph

2,784 commits

Author SHA1 Message Date
Fabian Jakobs
36caefe3a7 align coffescript mode closer to the js mode. fix #434 2011-09-29 12:21:36 +00:00
Fabian Jakobs
7fd597a1b0 Merge branch 'master' of github.com:ajaxorg/ace
Conflicts:
	build/demo/kitchen-sink.js
	build/kitchen-sink.html
2011-09-28 12:25:26 +02:00
Fabian Jakobs
314b95eb78 Multiple line commenting highlight fails when contains a single line comment.
fix #426
2011-09-28 12:20:36 +02:00
mikedeboer
cb46249e73 fixed type error when data.lines is not defined 2011-09-28 11:54:45 +02:00
Fabian Jakobs
76a41147ef generate tomorrow themes 2011-09-28 11:50:36 +02:00
mikedeboer
558206df09 fixed error introduced by previous commit 2011-09-28 11:35:16 +02:00
mikedeboer
e0c8661bf5 clear cache of bgtokenizer on setting document 2011-09-28 10:49:38 +02:00
Fabian Jakobs
fe7ad3bb0c Merge pull request #414 from Gozala/bug/regexp-keys
bindings should not be over-normalized  if (key is set to null it should stay
2011-09-26 02:33:31 -07:00
Fabian Jakobs
1e7efe70e1 fix scroll wheel regression. fixes #430 2011-09-26 08:45:22 +00:00
Fabian Jakobs
b9266a1339 fix command keys in Opera. fix #431 2011-09-26 08:27:22 +00:00
Fabian Jakobs
d0ced941ef extract mouse event class 2011-09-24 11:55:19 +00:00
mikedeboer
ed9fc8b6b4 changed default_handlers into a class 2011-09-23 18:22:20 +02:00
mikedeboer
a4c2304476 refactored the mouse_handler to support custom event hooks for all mouse events 2011-09-23 16:39:53 +02:00
Corey Johnson
f69bfe0360 Search's findAll has a bug when using regExp with $ or ^.
This fixes that bug and adds a test for it as
well.
2011-09-16 14:22:41 -07:00
Fabian Jakobs
02bfaae694 emit change event on the editor as well 2011-09-14 14:48:39 +02:00
Irakli Gozalishvili
190ed05eae Update importCssString so that it can work with remote DOM documents. 2011-09-09 17:56:18 +02:00
Irakli Gozalishvili
e5aa00fec9 Updating all themes to new format. 2011-09-09 17:55:30 +02:00
Irakli Gozalishvili
738e7c1a0b Use zeroTimeout bounded to the window. 2011-09-09 17:45:34 +02:00
Irakli Gozalishvili
4e56be878f Highlighter support for c++, coffee, c#, js punctuation operators. 2011-09-09 17:02:29 +02:00
Irakli Gozalishvili
0d5bb63e1d Highlighter support for JS definitions. 2011-09-09 17:01:21 +02:00
Irakli Gozalishvili
7d68dc7d04 Highlighter support for JS deprecated. 2011-09-09 17:00:45 +02:00
Irakli Gozalishvili
61237fea68 Highlighter support for JS globals. 2011-09-09 17:00:03 +02:00
Irakli Gozalishvili
0759ee67dd Use element.ownerDocument instead of document. 2011-09-09 14:55:43 +02:00
Irakli Gozalishvili
4f482437d7 Allow highlighting parens with a diff color via .ace_paren style. 2011-09-08 12:33:45 +02:00
Irakli Gozalishvili
182f08452c bindings should be over-normalized if (key is set to null it should stay so). 2011-09-08 12:07:15 +02:00
Chris Wanstrath
f1b0c0859b Don't hardcode protocol to Google Fonts.
Without this change, using Ace on an SSL page throws a
mixed content warning:

https://img.skitch.com/20110906-8xhu97awwbeyjf6bsgawj4y7d6.png
2011-09-06 13:38:51 -07:00
Fabian Jakobs
6fdb285562 jslint fixes 2011-09-06 18:15:17 +02:00
Fabian Jakobs
7157ed6645 yet another regex highlighting fix 2011-09-06 17:20:53 +02:00
Fabian Jakobs
86344d92b7 regexps are allowed after case statements 2011-09-06 16:52:49 +02:00
Fabian Jakobs
983771a2be fix tokenizing js comments 2011-09-06 15:55:27 +02:00
Fabian Jakobs
5379fa6647 latex mode 2011-09-06 14:47:39 +02:00
Fabian Jakobs
aaa7abe505 Merge remote-tracking branch 'jpallen/latex_highlighting' into gh-pages
Conflicts:
	demo/demo.js
	kitchen-sink.html
2011-09-06 14:31:23 +02:00
Fabian Jakobs
f80b18e95c Merge pull request #409 from nightwing/pullreq
restore compatibility with strict xml and xul
2011-09-06 01:26:05 -07:00
Fabian Jakobs
3cf5846f5e use entity.name.function in coffeescript classes 2011-09-06 10:24:34 +02:00
Fabian Jakobs
f5a5e70507 highlight function names 2011-09-06 10:15:44 +02:00
Chris Wanstrath
17007e7902 Coffee: Highlight property: and @property 2011-09-04 21:23:05 -07:00
nightwing
b21ec9185e can't scroll all the way to the left with mouse 2011-09-01 10:54:59 +05:00
nightwing
93fb27747e remove unneeded </div>, and remove entities not present in xml 2011-09-01 10:54:59 +05:00
Resolver Developers
cf44a62780 Merge branch 'master' of https://github.com/ajaxorg/ace 2011-08-31 16:21:13 +01:00
Giannis
bade5d6578 * add eclipse theme print margin 2011-08-31 15:42:44 +03:00
Russ
8fdaf03b26 Added Coldfusion 2011-08-27 00:36:45 -07:00
mikedeboer
5bfe563305 fixed path normalization for paths relative to root 2011-08-23 14:50:57 +02:00
Lee Gao
68f3a31b8e Merge branch 'master' of git://github.com/ajaxorg/ace
Conflicts:
	build/demo/kitchen-sink-uncompressed.js
	build/demo/kitchen-sink.js
	build/src/ace-uncompressed.js
	build/src/ace.js
2011-08-19 18:54:25 -04:00
Fabian Jakobs
ee6b54046f fix copy and paste in chrome 2011-08-19 16:35:05 +02:00
Ryan Hope
11c8d88ecc fix autocaps issue 2011-08-19 11:12:28 +02:00
Lee Gao
db9862b3f7 Added indentation to lua 2011-08-18 20:23:31 -04:00
Lee Gao
adb1b2ce21 Removed unnecessary code for comment indentation 2011-08-18 18:55:25 -04:00
Lee Gao
0a58b58d1f Added lua into the kitchen sink demo. 2011-08-18 18:33:37 -04:00
Lee Gao
4b83e01684 Added in Lua highlight rules 2011-08-18 17:55:33 -04:00
nightwing
e040610995 fix invisible scrollbar for zoomed pages on firefox 2011-08-18 23:14:31 +05:00