Граф коммитов

223 Коммитов

Автор SHA1 Сообщение Дата
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
Fabian Jakobs c432a451c2 build custom web socket debugger service 2010-09-17 09:51:02 +02:00
Fabian Jakobs f5a7040620 remove obsolete code 2010-09-17 09:50:45 +02:00
mikedeboer e0c20fd06d small change to keybinding files 2010-09-16 19:04:11 +02:00
mikedeboer 4e06092240 Merge branch 'master' of github.com:ajaxorg/editor 2010-09-16 18:16:50 +02:00
mikedeboer 673bd5550a new keybinding setup implemented 2010-09-16 18:16:08 +02:00
Fabian Jakobs 345e085fee adapt web socket debugger service to the ide 2010-09-16 11:09:18 +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 fb5d93a8a3 o3 fixes 2010-09-13 10:46:00 +02:00
Fabian Jakobs a517dde4af update testing html file 2010-05-28 13:02:27 +02:00
Fabian Jakobs 5c2251c8e2 add logging 2010-05-27 18:41:09 +02:00
Fabian Jakobs 990a945b31 The handshake can be chunked. This fixes the debugger
on windows
2010-05-27 15:45:57 +02:00
Fabian Jakobs cfe9cbe2d6 add workaround for V8 bug 2010-05-27 11:24:13 +02:00
Fabian Jakobs a5f7b84435 adapt to o3 socket improvements 2010-05-26 17:49:28 +02:00
Fabian Jakobs 9eb31ec98b implement "scope" command 2010-05-25 15:25:31 +02:00
Fabian Jakobs 29607b5793 o3 demo 2010-05-25 12:15:59 +02:00
Fabian Jakobs 838558a8e5 add v8 debugger service which uses http://github.com/LearnBoost/Socket.IO
to talk to V8
2010-05-25 12:07:05 +02:00
Fabian Jakobs 62b74f4b42 add detach method to standalone V8 debugger 2010-05-22 19:42:59 +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 cc3cdc02d1 Add support for standalone V8 debugging 2010-05-22 19:27:43 +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 11906fa4b6 make editor CSS more DRY 2010-05-17 12:43:04 +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 3ce17ef50e fix resize of editor demo (FF) 2010-05-13 16:58:49 +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 661d526601 add backtrace v8 command 2010-05-13 09:53:26 +02:00
Fabian Jakobs 7205ed3f28 fix print margin rendering 2010-05-11 16:19:09 +02:00
Fabian Jakobs 720c691fa4 update o3.js 2010-05-11 15:28:57 +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