Commit graph

2,784 commits

Author SHA1 Message Date
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
nightwing
d46983aa5f fix for #618: Editor gets blocked when typing <style type="
happened when rule started with same prefix as embedded language name
2012-01-25 00:15:46 +04:00
nightwing
f065505bc3 use slightly lighter color for folds in textmate theme 2012-01-24 12:57:58 +04:00
nightwing
0fb16fdaf0 small css optimization. (based on output from chrome css profiler) 2012-01-24 12:57:34 +04:00
nightwing
5dee6a10c3 keep vertical scroll position if gutter size changes during setSession 2012-01-24 12:56:31 +04:00
nightwing
9f1d8af937 on CHANGE_LINES update gutter only if visible lines changed
otherwise it's impossible to click on foldwidget after typing at the start of big document
2012-01-24 12:56:03 +04:00
nightwing
9f2e504d67 fix horizontal scroll desynchronization on windows 2012-01-24 12:55:00 +04:00
Fabian Jakobs
6e0a9ce53d Merge commit '8b82f01'
Conflicts:
	build/kitchen-sink.html
	build/src/ace-noconflict.js
	build/src/ace.js
2012-01-23 15:05:49 +01:00
Fabian Jakobs
fe8a9d0681 don't scroll cursor into view on change session 2012-01-23 14:48:43 +01:00
Adam Jimenez
52edab929d Fix to work with Jsmin 2012-01-19 10:54:36 +00:00
Jan Jongboom
dce1cda421 Make sure that Ace looks good on Windows & Linux too
Default monospace font on Windows is now Consolas, which is a great one, then remove Courier New, because monospace is better on Linux systems; and if there is no nice monospace font it'll fall back to Courier anyway.
2012-01-17 18:45:23 +01:00
Fabian Jakobs
cf6f4d88d3 Merge branch 'master' of https://github.com/desoi/ace into desoi-master
Conflicts:
	Makefile.dryice.js
2012-01-06 11:39:27 +01:00
John DeSoi
493824ca4d new mode for PostgreSQL - pgsql 2012-01-05 22:00:26 -05:00