Commit graph

167 commits

Author SHA1 Message Date
Lennart Kats
768bfbb1f2 Merge remote-tracking branch 'origin/master' into indent_guides
Conflicts:
	lib/ace/theme/textmate.css
2012-08-10 09:51:03 +02:00
nightwing
f976663150 remove redundant getRowHeight method 2012-08-03 18:46:58 +04:00
nightwing
5e7434bdbb update tests 2012-08-02 15:30:36 +04:00
nightwing
f73e38625b indent guides 2012-08-02 15:30:35 +04:00
nightwing
78471317f6 do not use event.target for determining clicked gutter region
breakpoints/numbers/foldwidgets
2012-07-28 16:11:10 +04:00
nightwing
dbe4d0531e size multiline markers with "right" instead of "width" 2012-06-30 13:25:36 +04:00
nightwing
7f8892f9a5 folds with wrong range shouldn't break renderer 2012-06-30 13:25:36 +04:00
nightwing
9d0f2e41e8 lazy highlighter for selected word 2012-05-30 22:45:12 +04:00
nightwing
31729a963a do not store copy of breakpoints array in gutter 2012-05-25 21:07:18 +04:00
nightwing
2502f319f4 unclutter gutter and fix sizing 2012-05-25 10:50:48 +04:00
nightwing
3adcd1e5f8 improve bgTokenizer 2012-05-24 22:07:59 +04:00
nightwing
03af6b599a detect more invisible characters 2012-05-05 14:51:03 +04:00
nightwing
5527015a9a fix & breaking old gecko 2012-05-01 17:55:22 +04:00
nightwing
2f6a6ce7e0 move text area to cursor only when cursor is moved 2012-05-01 17:32:07 +04:00
Fabian Jakobs
ac364fe0c5 tabs to spaces 2012-05-01 12:07:44 +02:00
Fabian Jakobs
43c4a8fc35 Merge branch 'ui/navbar'
Conflicts:
	build/demo/kitchen-sink/kitchen-sink-uncompressed.js
	build/src/ace-uncompressed-noconflict.js
	build/src/ace-uncompressed.js
	build/textarea/src/ace-bookmarklet.js
	lib/ace/edit_session.js
	lib/ace/editor.js
	lib/ace/multi_select.js
	lib/ace/selection.js
	lib/ace/virtual_renderer.js
2012-05-01 11:30:17 +02:00
nightwing
98e26ed5ea make invalid invisibles (\u0000-\u0019) always visible and optimize regexp 2012-04-29 00:48:39 +04:00
Garen Torikian
23f74a3be3 Doc API updates...almost ready 2012-04-17 11:02:08 -07:00
Garen Torikian
c2caee8024 Merge master, update content 2012-04-16 21:14:50 -07:00
nightwing
31a6da4b5f fix Multiple selections only show 1 selection 2012-04-15 14:45:08 +04:00
nightwing
04e83afee1 do not redraw whole editor when only one cursor is visible 2012-04-15 13:58:08 +04:00
nightwing
b77c3b348e fix bug with ghost selections 2012-04-14 18:42:14 +04:00
Fabian Jakobs
aed7ca654c Merge branch 'multiCursor'
Conflicts:
	demo/kitchen-sink/demo.js
	lib/ace/test/all_browser.js
2012-04-12 16:03:24 +02:00
nightwing
378f161143 fix failing test 2012-04-11 21:00:15 +04:00
nightwing
c0550e0891 use position="fixed" to not cause problems on rtl sites 2012-04-11 20:08:50 +04:00
nightwing
9a45c466ae use getBoundingClientRect for measuring text size
needed because on chrome 17+ line heights can be fractional
2012-04-11 20:08:50 +04:00
Ruben Daniels
d6c3e006b6 * Added active line highlighting for the gutter 2012-04-11 17:26:32 +02:00
nightwing
98180d5b07 refactor 2012-03-30 00:09:19 +04:00
nightwing
580ed00afa better handling of multiple cursors 2012-03-22 19:38:31 +04:00
nightwing
107735560a do not require cursors to be sorted 2012-03-20 13:16:17 +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
c431f6a550 add ability to draw show cursors 2012-03-13 22:04:45 +04:00
Garen Torikian
870fe2c74e Merge branch 'master' into doc/api 2012-02-13 12:34:25 -08:00
Garen Torikian
79886c3e07 First dump of doc stuff 2012-02-02 17:00:18 -08:00
mikedeboer
0caee61b22 fixed font size flicker between show/hide of editor instances 2012-02-02 11:22:59 +01: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
Fabian Jakobs
c08d09bfb4 use strict 2011-12-19 15:15:29 +01:00
Fabian Jakobs
b8f15cb81b Merge branch 'master' of github.com:ajaxorg/ace 2011-12-19 13:21:18 +01:00
Fabian Jakobs
d2a783f824 use _emit iso _dispatchEvent 2011-12-19 12:03:57 +01:00
nightwing
de9370ae92 fix marker sizing 2011-12-18 19:03:57 +04:00
Fabian Jakobs
2bd85c163d automatically resize gutter for high line numbers 2011-12-13 16:19:28 +01:00
Fabian Jakobs
fcf3b7928f cleanups 2011-12-12 12:52:24 +01:00
Fabian Jakobs
dac9d03944 more folding css tweaks 2011-12-09 17:18:46 +01:00
nightwing
d9f3eff921 fix caching of foldWidgets 2011-12-01 23:19:42 +04:00
Fabian Jakobs
64d8b93538 Merge branch 'master' of github.com:ajaxorg/ace 2011-12-01 12:07:22 +01:00
Fabian Jakobs
f45b4ed783 code folding cleanups 2011-12-01 11:27:26 +01:00
Zef Hemel
147709312c Avoids multiple duplicate messages in the gutter title. 2011-11-30 11:56:17 +01:00
nightwing
3412f89007 add simple foldWidgets 2011-11-27 20:53:51 +04:00