ace/lib/ace
2015-04-30 17:38:19 -07:00
..
autocomplete use ellipsis character instead of dots 2015-02-28 21:41:30 +04:00
commands fixes for emacs mode 2015-04-19 15:50:22 +04:00
css workaround for word-wrap bug on chrome 2015-01-19 00:28:51 +04:00
edit_session address review comments 2015-04-20 18:25:32 +04:00
ext Merge pull request #2459 from ajaxorg/c9 2015-04-25 12:30:37 -07:00
keyboard Expose ClipboardEvent in editor paste event 2015-04-27 18:49:12 +01:00
layer fix #2432 setPolling(false) doesn't turn off polling 2015-04-20 01:11:10 +04:00
lib fix typo 2015-04-22 13:20:39 +04:00
mode Merge pull request #2459 from ajaxorg/c9 2015-04-25 12:30:37 -07:00
model
mouse Add configuration option for block select 2015-03-18 21:09:45 +00:00
requirejs add r.js demo 2014-05-18 17:12:55 +04:00
snippets more snippets 2015-04-19 08:37:22 -04:00
test allow filtering tests in browser runner 2014-12-13 16:45:56 +04:00
theme Merge pull request #2457 from sevin7676/master 2015-04-18 19:56:27 +04:00
worker improve error handling in worker 2014-10-05 22:53:31 +04:00
ace.js allow using uiWorker on ie9 where Worker is undefined 2014-08-14 12:41:57 +04:00
anchor.js cleanup 2014-10-17 19:23:43 +04:00
anchor_test.js fix for anchor & insertRight behavior 2014-04-09 09:46:53 -07:00
autocomplete.js Remove unused parameter mutateData & add ;s 2015-04-30 17:38:19 -07:00
background_tokenizer.js make sure text redraw isn't missed when bgTokenizer state changes 2014-08-01 21:52:25 +04:00
background_tokenizer_test.js
config.js add config.warn and refactor config to allow sharing with ace_tree 2014-12-04 14:02:49 +04:00
config_test.js fix regression in setDefaultValues 2014-12-12 16:56:02 +04:00
document.js add tests from v1.2 branch and increase split size to improve performance 2015-02-28 22:16:19 +04:00
document_test.js add tests from v1.2 branch and increase split size to improve performance 2015-02-28 22:16:19 +04:00
edit_session.js fixes for indentedSoftWrap option 2015-04-18 19:53:49 +04:00
edit_session_test.js fixes for indentedSoftWrap option 2015-04-18 19:53:49 +04:00
editor.js Expose ClipboardEvent in editor paste event 2015-04-27 18:49:12 +01:00
editor_change_document_test.js
editor_highlight_selected_word_test.js
editor_navigation_test.js
editor_text_edit_test.js
incremental_search.js fixes for emacs mode 2015-04-19 15:50:22 +04:00
incremental_search_test.js Merge remote-tracking branch 'remotes/origin/emacs' 2014-11-08 16:02:02 +04:00
line_widgets.js fix reattaching linewidgets to editor 2014-10-05 22:53:31 +04:00
multi_select.js Add configuration option for block select 2015-03-18 21:09:45 +00:00
multi_select_test.js fix typo 2015-04-19 17:34:04 +04:00
occur.js occur: fix emacs line start 2014-03-12 06:38:22 -07:00
occur_test.js
placeholder.js minor fixes 2014-08-09 22:32:07 +04:00
placeholder_test.js increase timeout for intermittently failing placeholder_test.js 2014-11-21 23:15:39 +04:00
range.js
range_list.js add insert right mode for anchors and range_lists 2013-09-06 21:47:39 +04:00
range_list_test.js
range_test.js
renderloop.js fix resize issues 2013-12-29 20:07:08 +04:00
scrollbar.js cleanup 2014-10-17 19:23:43 +04:00
search.js fix find next for regexps matching empty range 2014-11-21 23:14:26 +04:00
search_highlight.js
search_test.js fix find next for regexps matching empty range 2014-11-21 23:14:26 +04:00
selection.js fix typo 2015-04-19 17:34:04 +04:00
selection_test.js add selection.toJSON method 2013-06-17 00:58:11 +04:00
snippets.js minor fixes 2014-08-09 22:32:07 +04:00
snippets_test.js fix expansion of snippets with nested tabstops 2013-09-05 18:45:51 +04:00
split.js
token_iterator.js
token_iterator_test.js
tokenizer.js add config.warn and refactor config to allow sharing with ace_tree 2014-12-04 14:02:49 +04:00
tokenizer_dev.js
tokenizer_test.js fix infinite loop in soy mode and make tokenizer more robust 2014-11-05 16:42:39 +04:00
tooltip.js Refactor tooltip to separate class. 2013-12-30 20:13:00 +10:00
undomanager.js fix #1757 Merged undos don't decrement dirtyCounter correctly 2014-01-30 22:01:02 +04:00
unicode.js
virtual_renderer.js fix #2341 do not use ace_editor id for the default style 2015-02-18 23:26:22 +04:00
virtual_renderer_test.js