Commit graph

1,466 commits

Author SHA1 Message Date
nightwing
02f8faee55 fix $setUndoSelection for multiline deltas 2011-05-15 22:08:15 +05:00
nightwing
893c36c313 bind Ctrl-Shift-Home/End to selecttoStart/end on windows 2011-05-15 00:01:56 +05:00
nightwing
db1c016b12 use requestAnimationFrame to allow new browsers to schedule renders
for better performance
2011-05-14 22:57:50 +05:00
nightwing
648888a01e CHANGE_FULL mustn't scrollCursorIntoView 2011-05-14 22:44:03 +05:00
nightwing
a7f77276db allow pointer events to text layer 2011-05-14 22:40:58 +05:00
nightwing
67393faabf better folding example in demo 2011-05-11 10:54:42 +05:00
nightwing
3cd9162103 fix bug when same folded row is shown twice while scrolling
and optimize usage of getRowFoldEnd
2011-05-11 10:26:43 +05:00
nightwing
2c9404224b restore setInnerHtml optimization for text layer 2011-05-10 23:43:49 +05:00
nightwing
0ddf25b27b clamp row before clamping column 2011-05-09 15:19:36 +05:00
nightwing
577ee94011 remove some of redundant scrollCursorIntoView calls
(cursor was scrolling into view before changing)
2011-05-09 15:19:25 +05:00
Fabian Jakobs
53b2caaade Merge pull request #238 from cadorn/master.
Quick bug fix and package.json config
2011-05-04 09:54:28 -07:00
cadorn
c13896a1e2 reverted ignore rules 2011-05-04 09:48:02 -07:00
cadorn
f530c1bccf bugfix 2011-05-04 09:46:19 -07:00
cadorn
790565f084 removed extjs wrapper 2011-05-04 09:28:26 -07:00
cadorn
1e984d5733 merge from ajaxorg/master 2011-05-04 09:26:56 -07:00
Fabian Jakobs
27bb78a0a8 Merge pull request #235 from gigasquid/master.
Clojure mode - next line indent spacing
2011-05-02 20:58:03 -07:00
gigasquid
682386643e Next line spacing default to 2 spaces rather than tab 2011-05-01 21:51:37 -04:00
Fabian Jakobs
42227e96c3 Merge pull request #232 from probonogeek/oldgecko-amp-fix.
OldGecko Ampersand Fix
2011-05-01 07:54:27 -07:00
Fabian Jakobs
ac8c73d390 Merge pull request #234 from jviereck/master.
EditSession.$resetRowCache failed for row == 0
2011-05-01 07:41:57 -07:00
Julian Viereck
2518c26d7e Fixing Edit_Session.$resetRowCache in case row == 0. 2011-05-01 12:27:37 +02:00
Fabian Jakobs
8cafb75db0 update packaged ace 2011-05-01 09:41:40 +00:00
Fabian Jakobs
92047f993f move simple api to amd module 2011-05-01 09:37:18 +00:00
Fabian Jakobs
bacc29278a update packaged ace 2011-05-01 09:33:16 +00:00
Sean Kellogg
1a22c18391 fix /&/&amp/ bug in oldGecko browsers 2011-04-30 17:10:56 -07:00
Fabian Jakobs
4711d3f570 update build 2011-04-30 22:25:30 +02:00
Fabian Jakobs
c29527da7c Merge pull request #231 from jcasimir/readme_edits.
Minor copy and spelling edits to Readme
2011-04-30 13:10:33 -07:00
Jeff Casimir
12c8234194 Minor copy and spelling edits to Readme 2011-04-30 12:16:10 -05:00
Fabian Jakobs
e7c73a40dd Merged pull request #225 from gigasquid/master.
Clojure Mode
2011-04-30 00:57:39 -07:00
Fabian Jakobs
8c9b545a1c Merged pull request #230 from SunboX/master.
Fixes: php does not highlight variables beginning with underscore e.g. $_foo
2011-04-30 00:54:02 -07:00
André Fiedler
ee1355d832 this fixes #229 2011-04-30 00:48:52 +00:00
André Fiedler
6d3a144b06 Merge branch 'master' of https://github.com/ajaxorg/ace 2011-04-30 00:45:43 +00:00
Fabian Jakobs
71e669fcb6 Merge remote-tracking branch 'sergi/master'
Conflicts:
	index.html
2011-04-29 16:18:34 +02:00
Fabian Jakobs
a558f58ac3 lgpl v2.1 2011-04-29 15:26:36 +02:00
Fabian Jakobs
16ba002356 move fold example to the java mode 2011-04-29 15:26:23 +02:00
Sergi Mansilla
4dff32b2d7 Simplified indenter regexp 2011-04-29 15:25:34 +02:00
Fabian Jakobs
0766bc45b3 Merge remote-tracking branch 'getify/codefolding' 2011-04-29 15:17:03 +02:00
Sergi Mansilla
60f8f1b6a2 Implemented OCaml mode for Ace 2011-04-29 15:16:04 +02:00
Julian Viereck
af13eb544b Use a rowCache that does auto chaing every 1000 lines 2011-04-29 14:44:36 +02:00
Julian Viereck
a3496dfad1 Use a cache to speed up doc->screen and screen->doc mapping on very long document. 2011-04-29 13:38:59 +02:00
Julian Viereck
007125025f Fix bugs in undo/redo seleciton handling 2011-04-29 12:25:53 +02:00
Julian Viereck
86a0e98c36 Reset the $redoStack of the undoManager once a delta is executed. Add Range.setStart/setEnd. 2011-04-29 12:15:19 +02:00
Fabian Jakobs
749206fedb fix unit test 2011-04-29 11:32:32 +02:00
Fabian Jakobs
19d5734441 small worker fix 2011-04-29 11:32:23 +02:00
Fabian Jakobs
b7bb042d38 fix event emitter test 2011-04-29 11:28:04 +02:00
Fabian Jakobs
847ccceac3 use new asyncjs 2011-04-29 11:26:40 +02:00
Julian Viereck
e871700e2e Fix bug in undo/redo + folds: The folds have to get onto the undo queue after the changeStack is empty. New events changeStart/End added. 2011-04-29 11:08:19 +02:00
Julian Viereck
acc318af90 Make things work again afte rebasing. 2011-04-28 21:47:35 +02:00
Julian Viereck
2c9e4f7476 Doing some small tiedy up. Unstructured Code Folding should be done. 2011-04-28 21:41:02 +02:00
Julian Viereck
a385637b9e Add removing folds to undo queue. 2011-04-28 21:41:02 +02:00
Julian Viereck
f695c253f5 Add sub folding feature. addFold can take a Fold object now. 2011-04-28 21:40:37 +02:00