Commit graph

144 commits

Author SHA1 Message Date
mikedeboer
d9f0e0e2c4 Merge branch 'master' of github.com:ajaxorg/editor 2010-09-17 12:37:53 +02:00
mikedeboer
3ed57c6ed4 fixed highlighting in HTML mode of end JS 2010-09-17 12:37:23 +02:00
Fabian Jakobs
872afa6904 requireJS fixes for the editor 2010-09-17 11:27:15 +02:00
Fabian Jakobs
fe837c321a use requireJS as loader 2010-09-17 10:08:12 +02:00
Fabian Jakobs
3ef74385a7 Merge branch 'master' of github.com:ajaxorg/editor
Conflicts:
	src/ace/KeyBinding.js
	src/ace/lib/lang.js
2010-09-17 09:55:16 +02:00
Fabian Jakobs
773e4df04e indentation fixes 2010-09-17 09:51:12 +02:00
mikedeboer
e0c20fd06d small change to keybinding files 2010-09-16 19:04:11 +02:00
mikedeboer
673bd5550a new keybinding setup implemented 2010-09-16 18:16:08 +02:00
Fabian Jakobs
5222fa63b1 improve outdent 2010-09-13 16:30:20 +02:00
Fabian Jakobs
117e1ad7aa improve CSS mode 2010-09-13 16:30:09 +02:00
Fabian Jakobs
3378043072 fix horizontal scrolling for documents with tabs 2010-09-13 15:33:02 +02:00
Fabian Jakobs
39bfb96fde fix text selection for documents with tabs 2010-09-13 15:13:03 +02:00
Fabian Jakobs
6c78c7f50b set several breakpoints at once 2010-05-22 19:28:20 +02:00
Fabian Jakobs
38bc918e81 optimize text rendering 2010-05-22 19:27:52 +02:00
Fabian Jakobs
e12ff69a4e Autoindent for XML and HTML modes 2010-05-18 17:59:19 +02:00
Fabian Jakobs
144a4ef502 removing tabs influences the cursor position 2010-05-18 17:27:41 +02:00
Fabian Jakobs
2522cdd288 Toggle comment on line with leading whitespace does 2010-05-18 16:42:11 +02:00
Fabian Jakobs
a2d4b9a451 Fixed: Double click word select reacts on mouseup but it it should be mousedown 2010-05-18 12:08:59 +02:00
Fabian Jakobs
1d7ed0d3dd Remember Column during navigation 2010-05-17 17:58:26 +02:00
Fabian Jakobs
b0f9097d3b Cursor column is now updated if clicking the area below the text 2010-05-17 16:30:18 +02:00
Fabian Jakobs
36a7b98766 The column should be rounded to the next character edge if clicked in the editor 2010-05-17 12:44:00 +02:00
Fabian Jakobs
d4e253ad14 prefix all editor css classes 2010-05-14 12:42:10 +02:00
Fabian Jakobs
a9952b5609 fix text measure regression 2010-05-14 10:18:41 +02:00
Fabian Jakobs
3ec57748a9 fix text measure 2010-05-13 20:51:08 +02:00
Fabian Jakobs
01ddab9597 Add key bindings for Control-End and Control-Home 2010-05-13 17:01:19 +02:00
Fabian Jakobs
7fa11b08d1 fix key input for windows 2010-05-13 16:58:33 +02:00
Fabian Jakobs
869e37119a move print margin marker above the marker layer 2010-05-13 16:58:09 +02:00
Fabian Jakobs
841113a6f3 listen and react on character size changes 2010-05-13 10:13:04 +02:00
Fabian Jakobs
f4b8d27cc1 minor 2010-05-13 09:53:44 +02:00
Fabian Jakobs
85749b38aa fire change events in the editor 2010-05-13 09:53:37 +02:00
Fabian Jakobs
7205ed3f28 fix print margin rendering 2010-05-11 16:19:09 +02:00
Fabian Jakobs
fa541b64a6 minor changes 2010-05-11 15:28:50 +02:00
Fabian Jakobs
4284fd65bf make sure the element is in the document, while measuring the text size 2010-05-11 12:18:49 +02:00
Fabian Jakobs
d3b8f98817 add support for rendering breakpoints 2010-05-11 11:48:44 +02:00
Fabian Jakobs
ba21db0feb fix some editor rendering issues 2010-05-11 10:21:24 +02:00
Fabian Jakobs
7f5ea3d277 add support for "gutter mouse events" 2010-05-07 16:00:05 +02:00
Fabian Jakobs
addebed77c add more V8 debugger commands 2010-05-06 17:06:59 +02:00
Fabian Jakobs
34c182705d fix off by one bug in selection 2010-05-06 17:04:47 +02:00
Fabian Jakobs
92b0339178 add setValue to the Document 2010-05-06 17:04:21 +02:00
Fabian Jakobs
0847bc73c5 incorporate the debugger 2010-05-05 17:22:04 +02:00
Fabian Jakobs
05fd6df8fe fix ie issue to convert document to screen coordinates 2010-05-05 10:50:38 +02:00
Fabian Jakobs
5955289793 add option to show the print margin 2010-05-05 10:49:41 +02:00
Fabian Jakobs
9df0f712c5 minor refactoring 2010-05-04 17:06:02 +02:00
Fabian Jakobs
2851241563 fix IE focus issue 2010-05-04 17:05:54 +02:00
Fabian Jakobs
1ed310d5d2 add a wrapper around all layers to fix mouse selection in IE 2010-05-04 17:04:57 +02:00
Fabian Jakobs
d83854e5bc fix triple clicks in IE 2010-05-04 17:04:31 +02:00
Fabian Jakobs
574db72780 fix undo manger bug 2010-05-04 11:57:20 +02:00
Fabian Jakobs
4483598166 add additional checks 2010-05-04 11:57:20 +02:00
Fabian Jakobs
3299f0759e Refactor: replace range map with a proper object 2010-05-04 11:57:19 +02:00
Fabian Jakobs
cc0c16ca6f Refactor: replace range map with a proper object 2010-05-04 11:34:38 +02:00