ace/lib/ace
2011-11-02 10:14:52 +00:00
..
commands add togglefold to the list of default commands 2011-10-21 09:07:13 +05:00
css fix cursor for folds and dragging 2011-10-04 23:06:51 +05:00
edit_session toggleFold must fold strings and comments as well 2011-10-21 11:09:10 +05:00
ext fixed styling in firefox 2011-10-13 13:14:31 +02:00
keyboard fix vim mode (h|left) and (l|right) key 2011-10-26 14:16:17 +08:00
layer fix some more out of date tests 2011-10-21 21:32:09 +05:00
lib Provide our own version of AMD text plugin 2011-08-18 09:56:55 +02:00
mode highlight "no" keyword in coffeescript. fixes #481 2011-10-26 10:30:11 +03:00
mouse dragging when ctrl/alt is pressed must copy selection 2011-10-21 09:07:12 +05:00
narcissus update narcissus. fix #365 2011-08-04 12:11:51 +02:00
requirejs Provide our own version of AMD text plugin 2011-08-18 09:56:55 +02:00
settings Implementing CLI settings that are shown in the demo editor. 2011-01-26 12:13:43 +01:00
test fix in browser tests 2011-10-21 20:59:41 +05:00
theme Highlighting feature of ace as a server side node module! 2011-10-12 18:14:38 +02:00
worker tabs to spaces 2011-10-04 23:20:05 +05:00
ace.js Fixes for #240 and #255 2011-05-21 00:22:15 +01:00
anchor.js fix leaking global 2011-07-28 14:37:28 +02:00
anchor_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
background_tokenizer.js Assume no state change from previously known state in bgTokenizer (#256) 2011-05-23 11:31:36 +01:00
defaults.js Implementing CLI settings that are shown in the demo editor. 2011-01-26 12:13:43 +01:00
document.js update narcissus. fix #365 2011-08-04 12:11:51 +02:00
document_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
edit_session.js fix infinite loop in computeWrapSplits 2011-10-30 22:49:02 +04:00
edit_session_test.js fix infinite loop in computeWrapSplits 2011-10-30 22:49:02 +04:00
editor.js Don't emit Paste event on indent 2011-10-24 10:47:41 -07:00
editor_change_document_test.js fix browser tests 2011-08-15 13:51:30 +02:00
editor_highlight_selected_word_test.js fix browser tests 2011-08-15 13:51:30 +02:00
editor_navigation_test.js fix browser tests 2011-08-15 13:51:30 +02:00
editor_text_edit_test.js fix in browser tests 2011-10-21 20:59:41 +05:00
range.js range.containsRange was returning result for "intersects" 2011-10-21 09:07:12 +05:00
range_test.js fix #325 2011-07-22 10:24:15 +02:00
renderloop.js Use zeroTimeout bounded to the window. 2011-09-09 17:45:34 +02:00
scrollbar.js Updating all themes to new format. 2011-09-09 17:55:30 +02:00
search.js using moveCursorTo in search.js isn't safe (triggers events) 2011-10-21 20:48:26 +05:00
search_test.js Search's findAll has a bug when using regExp with $ or ^. 2011-09-16 14:22:41 -07:00
selection.js Issue 489 Initial 2011-11-02 10:14:52 +00:00
selection_test.js highlight js identifiers with unicode characters. 2011-07-25 17:32:17 +02:00
split.js initialize font size 2011-08-15 12:20:58 +02:00
tokenizer.js don't merge tokens (Includes coding style cleanups) 2011-08-01 15:01:50 +02:00
undomanager.js Fix handling of undo/redo stack in splits do the right thing. 2011-05-23 17:14:30 +02:00
unicode.js rename regexp module to unicode 2011-07-26 10:28:26 +02:00
virtual_renderer.js Update importCssString so that it can work with remote DOM documents. 2011-09-09 17:56:18 +02:00
virtual_renderer_test.js use new asyncjs 2011-04-29 11:26:40 +02:00