ace/lib/ace
Lennart Kats 28c810bbce Merge pull request #1355 from ajaxorg/highlighting/tmmodes
add several new modes autoconverted from textmate
2013-05-01 06:08:17 -07:00
..
commands Merge pull request #1345 from ajaxorg/toggleComment 2013-04-18 08:48:08 -07:00
css Adjust fold-widget visibility based on folding-enabled 2013-04-23 10:16:28 -03:00
edit_session fix #1337 bad interaction of removeFolds and updateWrapData 2013-03-30 15:47:27 +04:00
ext Merge pull request #1355 from ajaxorg/highlighting/tmmodes 2013-05-01 06:08:17 -07:00
keyboard linux ime 2013-04-30 13:29:29 +04:00
layer when text is wrapped highlight full gutter row and screen row 2013-02-22 14:22:25 +04:00
lib fix ctrl-tab keybinding on firefox 2013-05-01 14:12:30 +04:00
mode Merge pull request #1355 from ajaxorg/highlighting/tmmodes 2013-05-01 06:08:17 -07:00
model Add BSD license headers 2012-09-06 22:48:34 +02:00
mouse put cursor at the end of selected line on trippleclick 2013-04-12 15:54:40 +04:00
requirejs use relative paths everywhere 2012-10-13 17:46:44 +04:00
snippets snippetManager should be lowercase 2013-04-04 22:59:06 +04:00
test Merge pull request #1192 from ajaxorg/tmSnippets 2013-03-25 11:41:05 -07:00
theme Merge pull request #1355 from ajaxorg/highlighting/tmmodes 2013-05-01 06:08:17 -07:00
worker simplify require used in worker 2013-04-30 01:30:44 +04:00
ace.js fix #1266: Scroller is collapsed when ace initialized with empty value 2013-02-27 11:39:47 +04:00
anchor.js bugfix 2013-03-17 21:04:31 +04:00
anchor_test.js Add BSD license headers 2012-09-06 22:48:34 +02:00
background_tokenizer.js move line length checking to tokenizer to not break long data uri's in css 2013-02-16 23:09:19 +04:00
background_tokenizer_test.js remove remnants of regex_allowed 2013-02-16 23:09:21 +04:00
config.js fix theme==undefined in cloud9 splitview 2013-03-24 19:29:40 +04:00
config_test.js better way for managing options 2013-01-30 12:36:34 +04:00
document.js fix count handling for p and P 2013-03-09 17:18:19 +04:00
document_test.js Add BSD license headers 2012-09-06 22:48:34 +02:00
edit_session.js update styling and clean up demos 2013-04-15 00:19:08 +04:00
edit_session_test.js fix test 2013-03-30 16:02:55 +04:00
editor.js fix typo in getFontSize 2013-04-20 16:49:34 +04:00
editor_change_document_test.js Add BSD license headers 2012-09-06 22:48:34 +02: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 Add BSD license headers 2012-09-06 22:48:34 +02:00
editor_text_edit_test.js update tests since move lines up/down does not modify selection anymore 2013-03-03 16:40:24 +04:00
incremental_search.js occur+isearch: fixing highlighting for big font sizes 2013-03-28 12:24:37 -07:00
incremental_search_test.js [incremental search] isearch highlight cleanup 2013-03-17 17:38:33 -07:00
multi_select.js multiselect getCopyText should be empty when all ranges are empty 2013-04-12 15:55:24 +04:00
multi_select_test.js Merge pull request #1261 from LivelyKernel/fix-onPaste-command-multiselect 2013-02-21 11:08:29 +04:00
occur.js occur+isearch: fixing highlighting for big font sizes 2013-03-28 12:24:37 -07:00
occur_test.js occur+isearch: fixing tests 2013-03-28 14:21:12 -07:00
placeholder.js Save changes 2012-11-28 22:22:00 +04:00
placeholder_test.js use relative paths everywhere 2012-10-13 17:46:44 +04:00
range.js more work on snippet manager 2013-03-17 21:03:15 +04:00
range_list.js add multiSelectAction "forEachLine" 2013-03-03 14:48:36 +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 fix editor automatically scrolling up at small zoom 2012-12-09 18:33:46 +04:00
search.js Fix for replaceAll in a range. Fix for no session ace 2013-04-24 21:12:48 +00:00
search_highlight.js prevent higlight_word from freezing the browser on long lines 2012-11-04 17:11:41 +04:00
search_test.js fix tokenizer on ie8 2013-02-16 23:09:42 +04:00
selection.js Fix CTRL-a to work as expected in emacs mode; restore former values of selection settings when switching keyboard or session 2013-01-30 12:13:11 +04:00
selection_test.js Add BSD license headers 2012-09-06 22:48:34 +02:00
snippets.js Removed trailing commas that cause errors in IE 2013-04-08 16:29:50 -04:00
snippets_test.js fix typo 2013-04-04 23:27:26 +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 cleanup and fix tests 2013-04-06 15:17:41 +04: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 Save changes 2012-11-28 22:22:00 +04:00
unicode.js tabs to spaces 2012-05-01 12:07:44 +02:00
virtual_renderer.js fix ime issues 2013-04-30 12:19:04 +04:00
virtual_renderer_test.js Add BSD license headers 2012-09-06 22:48:34 +02:00