Commit graph

2,777 commits

Author SHA1 Message Date
Zef Hemel
461baf4e58 Merge pull request #748 from ajaxorg/hotfix/selection
revert setSelectionRange to accept any object with start and end
2012-05-04 01:02:21 -07:00
nightwing
007f216b80 revert setSelectionRange to accept any object with start and end 2012-05-02 11:39:02 +04:00
Fabian Jakobs
c9c811794f package 2012-05-01 22:14:23 +02:00
Fabian Jakobs
4c87594521 Merge pull request #744 from ajaxorg/mouse-refactor
Mouse refactor
2012-05-01 13:06:44 -07:00
Fabian Jakobs
3413b7df89 package 2012-05-01 17:15:23 +02:00
Fabian Jakobs
b5898374b2 bring back animated scroll property 2012-05-01 17:15:17 +02:00
Fabian Jakobs
6caba032dd Revert "don't use animated scrolling setting"
This reverts commit 7225a32736.
2012-05-01 17:13:51 +02:00
nightwing
0217dd2940 Highlight Gutter Line without redrawing whole gutter 2012-05-01 19:12:57 +04:00
nightwing
5527015a9a fix & breaking old gecko 2012-05-01 17:55:22 +04:00
nightwing
16fb6c90cc paste the linux way :)copy seems to be impossible:( 2012-05-01 17:53:28 +04:00
nightwing
b5b5e1e97f do not move textarea during mouse selection 2012-05-01 17:44:47 +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
nightwing
c5bc3d96e0 rename selection.selectionLead to selection.lead 2012-05-01 14:43:58 +04:00
Fabian Jakobs
ad05b3a6c2 package 2012-05-01 12:08:20 +02:00
Fabian Jakobs
7225a32736 don't use animated scrolling setting 2012-05-01 12:08:05 +02: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
Garen Torikian
d283f0eefb Fix ga path 2012-04-30 16:48:05 -07:00
Garen Torikian
5ca56ee387 Add favicon, remove fluidity 2012-04-30 15:34:37 -07:00
Garen Torikian
5eda560459 Revert index to old style 2012-04-30 11:51:55 -07:00
Ruben Daniels
0c6b19a5f3 Merge branch 'ui/navbar' of github.com:ajaxorg/ace into ui/navbar 2012-04-30 11:45:48 -07:00
Ruben Daniels
0b1213b1bb * Added better colors to themes 2012-04-30 00:35:12 -07:00
Garen Torikian
d32dfd3194 Force higher (fixed) Panino; remove needless package.json 2012-04-29 18:22:02 -07:00
Garen Torikian
8298881fc0 Fix API search, links, sidebar style; update panino req version for funcdocs fix 2012-04-29 15:25:35 -07:00
nightwing
51f8f87a98 setting mode to same string shouldn't reset it 2012-04-29 23:33:37 +04:00
nightwing
9ae7bc0c04 addEventListener was breaking old browsers 2012-04-29 14:29:33 +04:00
nightwing
cc0919414f moveByShortWords should stop at punctuation groups 2012-04-29 12:49:14 +04:00
nightwing
341f52b809 do not use solid background for invalid to not cover selection 2012-04-29 00:49:10 +04:00
nightwing
98e26ed5ea make invalid invisibles (\u0000-\u0019) always visible and optimize regexp 2012-04-29 00:48:39 +04:00
Fabian Jakobs
d394552587 package 2012-04-28 16:28:07 +02:00
Fabian Jakobs
48cd061c6e add compiled docs 2012-04-28 16:25:33 +02:00
Fabian Jakobs
cd9da075b1 Merge branch 'doc/api'
Conflicts:
	lib/ace/editor.js
2012-04-28 15:52:53 +02:00
Fabian Jakobs
bd89c466ec some cleanups 2012-04-28 15:46:34 +02:00
Fabian Jakobs
e50c738d3e Merge pull request #741 from ajaxorg/hotfix/prevent_unwanted_scrollintoview
a document change now doesn't scroll the cursor into view
2012-04-28 06:33:24 -07:00
Ruben Daniels
d772f77740 merged with master 2012-04-26 23:52:12 -07:00
Ruben Daniels
10eb938895 Revert "* Build ACE"
This reverts commit fe33a6e598.
2012-04-26 23:44:27 -07:00
Ruben Daniels
fe33a6e598 * Build ACE 2012-04-26 23:39:33 -07:00
Garen Torikian
7c86367f28 Update ace.ajaxorg site 2012-04-26 23:11:50 -07:00
nightwing
e34fb3668a splitSelectionIntolines was toggling block selection instead 2012-04-26 23:49:32 +04:00
nightwing
907b46aed1 document.getTextRange shouldn't throw if range is bigger than document 2012-04-26 23:17:18 +04:00
nightwing
8391b59feb fix right click selection bug 2012-04-26 19:50:19 +04:00
nightwing
b51d0e763c fix typo 2012-04-26 19:47:38 +04:00
nightwing
fcb172f665 do not store clipboard state in textinput 2012-04-26 19:45:18 +04:00
nightwing
d4daa0f9d9 use cached textmode 2012-04-26 18:10:31 +04:00
nightwing
62569d617d fix tests 2012-04-26 12:26:01 +04: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
0bdae58920 Update Makefile 2012-04-25 18:23:50 -07:00