ace/lib/ace
2011-04-29 13:38:59 +02:00
..
commands resolve keybinding collision between goto line and center selection on windows 2011-03-21 17:44:41 +08:00
css added hold-mousedown delay to enable selection drag 2011-02-18 19:56:08 +02:00
edit_session Use a cache to speed up doc->screen and screen->doc mapping on very long document. 2011-04-29 13:38:59 +02:00
keyboard fix setUseWorker() 2011-04-26 09:43:52 +02:00
layer Make things work again afte rebasing. 2011-04-28 21:47:35 +02:00
mode add js worker unit test 2011-04-28 09:41:11 +00:00
narcissus requireJS version of narcissus 2011-01-25 13:33:37 +01:00
settings Implementing CLI settings that are shown in the demo editor. 2011-01-26 12:13:43 +01:00
test Doing some small tiedy up. Unstructured Code Folding should be done. 2011-04-28 21:41:02 +02:00
theme Remove 'border' from ace_fold as it misaligned the lines. Fix screenToDocumentRow 2011-04-28 21:39:18 +02:00
worker Fix workers that require a module returning a value 2011-04-27 11:17:18 +02: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 Refactor unit tests: 2011-04-08 10:28:18 +02:00
background_tokenizer.js move background tokenizer from the editor to the edit session 2011-04-26 10:39:27 +02: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 Refactor unit tests: 2011-04-08 10:28:18 +02:00
edit_session.js Use a cache to speed up doc->screen and screen->doc mapping on very long document. 2011-04-29 13:38:59 +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 Implement EditSession.removeFold. 2011-04-28 21:39:20 +02:00
editor_change_document_test.js Refactor unit tests: 2011-04-08 10:28:18 +02:00
editor_highlight_selected_word_test.js Refactor unit tests: 2011-04-08 10:28:18 +02:00
editor_navigation_test.js Refactor unit tests: 2011-04-08 10:28:18 +02:00
editor_text_edit_test.js Refactor unit tests: 2011-04-08 10:28:18 +02:00
mouse_handler.js make jshint happy 2011-03-09 09:36:50 +01: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 minor cleanup 2011-04-26 09:43:29 +02:00
renderloop.js update postMessage fix based on @gozala's feedback 2011-01-17 11:07:53 +01: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 Refactor unit tests: 2011-04-08 10:28:18 +02:00
selection.js Ensure selection can't be inside of a fold. 2011-04-28 21:40:37 +02:00
selection_test.js Refactor unit tests: 2011-04-08 10:28:18 +02:00
tokenizer.js add unit test to match regular expression literals (still fialing) 2011-02-22 23:39:01 +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 Use a cache to speed up doc->screen and screen->doc mapping on very long document. 2011-04-29 13:38:59 +02:00
virtual_renderer_test.js Refactor unit tests: 2011-04-08 10:28:18 +02:00