Commit graph

224 commits

Author SHA1 Message Date
Lennart Kats
87f0f88201 Merge pull request #863 from ajaxorg/refactor_debugger
Refactor debugger
2012-08-16 13:56:13 -07:00
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
45ee0cd121 Defer gutter refresh until cursor is rendered
based on pull #866
2012-08-09 23:41:41 +04:00
nightwing
599c540c20 move gutterDecorations to session 2012-08-05 16:50:10 +04:00
nightwing
f976663150 remove redundant getRowHeight method 2012-08-03 18:46:58 +04:00
nightwing
0e5b77763f revert acc3faf42c since it was not working with folding enabled 2012-08-03 18:46:57 +04:00
nightwing
f73e38625b indent guides 2012-08-02 15:30:35 +04:00
nightwing
fa4b5d5474 fix loading of unpackaged workers 2012-07-10 09:59:17 +04:00
Joshua Peek
b8a7b8ec90 Extract packaged module loading 2012-07-02 14:28:33 -05:00
nightwing
71231db0af editor content shouldn't overlay scrollbar 2012-06-30 13:25:38 +04:00
Ruben Daniels
5e6d40f462 * Fixed recursion issue 2012-06-13 23:29:19 -07:00
Ruben Daniels
575cec571e Merge branch 'master' of github.com:ajaxorg/ace into ui/optimize-experimental 2012-06-13 22:54:39 -07:00
Ruben Daniels
d9c0212fa1 * Added ability to force ace to resize
* Automatically size the width via css
2012-06-13 22:18:15 -07:00
nightwing
11eba737d1 old versions of firefox throw if negative indexes for children is used 2012-06-11 09:14:15 +04:00
nightwing
31729a963a do not store copy of breakpoints array in gutter 2012-05-25 21:07:18 +04:00
nightwing
acc3faf42c highlight full gutter line for wrapped lines too 2012-05-25 10:54:04 +04:00
nightwing
1def900834 animated scrolling could leave cursor off screen 2012-05-25 10:50:37 +04:00
nightwing
0ca8f694c6 remove redundant full redraw
this was needed when lines had width in style attribute
2012-05-25 10:49:37 +04:00
nightwing
1de8c413c6 fix textinput and contextmenu 2012-05-25 00:02:26 +04:00
danyaPostfactum
217ed2457b Allow gutterLineHighlight in IE 2012-05-24 16:56:03 +12:00
nightwing
d1c125fb56 fix ie9 gutter bug #739 2012-05-08 23:01:43 +04:00
nightwing
217271b867 fix scrollbar after scroll animation 2012-05-06 21:17:12 +04:00
nightwing
f0accfee83 fix gutter rendering when scrolling 2012-05-05 13:05:33 +04:00
nightwing
b73c259b01 do not change scroller classname before rendering 2012-05-05 13:05:23 +04:00
nightwing
0c7b310ecc add alignCursor to virtual_renderer 2012-05-04 19:08:44 +04:00
nightwing
0217dd2940 Highlight Gutter Line without redrawing whole gutter 2012-05-01 19:12:57 +04:00
nightwing
2f6a6ce7e0 move text area to cursor only when cursor is moved 2012-05-01 17:32:07 +04:00
nightwing
7a50a070e9 cleanup mouse handling 2012-05-01 14:44:22 +04:00
nightwing
6411152d00 do not compute pageX only to convert it back to clientX 2012-05-01 14:44:09 +04: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
fb2be29d5e simplify animateScroll a little 2012-04-26 10:27:02 +04:00
nightwing
621c7c3dc8 find and undo must center selection into view 2012-04-26 10:12:19 +04:00
Garen Torikian
a0ed6dcbab More styles 2012-04-25 02:31:46 -07:00
nightwing
7bff33c986 fix scrolling animation 2012-04-25 11:26:15 +04:00
nightwing
a97d104e25 better defaults in demo 2012-04-24 22:18:06 +04:00
nightwing
c72357c201 simplify scroll animations 2012-04-24 22:10:50 +04:00
Garen Torikian
775af73f64 More design progress 2012-04-24 01:45:41 -07:00
Ruben Daniels
9245e4bd1b * Tweak to anims 2012-04-23 09:34:31 -07:00
Ruben Daniels
b448a1ca9c * Reset horscroll class when new session loads 2012-04-22 16:16:16 -07:00
Ruben Daniels
02e86c5b5f * Moved horscroll class to scroller 2012-04-22 16:06:06 -07:00
Ruben Daniels
ac70ecc005 * Tweaked scroll animations
* Added animations to pgup/pgdn goto start/end of document
2012-04-22 15:16:52 -07:00
Garen Torikian
512bde6fd8 We're getting there 2012-04-21 17:54:46 -07:00
nightwing
3b827c11ae make setFadeFoldWidgets on by default 2012-04-20 12:20:34 +04:00
nightwing
9ca7609d00 add FadeFoldWidgets setting 2012-04-19 19:34:24 +04:00
Ruben Daniels
18956d8ee7 * small command changes 2012-04-18 12:42:37 +02:00
Garen Torikian
c2caee8024 Merge master, update content 2012-04-16 21:14:50 -07:00
Fabian Jakobs
24eccde63e more scrolling fixes 2012-04-12 16:40:58 +02: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
Fabian Jakobs
9deb81fcaf - add animated scrolling to the demo
- fix infinite loop
- fix some typos
2012-04-12 13:00:20 +02:00
Fabian Jakobs
c40ffa7323 remove corner element 2012-04-12 10:08:34 +02:00