Commit graph

2,858 commits

Author SHA1 Message Date
nightwing
7a51b207a5 better caching for screen to doc transforms 2012-05-24 12:23:49 +04:00
nightwing
b0224484ae allow passing line array to edit session 2012-05-24 12:12:19 +04:00
nightwing
766af2388e fix virtual renderer test 2012-05-24 12:11:11 +04:00
Harutyun Amirjanyan
5c60ebb753 Merge pull request #768 from danyaPostfactum/patch-4
Gutter active line in IE, fix js-error in IE
2012-05-24 00:23:42 -07:00
danyaPostfactum
217ed2457b Allow gutterLineHighlight in IE 2012-05-24 16:56:03 +12:00
danyaPostfactum
ca5023fb86 Fix "self" reference (for IE) 2012-05-24 16:54:08 +12:00
danyaPostfactum
871b32d098 Set width: auto for .ace_gutter .ace_layer (for IE) 2012-05-24 16:50:05 +12:00
nightwing
052679ea00 add demo for scad 2012-05-23 22:30:44 +04:00
Harutyun Amirjanyan
9c4db8756c Merge pull request #763 from danyaPostfactum/patch-3
Fix gutter width and IE bug
2012-05-23 11:25:41 -07:00
nightwing
715a2f8635 fix merge conflicts 2012-05-23 22:22:03 +04:00
nightwing
d50f526495 Merge remote-tracking branch 'remotes/megshark/master'
Conflicts:
	Makefile.dryice.js
	demo/kitchen-sink/demo.js
2012-05-23 22:08:18 +04:00
Garen Torikian
e97ccd5ab6 Merge pull request #767 from ajaxorg/doc_fix
Update GA file
2012-05-22 12:37:45 -07:00
Garen Torikian
5efb3cc729 Update GA file 2012-05-22 12:35:33 -07:00
danyaPostfactum
dc710d63cb Fix IE bug (remove width: 100%) 2012-05-22 21:35:48 +12:00
danyaPostfactum
e140a4185c Delete unnecessary css-rule 2012-05-22 21:30:58 +12:00
danyaPostfactum
94d62a20f9 Update lib/ace/theme/crimson_editor.js 2012-05-22 04:33:50 +12:00
mikedeboer
2f006d2a5a DO NOT BREAK CONCORDE 2012-05-19 17:25:17 +02:00
Zef Hemel
f4b5a13855 Merge pull request #751 from ajaxorg/ui/refactor
Ui/refactor
2012-05-09 00:39:06 -07:00
Garen Torikian
3e404b953e Merge branch 'ui/refactor' of github.com:ajaxorg/ace into ui/refactor 2012-05-08 23:34:45 -07:00
Garen Torikian
2fdb6378a3 merge c9mode changes 2012-05-08 23:34:09 -07:00
Ruben Daniels
b06fca04e5 Merge branch 'ui/refactor' of github.com:ajaxorg/ace into ui/refactor 2012-05-08 21:09:16 -07:00
Ruben Daniels
2d2c326805 * Fixed multiline replace 2012-05-08 21:08:59 -07:00
nightwing
d1c125fb56 fix ie9 gutter bug #739 2012-05-08 23:01:43 +04:00
nightwing
330ed1ee2e fix multiselect paste 2012-05-08 17:03:55 +04:00
nightwing
c142244d90 fix gutter z-index 2012-05-08 14:31:28 +04:00
nightwing
707adc2ff5 add multiline string support to editor find
(works for plain text searches not regexps)
2012-05-08 14:11:00 +04:00
nightwing
a6e2d756ee do not select line if gutter click is on breakpoint margin 2012-05-08 11:24:23 +04:00
Ruben Daniels
bce8bb378a * Added try/catch around regexp compilation 2012-05-07 17:45:48 -07:00
Garen Torikian
c1a301a55b Minor API doc UI updates 2012-05-07 10:55:55 -07:00
Ruben Daniels
e2d5b1d01b * Fixed backwards searching 2012-05-06 20:55:38 -07:00
nightwing
217271b867 fix scrollbar after scroll animation 2012-05-06 21:17:12 +04:00
nightwing
9c0305f8ed change build script to postinstall 2012-05-06 11:37:41 +04:00
Vlad Zinculescu
59ef99cf0b updated warning and error gutter icons 2012-05-05 20:58:09 +02:00
nightwing
22d4427320 fix cut/copy on opera 2012-05-05 15:37:45 +04:00
nightwing
03af6b599a detect more invisible characters 2012-05-05 14:51:03 +04:00
nightwing
13ca06d82b fix for node test runner 2012-05-05 14:50:06 +04:00
nightwing
dd88481a03 override regexp.exec only for old browsers,
ace doesn't need named capture
2012-05-05 13:05:40 +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
Ruben Daniels
580c290971 * Fix for gutter line highlighting setting 2012-05-04 22:47:01 -07:00
nightwing
3e6d6563f1 update tests for word highlighting happening on timeout 2012-05-04 19:44:44 +04:00
nightwing
6946024526 emit event when changing mode 2012-05-04 19:16:56 +04:00
nightwing
83ff661f4d use plist instead of libxml 2012-05-04 19:16:56 +04:00
nightwing
3ce8d4a8a9 add npm install script 2012-05-04 19:16:47 +04:00
nightwing
6bb805b40f simplify config 2012-05-04 19:11:19 +04:00
nightwing
4abb08fa92 fix setPlaceholderMode 2012-05-04 19:11:19 +04:00
nightwing
25c9c553c6 fix vim mode +cleanup 2012-05-04 19:11:18 +04:00
nightwing
2a347a35c9 tabs to spaces 2012-05-04 19:11:18 +04:00
nightwing
b1c5129e5a emacs mode 2012-05-04 19:11:18 +04:00
nightwing
48450d1ab9 vim ctrl-w in insert mode 2012-05-04 19:11:17 +04:00