Commit graph

1,269 commits

Author SHA1 Message Date
nightwing
eb4a36fe7f fix hash_handler 2012-03-22 19:34:37 +04: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
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
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
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
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
nightwing
496446ddfc on session with active placeholder setValue("") crashes the browser 2012-01-02 21:46:04 +04:00
nightwing
29246bf8d9 do not wait for pollSizeChanges to apply change after setFontSize 2012-01-02 21:46:04 +04:00
nightwing
9c30cf29c8 get rid of $desiredScrollLeft 2012-01-02 21:46:04 +04:00
nightwing
8d6facfdc7 fix typo 2012-01-02 21:46:04 +04:00
nightwing
35aecf42af fix scrollToLine for sessions containing folds 2012-01-02 21:46:04 +04:00
nightwing
57bb9f767c fix foldAll 2012-01-02 21:46:04 +04:00
nightwing
eebdf1360f jumptomatching should be enabled in readonly mode 2012-01-02 21:46:04 +04:00
Fabian Jakobs
73dd10abc7 Merge pull request #601 from nightwing/opera
fix for repeated keypress on opera
2012-01-02 08:37:58 -08:00
Fabian Jakobs
6433e4cf77 Merge branch 'master' of github.com:ajaxorg/ace 2012-01-02 17:33:26 +01:00
Fabian Jakobs
59acd23d2c r.js fix 2012-01-02 17:32:53 +01:00
nightwing
67eec84c69 fix for repeated keypress on opera 2012-01-02 18:04:49 +04:00
Zef Hemel
3d812115ed Merge pull request #597 from ajaxorg/code-snippets
Static highlighting fix for codesnippets
2011-12-29 02:40:48 -08:00
Jan Jongboom
f283d34790 Static highlighting fix for codesnippets 2011-12-29 10:36:22 +00:00