Commit graph

967 commits

Author SHA1 Message Date
Jan Jongboom
89dadab29d gutter fix 2011-10-18 14:50:02 +02:00
Jan Jongboom
9c67add1d5 dom reference 2011-10-14 12:39:52 +02:00
Jan Jongboom
4d3d346c5f theme files back to normal again 2011-10-14 12:07:56 +02:00
Jan Jongboom
aa0d6e935e fixed styling in firefox 2011-10-13 13:14:31 +02:00
Fabian Jakobs
08de8b4aa1 add static highlighter demos 2011-10-13 12:38:34 +02:00
Jan Jongboom
5a808ac6a8 Highlighting feature of ace as a server side node module! 2011-10-12 18:14:38 +02:00
Jan Jongboom
dff21be992 Merge branch 'master' of github.com:ajaxorg/ace into server-side-rendering 2011-10-12 16:25:16 +02:00
Jan Jongboom
9c612d2329 initial checkin 2011-10-12 16:24:31 +02:00
Fabian Jakobs
bf638def80 Merge pull request #418 from Gozala/bug/multi-head
ace modules can't be shared across windows - Issue #417
2011-10-12 07:05:23 -07:00
Jonathan Camile
add0f3f5a2 Sql Mode: Fixed string highlighting 2011-10-11 10:56:52 +02:00
Jonathan Camile
e26ce00afb SqlMode: Fixed group by and order by, and added asc and desc 2011-10-11 10:56:43 +02:00
Fabian Jakobs
26a1af8778 Merge pull request #453 from deytao/master
SQL Mode
2011-10-10 08:08:23 -07:00
Fabian Jakobs
7a9a2855df Merge pull request #400 from russplaysguitar/master
Added Coldfusion mode
2011-10-10 00:21:56 -07:00
Jonathan Camile
6580d3e287 Added SQL mode 2011-10-07 11:34:37 +02:00
Resolver Developers
19ea6a93f3 Merge branch 'master' of https://github.com/ajaxorg/ace 2011-10-05 14:32:22 +01:00
Fabian Jakobs
32db0a3373 this broke deletion in modes without behaviors attached 2011-10-05 09:42:00 +02:00
nightwing
b99710cd9e tabs to spaces 2011-10-04 23:20:05 +05:00
nightwing
4176e6f079 add missing delete keybindings for windows 2011-10-04 23:06:51 +05:00
nightwing
e0c9179730 worker fails on firefox because it refuses to clone objects containing function props 2011-10-04 23:06:51 +05:00
nightwing
e291bbfed3 show drag cursor when user keeps mouse pressed for some time
without movement
2011-10-04 23:06:51 +05:00
nightwing
fc47fe8c0a fix cursor for folds and dragging 2011-10-04 23:06:51 +05:00
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
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
Resolver Developers
60191322e6 Merge branch 'master' of https://github.com/ajaxorg/ace 2011-10-03 11:32:23 +01: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
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
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
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