Commit graph

1,941 commits

Author SHA1 Message Date
nightwing
dad1ac4e61 allow behaviours to cancel delete 2011-10-04 23:06:51 +05:00
nightwing
a2cd7be899 allow behaviours to handle removeRight as well 2011-10-04 23:06:51 +05:00
nightwing
fdb8372597 remove listeners when worker is terminated
fixes bug with workers on firefox 8.0a
2011-10-04 23:06:50 +05:00
Fabian Jakobs
0b25b7593f some tokenizer fixes. fix #435 2011-10-04 16:06:10 +02:00
Fabian Jakobs
3ca1d6e8ae package 2011-10-04 15:21:14 +02:00
Fabian Jakobs
2e87924d9b pilot 2011-10-04 15:18:58 +02:00
Fabian Jakobs
4fe4968a43 package 2011-10-04 14:26:40 +02:00
Fabian Jakobs
b697708092 Merge pull request #415 from Gozala/bug/parens-color
Allow highlighting parens with a diff color via .ace_paren style.
2011-10-04 05:25:14 -07:00
Fabian Jakobs
5ea07d49d6 package 2011-10-04 14:21:05 +02:00
Fabian Jakobs
0ef945d735 Merge pull request #439 from zquestz/patch-1
Swapped order of element.innerHTML and element.value
2011-10-04 05:00:27 -07:00
Fabian Jakobs
cdc6b045bf Merge pull request #436 from kanej/master
Powershell Syntax Highlighting
2011-10-04 04:46:08 -07:00
Josh Ellithorpe
c96b26e260 Swapped order of element.innerHTML and element.value so it fixes IE whitespace stripping issues. 2011-09-29 19:47:27 -07:00
John Kane
4dcc3742a5 Filled out list of built in functions. 2011-09-30 01:49:31 +01:00
John Kane
9cb8889801 Added in non-comparison operators i.e. & 2011-09-30 01:13:45 +01:00
John Kane
c89a00fd51 Extended the binary operators. 2011-09-30 01:00:15 +01:00
John Kane
65afcb20a3 Added support for binary operators. 2011-09-30 00:41:45 +01:00
John Kane
d9004dc8f5 Expanded the demo page for powershell and included the mode in the build. 2011-09-30 00:28:06 +01:00
John Kane
6ab39642d7 Added in supportfor variables. 2011-09-30 00:17:35 +01:00
John Kane
24fb491b95 Fixed boolean constants and null. 2011-09-30 00:14:00 +01:00
John Kane
58db794e8e Added basic powershell mode. 2011-09-29 22:06:15 +01:00
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
3a0ec51aef package 2011-09-28 12:23:04 +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
8725f000b5 updated build 2011-09-28 11:55:50 +02:00
mikedeboer
cb46249e73 fixed type error when data.lines is not defined 2011-09-28 11:54:45 +02:00
Fabian Jakobs
578aeb1241 package new themes 2011-09-28 11:54:13 +02:00
Fabian Jakobs
03afaeee9a Merge branch 'gh-pages' 2011-09-28 11:50:55 +02:00
Fabian Jakobs
76a41147ef generate tomorrow themes 2011-09-28 11:50:36 +02:00
Fabian Jakobs
5a7eabbd19 Merge pull request #432 from ChrisKempson/master
Tomorrow Themes
2011-09-28 02:38:18 -07:00
mikedeboer
bf045a3a38 updated build 2011-09-28 11:36:12 +02:00
mikedeboer
558206df09 fixed error introduced by previous commit 2011-09-28 11:35:16 +02:00
mikedeboer
e09bc1439e updated build 2011-09-28 10:51:12 +02:00
mikedeboer
e0c8661bf5 clear cache of bgtokenizer on setting document 2011-09-28 10:49:38 +02:00
ChrisKempson
a1df4237b0 Added Tomorrow Themes 2011-09-27 12:37:57 +01:00
Fabian Jakobs
c3599898aa git urls 2011-09-26 14:13:49 +02:00
Fabian Jakobs
8e372f1f15 package 2011-09-26 14:07:57 +02:00
Fabian Jakobs
da085a53a7 fix link to cockpit. fix #427 2011-09-26 14:05:41 +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
mikedeboer
0c1c39d14f updated build 2011-09-26 10:55:59 +02:00
Fabian Jakobs
1e7efe70e1 fix scroll wheel regression. fixes #430 2011-09-26 08:45:22 +00:00
Fabian Jakobs
50b0e2b1b5 pilot 2011-09-26 08:42:00 +00:00
Fabian Jakobs
b9266a1339 fix command keys in Opera. fix #431 2011-09-26 08:27:22 +00:00
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
Fabian Jakobs
d6e3957aca add neutron IDE to list of projects using ace 2011-09-15 10:50:31 +03:00