Commit graph

669 commits

Author SHA1 Message Date
Fabian Jakobs
2f906bb2c6 refactor worker creation. Fix issue #245 2011-05-16 14:31:32 +00:00
Fabian Jakobs
40d449ffb4 Merge pull request #233 from probonogeek/master
CSS Sytnax Rule Improvements
2011-05-16 06:26:06 -07:00
Fabian Jakobs
ec986e2f28 Merge pull request #243 from nightwing/pullreq
fixed several annoying bugs
2011-05-16 06:09:07 -07:00
nightwing
5479c69482 fix bug from previous commit, splits is undefined 2011-05-16 18:03:06 +05:00
nightwing
03a88d3fcf faster screenToDocumentPosition, and right clamping for wrapped mode 2011-05-15 23:34:46 +05:00
nightwing
02f8faee55 fix $setUndoSelection for multiline deltas 2011-05-15 22:08:15 +05:00
Julian Viereck
c1f3d06b91 Add a one-pixel gutter border to the textmate theme. 2011-05-15 13:46:25 +02: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
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
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
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
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
e7c73a40dd Merged pull request #225 from gigasquid/master.
Clojure Mode
2011-04-30 00:57:39 -07:00
André Fiedler
ee1355d832 this fixes #229 2011-04-30 00:48:52 +00:00
Fabian Jakobs
71e669fcb6 Merge remote-tracking branch 'sergi/master'
Conflicts:
	index.html
2011-04-29 16:18:34 +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
Julian Viereck
d575f47ebc Add checks to addFold. 2011-04-28 21:40:37 +02:00
Julian Viereck
e356ea8cae Ensure selection can't be inside of a fold. 2011-04-28 21:40:37 +02:00
Julian Viereck
5573252193 Make Selection.moveCursorFirstLine work again. Fixing some bugs on the way. 2011-04-28 21:40:37 +02:00
Julian Viereck
61fc8d04c4 Add support for folded lines in Selection.selectLine 2011-04-28 21:40:36 +02:00
Julian Viereck
825cf26478 Final iteration of wrapMode + folding: Addind unit tests, fixing bugs. 2011-04-28 21:40:36 +02:00
Julian Viereck
0687d8a5e8 When running the unit tests in the browser, print log to the console. 2011-04-28 21:40:36 +02:00