Commit graph

2,146 commits

Author SHA1 Message Date
Garen Torikian
c207da630e Merge master 2012-03-21 16:50:31 +01:00
Garen Torikian
e249ddd118 Continue documenting Ace API 2012-03-21 16:48:40 +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
Meg Sharkey
a7efe1293a Merge remote-tracking branch 'ace/master' 2012-03-12 16:57:25 -07:00
Meg Sharkey
f684fed674 added example for yaml 2012-03-12 16:39:06 -07:00
Meg Sharkey
8be362ab54 fixed reference 2012-03-12 16:03:12 -07:00
Meg Sharkey
889368019e fixed reference error 2012-03-12 15:53:00 -07:00
Meg Sharkey
9d33a06633 added yaml syntax highlighter 2012-03-12 15:47:01 -07: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
Christoph Dorn
fdce161412 sourcemint loader detection fix 2012-03-05 15:54:19 -08:00
Fabian Jakobs
099f1541fd add json worker 2012-03-02 11:40:25 +01:00
cadorn
67abf80c4e sourcemint loader support 2012-02-29 16:03:18 -08:00
Fabian Jakobs
30bd07dd22 add worker_client to the main package 2012-02-29 15:07:55 +01:00
Garen Torikian
463fce04fe Update js files based on new conref format 2012-02-25 10:33:28 -08:00
William Candillon
1f17c033a4 Add external keyword to the tokenizer. 2012-02-25 12:42:19 +01:00
Bernie Telles
f05b5d9961 fix ie8 jquery 1.7.1 compatibility 2012-02-23 20:52:03 -08:00
Garen Torikian
d80ed19f65 Merge branch 'master' into doc/api 2012-02-23 13:15:05 -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
Garen Torikian
870fe2c74e Merge branch 'master' into doc/api 2012-02-13 12:34:25 -08:00
William Candillon
40c3b74391 Fix namespaces. 2012-02-13 10:26:34 +01:00
William Candillon
240f68cd9a Minor improvements in the XQuery syntax highlighter. 2012-02-13 10:04:06 +01:00
Garen Torikian
444d12f0f1 Fix parse error around conref 2012-02-07 16:23:13 -08:00
Garen Torikian
554b845bb9 Make some updates to doc 2012-02-07 16:22:22 -08:00
William Candillon
5adb50244c Add new keywords. 2012-02-07 16:31:05 +01:00
William Candillon
9bed0eee92 Add new keywords. 2012-02-07 16:26:14 +01:00
William Candillon
1bba5fb6d7 Add count keyword. 2012-02-07 16:11:06 +01:00
William Candillon
517e88f2f0 Add XQuery support from eXide 2012-02-06 14:53:12 +01:00
Garen Torikian
f4842f566e Remove hacks, since ndoc is now fixed 2012-02-03 13:23:54 -08:00
Fabian Jakobs
2814203c33 fix click offset bug 2012-02-03 15:42:59 +01:00
Garen Torikian
79886c3e07 First dump of doc stuff 2012-02-02 17:00:18 -08: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
mikedeboer
0caee61b22 fixed font size flicker between show/hide of editor instances 2012-02-02 11:22:59 +01:00
Garen Torikian
cd88f1ccfb Fix getScrollLeft to actually get scroll left 2012-02-01 12:09:46 -08:00
Fabian Jakobs
5b6e24dd09 Merge pull request #623 from adamjimenez/patch-8
Fix to work with Jsmin
2012-01-25 08:26:48 -08:00