ace/lib/ace
aldendaniels 7f1bc7af2f Break out Anchor.onChange helper functions
This should be faster since we don't have to re-initialize the helper
functions each time Anchor.onChange is fired.
2014-01-11 15:48:38 -06:00
..
autocomplete fix #1680 Autocomplete box doesn't work with horizontal scrolling 2013-12-02 23:36:27 +04:00
commands Rename insertText back to insert 2014-01-08 22:00:11 -06:00
css Merge pull request #1696 from danyaPostfactum/refactor/scrollbar 2013-12-14 06:25:48 -08:00
edit_session Rename the 'delete' delta action to 'remove' 2014-01-08 22:18:05 -06:00
ext Bring back insertInLine 2014-01-08 22:51:39 -06:00
keyboard Rename insertText back to insert 2014-01-08 22:00:11 -06:00
layer Rename the 'delete' delta action to 'remove' 2014-01-08 22:18:05 -06:00
lib Revert "Stop using splice.appy() in ace" 2014-01-08 21:39:30 -06:00
mode Code review fixes (mostly formatting) 2014-01-11 15:23:20 -06:00
model Add BSD license headers 2012-09-06 22:48:34 +02:00
mouse Rename insertText back to insert 2014-01-08 22:00:11 -06:00
requirejs use relative paths everywhere 2012-10-13 17:46:44 +04:00
snippets Merge pull request #1715 from ajaxorg/velocity_snippets 2013-12-25 02:04:31 -08:00
test add a test 2013-12-20 18:12:33 +04:00
theme fix bug in converter and add two new themes 2013-11-29 23:53:27 +04:00
worker Code review fixes (mostly formatting) 2014-01-11 15:23:20 -06:00
ace.js replaced simple string errors with full Errors, in order to make debugging easier. 2013-10-06 19:46:32 +02:00
anchor.js Break out Anchor.onChange helper functions 2014-01-11 15:48:38 -06:00
anchor_test.js Rename insertText back to insert 2014-01-08 22:00:11 -06:00
apply_delta.js Code review fixes (mostly formatting) 2014-01-11 15:23:20 -06:00
autocomplete.js Rename insertText back to insert 2014-01-08 22:00:11 -06:00
background_tokenizer.js Rename the 'delete' delta action to 'remove' 2014-01-08 22:18:05 -06:00
background_tokenizer_test.js Rename insertText back to insert 2014-01-08 22:00:11 -06:00
config.js update to version from newclient 2013-09-28 23:44:43 +04:00
config_test.js update tests 2013-07-04 14:42:40 +04:00
document.js Code review fixes (mostly formatting) 2014-01-11 15:23:20 -06:00
document_test.js Rename insertText back to insert 2014-01-08 22:00:11 -06:00
edit_session.js Add a doNotValidate param to applyDelta 2014-01-11 12:00:10 -06:00
edit_session_test.js Rename insertText back to insert 2014-01-08 22:00:11 -06:00
editor.js Rename insertText back to insert 2014-01-08 22:00:11 -06:00
editor_change_document_test.js Rename insertText back to insert 2014-01-08 22:00:11 -06:00
editor_highlight_selected_word_test.js [incremental search] properly forward/backward wrapping on same term 2013-03-17 04:43:32 -07:00
editor_navigation_test.js Rename insertText back to insert 2014-01-08 22:00:11 -06:00
editor_text_edit_test.js fix tests 2013-05-09 13:47:21 +04:00
incremental_search.js emacs: push mark of isearch start when isearch successful 2013-05-27 07:35:01 -07:00
incremental_search_test.js [incremental search] isearch highlight cleanup 2013-03-17 17:38:33 -07:00
line_widgets.js Rename the 'delete' delta action to 'remove' 2014-01-08 22:18:05 -06:00
multi_select.js Rename insertText back to insert 2014-01-08 22:00:11 -06:00
multi_select_test.js update tests 2013-11-24 16:47:32 +04:00
occur.js occur+isearch: fixing highlighting for big font sizes 2013-03-28 12:24:37 -07:00
occur_test.js Rename insertText back to insert 2014-01-08 22:00:11 -06:00
placeholder.js Code review fixes (mostly formatting) 2014-01-11 15:23:20 -06:00
placeholder_test.js Rename insertText back to insert 2014-01-08 22:00:11 -06:00
range.js more work on snippet manager 2013-03-17 21:03:15 +04:00
range_list.js add insert right mode for anchors and range_lists 2013-09-06 21:47:39 +04:00
range_list_test.js allow multiple selections with shared edges 2013-03-01 16:57:37 +04:00
range_test.js remove trailing commas 2013-03-21 23:50:36 +04:00
renderloop.js Save changes 2012-11-28 22:22:00 +04:00
scrollbar.js Break on applyDelta into its own module 2014-01-03 14:59:22 -06:00
search.js add changes from newclient 2013-05-27 12:27:06 -04:00
search_highlight.js add extraStyle parameter to marker layer 2013-05-10 11:25:27 +02:00
search_test.js fix tokenizer on ie8 2013-02-16 23:09:42 +04:00
selection.js fix cursor movement 2013-11-08 00:58:42 +04:00
selection_test.js add selection.toJSON method 2013-06-17 00:58:11 +04:00
snippets.js Revert "Stop using splice.appy() in ace" 2014-01-08 21:39:30 -06:00
snippets_test.js fix expansion of snippets with nested tabstops 2013-09-05 18:45:51 +04:00
split.js remove remaining uses of deferredCall 2013-02-18 17:01:25 +04:00
token_iterator.js make foldAll faster 2013-03-01 16:57:38 +04:00
token_iterator_test.js remove trailing commas 2012-10-06 20:45:47 +04:00
tokenizer.js Merge pull request #1703 from ajaxorg/highlighting/mixed 2013-12-25 02:03:04 -08:00
tokenizer_dev.js workaround for chrome not displaying middle of very long lines 2013-04-05 19:29:58 +04:00
tokenizer_test.js fix Tokenizer.createSplitterRegexp and add tests 2013-03-20 11:44:32 +04:00
undomanager.js Code review fixes (mostly formatting) 2014-01-11 15:23:20 -06:00
unicode.js tabs to spaces 2012-05-01 12:07:44 +02:00
virtual_renderer.js add options for theme and mode 2013-12-15 21:20:11 +04:00
virtual_renderer_test.js Add BSD license headers 2012-09-06 22:48:34 +02:00