Commit graph

309 commits

Author SHA1 Message Date
nightwing
1d4d76b1ea use text-indent: -1em; to hide cursor on ie
as suggested in https://github.com/ajaxorg/ace/issues/1640
2013-10-20 19:01:07 +04:00
nightwing
eb2cfdfdfd fix #1629 Not able to scroll smoothly with a Mac trackpad, when the pointer is inside the editor. 2013-10-06 14:05:35 +04:00
nightwing
cc5ed60464 update to version from newclient 2013-09-28 23:44:43 +04:00
nightwing
bc4b1324b7 commandline in demo remains hidden sometimes 2013-09-11 23:36:28 +04:00
Lennart Kats
e746383ec0 Merge pull request #1571 from ajaxorg/newclient
sync with newclient
2013-09-06 00:21:34 -07:00
nightwing
094fd85334 fix a typo 2013-08-27 13:43:07 +04:00
nightwing
2d6f56d8fd provide oldSize in resize event 2013-08-26 21:44:30 +04:00
nightwing
244e1462e8 add fixedWidthGutter option 2013-08-26 18:46:42 +04:00
nightwing
a44cbdc5c2 add renderer.setMouseCursor 2013-08-26 18:26:05 +04:00
nightwing
2cef7f4747 add scrollTo method 2013-08-26 18:09:31 +04:00
nightwing
e5714c9dba Merge remote-tracking branch 'remotes/origin/gh-pages' into master 2013-08-11 13:17:22 +04:00
nightwing
54a2880634 small cleanup 2013-08-11 11:53:40 +04:00
Lennart Kats
42d243df4b Merge pull request #1520 from ajaxorg/wrap
Wrapping issues
2013-08-07 07:10:21 -07:00
nightwing
844502fae6 Merge branch 'origin/master' into misc
Conflicts:
	lib/ace/virtual_renderer.js
2013-07-30 22:17:38 +04:00
nightwing
524930a2c7 force measure sizes if container is visible but width is 0 2013-07-26 23:17:12 +04:00
nightwing
9f068dc45d improve wrapping for markdown 2013-07-24 16:16:52 +04:00
nightwing
73d8eb5898 do not lose scheduled changes when render is canceled 2013-07-23 19:11:17 +04:00
nightwing
4e86a104c2 fix autoresizing editor on ie 2013-07-19 17:52:33 +04:00
nightwing
abf5f7492f recompute longestLine when vScroll changes 2013-07-19 17:52:33 +04:00
nightwing
7f8a47939c renderer changes from newclient 2013-07-19 17:52:33 +04:00
nightwing
e3d14ab620 turn scrollPastEnd off by default 2013-07-07 14:40:53 +04:00
nightwing
8a6320bfd1 resize scrollbar for scrollPastEnd only when needed 2013-07-07 12:50:24 +04:00
nightwing
b97496009b scrollPastEnd 2013-07-07 12:48:53 +04:00
Ruben Daniels
65713e974b Merge pull request #1502 from ajaxorg/scrolling_issues
fix several small issues on mac
2013-07-06 03:48:01 -07:00
nightwing
a8ac1b1e9a fix horizontal scrolling 2013-07-02 15:25:36 +04:00
nightwing
1400d82d34 pull back changes from cloud9 2013-07-02 12:13:30 +04:00
Ruben Daniels
81f7dd7fbb Merge pull request #1488 from ajaxorg/renderer
Renderer improvements
2013-06-27 07:55:22 -07:00
nightwing
78585a9c5d add demo/autoresize.html 2013-06-25 23:50:00 +04:00
nightwing
0479acfea7 add option to autoresize editor vertically 2013-06-25 20:59:06 +04:00
nightwing
b3e4d33e02 update scrollbar when inserting new line in the middle of the document
fixes regression from 9f1d8af937
2013-06-24 00:18:51 +04:00
nightwing
43f1788ad4 use fake horizontal scrollbar 2013-06-23 23:58:32 +04:00
nightwing
3667a15e8d add callback to setTheme as well 2013-06-20 18:04:36 +04:00
nightwing
2852638c45 fix initial highlighting in hidden editor 2013-06-19 21:25:39 +04:00
Harutyun Amirjanyan
d40a9a228f add changes from newclient 2013-05-27 12:27:06 -04:00
nightwing
ebafdd419d fix animated scroll in multiselect mode 2013-05-14 19:18:59 +04:00
nightwing
09bc6119d4 fix ime issues 2013-04-30 12:19:04 +04:00
Ruben Daniels
9796369696 Fix for replaceAll in a range. Fix for no session ace 2013-04-24 21:12:48 +00:00
nightwing
b0a43790b4 do not overlay editor text when ime is active
fixes #1112
2013-03-28 21:25:05 +04:00
nightwing
9cc74437c2 fix theme==undefined in cloud9 splitview 2013-03-24 19:29:40 +04:00
nightwing
339bf10335 fix infinite loop when editor height is 0
fixes #1322
2013-03-24 19:29:40 +04:00
Matthew Kastor
b8607e861c fixed getSowPrintMargin
getShowPrintMargin always returned undefined.
2013-03-22 05:08:29 -03:00
nightwing
82f496a11f add wrap: printMargin 2013-03-14 19:28:32 +04:00
nightwing
b61ae38c14 add missing options 2013-03-14 16:54:07 +04:00
nightwing
f514330729 add extension for enabling spellchecking from contextmenu 2013-03-04 11:24:52 +04:00
nightwing
3dcfc56a40 fix #1250: remove obsolete documentation for loadMode event 2013-02-27 11:50:11 +04:00
nightwing
402cdad04b fix #1266: Scroller is collapsed when ace initialized with empty value 2013-02-27 11:39:47 +04:00
Mostafa Eweda
1b8fb10e50 Merge pull request #1260 from ajaxorg/toggleComment
Improve toggleCommentLines and make it faster
2013-02-23 06:03:44 -08:00
nightwing
f2d6d7d6c9 Merge pull request #1237 from danyaPostfactum/miscfixes
classList usage in dom.{add|remove|toggle}CssClass + minor changes
2013-02-22 18:40:50 +04:00
nightwing
3cbb8dda55 when text is wrapped highlight full gutter row and screen row 2013-02-22 14:22:25 +04:00
nightwing
29d9737b4c add beforeRender and after render events 2013-02-22 14:22:24 +04:00