Commit graph

4,472 commits

Author SHA1 Message Date
Fabian Jakobs
2c92472b8f Merge pull request #428 from ajaxorg/mouse-refactor
Mouse refactor
2011-09-24 05:08:29 -07:00
Fabian Jakobs
2dd2cea46b pilot 2011-09-24 12:06:41 +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
mikedeboer
f2728b04b9 updated pilot 2011-09-23 16:34:17 +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
d6e3957aca add neutron IDE to list of projects using ace 2011-09-15 10:50:31 +03:00
Fabian Jakobs
0019a4a73e pilot 2011-09-14 16:44:57 +02:00
Fabian Jakobs
129c52a135 package 2011-09-14 14:48:55 +02: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
Fabian Jakobs
b53897c3d6 try https 2011-09-07 15:49:34 +02:00
Fabian Jakobs
18fbe588ec package 2011-09-07 11:43:15 +02:00
Fabian Jakobs
a923766627 Merge branch 'gh-pages' of github.com:ajaxorg/ace into gh-pages 2011-09-07 11:41:46 +02:00
Fabian Jakobs
36b7e982c4 fix kitchen sink 2011-09-07 11:38:39 +02:00
Fabian Jakobs
7b143ae70e add revision number to the kitchen sink 2011-09-07 11:38:30 +02:00
Fabian Jakobs
f6322a8296 package 2011-09-07 10:48:12 +02:00
Fabian Jakobs
40042a0942 use git URLS 2011-09-07 10:40:40 +02:00
Fabian Jakobs
c018bb60e3 use git protocol 2011-09-07 10:28:17 +02:00
Fabian Jakobs
c8d6cce256 Merge pull request #412 from defunkt/dont-hardcode-fonts-protocol
Don't hardcode protocol to Google Fonts.
2011-09-07 01:22:21 -07: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
a0051237b6 package 2011-09-06 17:21:02 +02:00
Fabian Jakobs
7157ed6645 yet another regex highlighting fix 2011-09-06 17:20:53 +02:00
Fabian Jakobs
1041f1abe8 package 2011-09-06 16:53:48 +02:00
Fabian Jakobs
86344d92b7 regexps are allowed after case statements 2011-09-06 16:52:49 +02:00
Fabian Jakobs
ed308a539b package 2011-09-06 16:00:03 +02:00
Fabian Jakobs
9e34190cde add latex mode to the makefile 2011-09-06 15:59:51 +02:00
Fabian Jakobs
983771a2be fix tokenizing js comments 2011-09-06 15:55:27 +02:00
Fabian Jakobs
c9badb0a64 dryice 2011-09-06 15:54:48 +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
Fabian Jakobs
b5808745c0 Merge pull request #411 from defunkt/more-coffee-colors
Coffee: Highlight `property:` and `@property`
2011-09-06 01:15:22 -07: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