ace/lib/ace
nightwing 5fc87d9489 fix gutter not updating when out of screen changeLines is scheduled
because of this setAnnotations was not working
   when background tokenizer was active
2012-08-07 19:02:34 +04:00
..
commands fix typos 2012-08-03 18:46:57 +04:00
css do not force reflow while updating the gutter 2012-08-07 19:02:17 +04:00
edit_session event target for ie8 2012-07-28 16:11:09 +04:00
ext do not use event.target for determining clicked gutter region 2012-07-28 16:11:10 +04:00
keyboard Merge pull request #836 from ajaxorg/ie8 2012-08-02 02:48:15 -07:00
layer do not force reflow while updating the gutter 2012-08-07 19:02:17 +04:00
lib fix #855 do not stop mousemove events on old browsers 2012-08-03 21:23:40 +04:00
mode improve performance of search result folding 2012-08-03 18:46:56 +04:00
model tabs to spaces 2012-05-01 12:07:44 +02:00
mouse fix starting selection from inside selection 2012-08-03 18:46:58 +04:00
narcissus tabs to spaces 2012-05-01 12:07:44 +02:00
requirejs fix text plugin 2012-07-11 16:44:00 +04:00
test remove redundant getRowHeight method 2012-08-03 18:46:58 +04:00
theme update themes 2012-06-30 13:20:48 +04:00
worker fix #822 using urlArgs in require breaks Ace's workers 2012-07-11 16:41:18 +04:00
ace.js simplify config 2012-05-04 19:11:19 +04:00
anchor.js Continue layout work 2012-04-24 17:29:26 -07:00
anchor_test.js tabs to spaces 2012-05-01 12:07:44 +02:00
background_tokenizer.js fix #780 and add tests for background_tokenizer 2012-05-26 00:51:57 +04:00
background_tokenizer_test.js fix background_tokenizer_test 2012-06-01 18:25:58 +04:00
config.js do not assume module names have three parts 2012-07-11 16:50:07 +04:00
document.js add comment 2012-05-25 10:33:02 +04:00
document_test.js tabs to spaces 2012-05-01 12:07:44 +02:00
edit_session.js remove redundant getRowHeight method 2012-08-03 18:46:58 +04:00
edit_session_test.js better caching for screen to doc transforms 2012-05-24 12:23:49 +04:00
editor.js fix pasting in readOnly mode 2012-08-03 21:23:40 +04:00
editor_change_document_test.js tabs to spaces 2012-05-01 12:07:44 +02:00
editor_highlight_selected_word_test.js lazy highlighter for selected word 2012-05-30 22:45:12 +04:00
editor_navigation_test.js tabs to spaces 2012-05-01 12:07:44 +02:00
editor_text_edit_test.js tabs to spaces 2012-05-01 12:07:44 +02:00
multi_select.js fix pasting in readOnly mode 2012-08-03 21:23:40 +04:00
multi_select_test.js tabs to spaces 2012-05-01 12:07:44 +02:00
placeholder.js Continue layout work 2012-04-24 17:29:26 -07:00
placeholder_test.js tabs to spaces 2012-05-01 12:07:44 +02:00
range.js code style 2012-06-11 09:14:15 +04:00
range_list.js allow focusing click to start selection if user really wants to 2012-06-01 15:02:12 +04:00
range_list_test.js tabs to spaces 2012-05-01 12:07:44 +02:00
range_test.js tabs to spaces 2012-05-01 12:07:44 +02:00
renderloop.js Continue layout work 2012-04-24 17:29:26 -07:00
scrollbar.js Continue layout work 2012-04-24 17:29:26 -07:00
search.js cleanup search.js 2012-08-03 18:46:57 +04:00
search_highlight.js add back forgotten file 2012-05-30 23:30:21 +04:00
search_test.js cleanup search.js 2012-08-03 18:46:57 +04:00
selection.js selectWordRight at the end of line should select whitespace on next line 2012-06-01 18:05:47 +04:00
selection_test.js fix selection tests 2012-04-20 13:34:37 +04:00
split.js More design progress 2012-04-24 01:45:41 -07:00
token_iterator.js improve bgTokenizer 2012-05-24 22:07:59 +04:00
token_iterator_test.js improve bgTokenizer 2012-05-24 22:07:59 +04:00
tokenizer.js improve bgTokenizer 2012-05-24 22:07:59 +04:00
undomanager.js Continue documenting Ace API 2012-03-21 16:48:40 +01:00
unicode.js tabs to spaces 2012-05-01 12:07:44 +02:00
virtual_renderer.js fix gutter not updating when out of screen changeLines is scheduled 2012-08-07 19:02:34 +04:00
virtual_renderer_test.js fix virtual renderer test 2012-05-24 12:11:11 +04:00