Commit graph

1,297 commits

Author SHA1 Message Date
nightwing
299cdc1b19 fix typo 2012-04-03 22:46:48 +04:00
nightwing
a3f61f711a add some tests 2012-03-31 22:08:08 +04:00
nightwing
b546875c1d Merge remote-tracking branch 'remotes/upstream/master'
Conflicts:
	demo/kitchen-sink/demo.js
2012-03-31 20:39:26 +04:00
Fabian Jakobs
0fb6590f26 be smarter with mode and theme loading 2012-03-30 17:44:24 +02:00
nightwing
98180d5b07 refactor 2012-03-30 00:09:19 +04:00
mikedeboer
19a5af9fe3 improved empty check 2012-03-27 17:19:01 +02:00
cloud9Deploy
4113f574a4 Merge pull request #658 from jrburke/patch-1
Call onLoad in the non-browser case.
2012-03-26 03:15:16 -07:00
cloud9Deploy
d7d8a164f1 Merge pull request #664 from ajaxorg/typo/placeholder
Typo followup: now handling both of ACE and Cloud9 worlds
2012-03-26 03:01:46 -07:00
cloud9Deploy
1340569415 Merge pull request #672 from ajaxorg/theme/update_monokai
Hella improve syntax highlighting for JS across all themes
2012-03-26 02:58:33 -07:00
cloud9Deploy
0b3fdb469c Merge pull request #674 from nightwing/pullreq
update jshint
2012-03-26 02:55:05 -07:00
richo
d6a21166fc Add sh editing mode based on the python mode 2012-03-26 11:26:10 +02:00
nightwing
2227a9bfea rename 2012-03-26 11:51:24 +04:00
nightwing
d85e8b24f6 add some more commands 2012-03-25 22:16:28 +04:00
nightwing
fc500bb37a reset desiredColumn when needed instead of updating it all the time 2012-03-25 14:52:17 +04:00
nightwing
ec9ef6c843 fix handling of desiredcolumn 2012-03-25 12:15:33 +05:00
Garen Torikian
ab7fa1a78d Fix test I didn't know existed 2012-03-24 03:12:14 +01:00
Garen Torikian
5a02205fc8 Update to add param colors and more JS functions 2012-03-24 02:47:25 +01:00
nightwing
9244fd0440 update dependencies 2012-03-23 21:00:47 +04:00
nightwing
bcf8430ec4 can edit text with multiple selections 2012-03-22 23:13:41 +04:00
Garen Torikian
0fb021b967 Fix failing test 2012-03-22 19:30:13 +01:00
Garen Torikian
ee667179b3 Add a few more JS styles for escaped chars & keywords, also tests 2012-03-22 18:17:01 +01:00
nightwing
c955e33e04 first draft of multicorsor (messy but mostly works) 2012-03-22 19:41:48 +04:00
nightwing
580ed00afa better handling of multiple cursors 2012-03-22 19:38:31 +04:00
nightwing
c2e1f8815d emit events on add/remove to range_list 2012-03-22 19:37:18 +04:00
nightwing
eb4a36fe7f fix hash_handler 2012-03-22 19:34:37 +04:00
Garen Torikian
a0038069b8 Include storage.type for JS definitions; fix various themes 2012-03-22 11:04:06 +01:00
nightwing
6ec76596a3 cleanup 2012-03-21 11:45:27 +04:00
nightwing
107735560a do not require cursors to be sorted 2012-03-20 13:16:17 +04:00
nightwing
bd6ecd1b8b rearrange markers to bring selected_word behind selection 2012-03-20 00:00:38 +04:00
nightwing
37943f8df5 more work on range_list 2012-03-18 23:18:50 +04:00
nightwing
ce215714c3 fix multiline text markers and update comments to match actual functions 2012-03-18 17:20:37 +04:00
nightwing
43bfe515ed small cleanup 2012-03-18 17:16:10 +04:00
Fabian Jakobs
413607a991 don't write to read only property in IE10
fixes #669
2012-03-16 12:24:49 +01:00
nightwing
a4f82e70f6 add draft implementation of rangeList to test it's usefulness 2012-03-14 14:57:58 +04:00
nightwing
020cf5f39a improve inbrowser test runner 2012-03-14 14:55:56 +04:00
nightwing
1e4828e3d8 remove redundant clamping while converting between screen and document positions 2012-03-13 23:05:05 +04:00
nightwing
6381f3e048 make hash_handler more useful 2012-03-13 22:06:48 +04:00
nightwing
c431f6a550 add ability to draw show cursors 2012-03-13 22:04:45 +04:00
Mostafa Eweda
ec022c3abb Typo followup: now handling both of ACE and Cloud9 worlds 2012-03-12 17:33:17 +02:00
Mostafa Eweda
0329c10031 Fixing typo followup, try fixing the corrupted tests 2012-03-09 00:52:20 +02:00
Mostafa Eweda
1283b11f0e Fixed a typo in placeholder that was stopping the cancel to work 2012-03-08 20:29:21 +02:00
James Burke
66adddf2f7 Call onLoad in the non-browser case. This allows the r.js optimizer to work when building projects that include ace from source. It should be done anyway, to indicate the load of the resource was successful. 2012-03-06 12:56:40 -08:00
Fabian Jakobs
099f1541fd add json worker 2012-03-02 11:40:25 +01:00
Fabian Jakobs
30bd07dd22 add worker_client to the main package 2012-02-29 15:07:55 +01:00
Bernie Telles
f05b5d9961 fix ie8 jquery 1.7.1 compatibility 2012-02-23 20:52:03 -08:00
mikedeboer
4f93588763 removed scrolling threshold for older safari versions, cause it make working with apple mice less pleasant 2012-02-22 10:17:55 +01:00
mikedeboer
c549e3a17f removed scrolling threshold for older safari versions, cause it make working with apple mice less pleasant 2012-02-22 10:15:57 +01:00
Fabian Jakobs
2814203c33 fix click offset bug 2012-02-03 15:42:59 +01:00
mikedeboer
67ba8f5f29 fixed horizontal scroll restore when browser and ACE are out of sync 2012-02-02 12:21:37 +01:00
Fabian Jakobs
dd55f74256 Merge remote-tracking branch 'nightwing/pullreq'
Conflicts:
	lib/ace/virtual_renderer.js
2012-02-02 11:25:34 +01:00