ace/lib/ace
2012-04-30 11:45:48 -07:00
..
commands use try catch to guard against errors in commands 2012-04-25 00:33:41 +04:00
css * Added better colors to themes 2012-04-30 00:35:12 -07:00
edit_session remove destructive throw 2012-04-25 00:44:31 +04:00
ext Add liquid parser. 2012-04-04 16:50:08 -07:00
keyboard do not store clipboard state in textinput 2012-04-26 19:45:18 +04:00
layer make invalid invisibles (\u0000-\u0019) always visible and optimize regexp 2012-04-29 00:48:39 +04:00
lib * Added cancelable commands 2012-04-20 16:02:05 +02:00
mode package 2012-04-21 11:01:19 +02:00
model use strict 2011-12-19 15:15:29 +01:00
mouse fix right click selection bug 2012-04-26 19:50:19 +04:00
narcissus allow module 2012-04-13 12:12:29 +02:00
requirejs Call onLoad in the non-browser case. This allows the r.js optimizer to work when building projects that include ace from source. It should be done anyway, to indicate the load of the resource was successful. 2012-03-06 12:56:40 -08:00
test fix tests 2012-04-26 12:26:01 +04:00
theme Merge branch 'ui/navbar' of github.com:ajaxorg/ace into ui/navbar 2012-04-30 11:45:48 -07:00
worker be smarter with mode and theme loading 2012-03-30 17:44:24 +02:00
ace.js enable multi cursor by default 2012-04-13 12:07:36 +02:00
anchor.js use strict 2011-12-19 15:15:29 +01:00
anchor_test.js use strict 2011-12-19 15:15:29 +01:00
background_tokenizer.js use strict 2011-12-19 15:15:29 +01:00
config.js be smarter with mode and theme loading 2012-03-30 17:44:24 +02:00
document.js document.getTextRange shouldn't throw if range is bigger than document 2012-04-26 23:17:18 +04:00
document_test.js use strict 2011-12-19 15:15:29 +01:00
edit_session.js setting mode to same string shouldn't reset it 2012-04-29 23:33:37 +04:00
edit_session_test.js use strict 2011-12-19 15:15:29 +01:00
editor.js fix typo 2012-04-26 19:47:38 +04:00
editor_change_document_test.js use strict 2011-12-19 15:15:29 +01:00
editor_highlight_selected_word_test.js use strict 2011-12-19 15:15:29 +01:00
editor_navigation_test.js fix tests 2012-04-24 22:30:12 +04:00
editor_text_edit_test.js use strict 2011-12-19 15:15:29 +01:00
multi_select.js addEventListener was breaking old browsers 2012-04-29 14:29:33 +04:00
multi_select_test.js fix bug with ghost selections 2012-04-14 18:42:14 +04:00
placeholder.js Typo followup: now handling both of ACE and Cloud9 worlds 2012-03-12 17:33:17 +02:00
placeholder_test.js Typo followup: now handling both of ACE and Cloud9 worlds 2012-03-12 17:33:17 +02:00
range.js fix bug with ghost selections 2012-04-14 18:42:14 +04:00
range_list.js cleanup 2012-04-12 22:42:56 +04:00
range_list_test.js overuse of events is bad:( 2012-04-03 22:47:57 +04:00
range_test.js use strict 2011-12-19 15:15:29 +01:00
renderloop.js fix flash of hidden textarea 2011-12-20 12:16:49 +01:00
scrollbar.js use getBoundingClientRect for measuring text size 2012-04-11 20:08:50 +04:00
search.js use strict 2011-12-19 15:15:29 +01:00
search_test.js use strict 2011-12-19 15:15:29 +01:00
selection.js moveByShortWords should stop at punctuation groups 2012-04-29 12:49:14 +04:00
selection_test.js fix selection tests 2012-04-20 13:34:37 +04:00
split.js fix typo in split.js 2012-04-13 21:06:18 +04:00
token_iterator.js use strict 2011-12-19 15:15:29 +01:00
token_iterator_test.js cleanup unit tests 2012-04-06 17:55:23 +02:00
tokenizer.js fix js_highlight_rules 2012-04-15 14:59:10 +04:00
undomanager.js use strict 2011-12-19 15:15:29 +01:00
unicode.js use strict 2011-12-19 15:15:29 +01:00
virtual_renderer.js simplify animateScroll a little 2012-04-26 10:27:02 +04:00
virtual_renderer_test.js use strict 2011-12-19 15:15:29 +01:00