ace/lib/ace
2011-05-23 17:14:30 +02:00
..
commands bind Ctrl-Shift-Home/End to selecttoStart/end on windows 2011-05-15 00:01:56 +05:00
css allow pointer events to text layer 2011-05-14 22:40:58 +05:00
edit_session More work on Split. Update the demo UI on changes 2011-05-23 17:14:29 +02:00
keyboard Fixes for #240 and #255 2011-05-21 00:22:15 +01:00
layer Reuse former session of second split. Add destroy function that stops some timeouts. 2011-05-23 17:14:29 +02:00
mode Get css tests passing (wrong test start rule) and update jsdom library paths 2011-05-19 19:59:50 +01:00
narcissus fix lexing of string literals 2011-04-28 21:14:50 +02:00
settings Implementing CLI settings that are shown in the demo editor. 2011-01-26 12:13:43 +01:00
test Get css tests passing (wrong test start rule) and update jsdom library paths 2011-05-19 19:59:50 +01:00
theme Add a one-pixel gutter border to the textmate theme. 2011-05-15 13:46:25 +02:00
worker update jshint 2011-05-18 18:29:03 +02:00
ace.js Fixes for #240 and #255 2011-05-21 00:22:15 +01:00
anchor.js only skip clipping if the new position came from a change event 2011-02-21 09:20:37 +01:00
anchor_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
background_tokenizer.js remove debug message 2011-05-23 08:57:48 +00:00
defaults.js Implementing CLI settings that are shown in the demo editor. 2011-01-26 12:13:43 +01:00
document.js 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
document_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
edit_session.js Fix bug in EditSession.$updateInternalDataOnChange. Shifting the fold lines on deletion have to use end.row instead of lastRow, as lastRow is "normalized". 2011-05-17 20:28:48 +02:00
edit_session_test.js Add sub folding feature. addFold can take a Fold object now. 2011-04-28 21:40:37 +02:00
editor.js Add missing return to Editor.getTheme(). 2011-05-23 17:14:30 +02:00
editor_change_document_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
editor_highlight_selected_word_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
editor_navigation_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
editor_text_edit_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
mouse_handler.js remove some of redundant scrollCursorIntoView calls 2011-05-09 15:19:25 +05:00
range.js Reset the $redoStack of the undoManager once a delta is executed. Add Range.setStart/setEnd. 2011-04-29 12:15:19 +02:00
range_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
renderloop.js use requestAnimationFrame to allow new browsers to schedule renders 2011-05-14 22:57:50 +05:00
scrollbar.js improvements for Workspace 2011-02-21 20:27:09 +02:00
search.js bug fixes and tests 2011-02-17 01:54:31 +08:00
search_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
selection.js Ensure selection can't be inside of a fold. 2011-04-28 21:40:37 +02:00
selection_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
split.js Add setFontSize on Split 2011-05-23 17:14:30 +02:00
tokenizer.js Apply matched value to tokenizer token functions. 2011-05-19 18:30:03 +01:00
undomanager.js Reset the $redoStack of the undoManager once a delta is executed. Add Range.setStart/setEnd. 2011-04-29 12:15:19 +02:00
virtual_renderer.js Reuse former session of second split. Add destroy function that stops some timeouts. 2011-05-23 17:14:29 +02:00
virtual_renderer_test.js use new asyncjs 2011-04-29 11:26:40 +02:00