ace/lib/ace
Fabian Jakobs 40d449ffb4 Merge pull request #233 from probonogeek/master
CSS Sytnax Rule Improvements
2011-05-16 06:26:06 -07:00
..
commands bind Ctrl-Shift-Home/End to selecttoStart/end on windows 2011-05-15 00:01:56 +05:00
css allow pointer events to text layer 2011-05-14 22:40:58 +05:00
edit_session fix bug when same folded row is shown twice while scrolling 2011-05-11 10:26:43 +05:00
keyboard fix setUseWorker() 2011-04-26 09:43:52 +02:00
layer fix bug when same folded row is shown twice while scrolling 2011-05-11 10:26:43 +05:00
mode Merge pull request #233 from probonogeek/master 2011-05-16 06:26:06 -07:00
narcissus fix lexing of string literals 2011-04-28 21:14:50 +02:00
settings Implementing CLI settings that are shown in the demo editor. 2011-01-26 12:13:43 +01:00
test Merge remote-tracking branch 'getify/codefolding' 2011-04-29 15:17:03 +02:00
theme Add a one-pixel gutter border to the textmate theme. 2011-05-15 13:46:25 +02:00
worker fix copyright header 2011-04-28 21:15:04 +02:00
ace.js move simple api to amd module 2011-05-01 09:37:18 +00:00
anchor.js only skip clipping if the new position came from a change event 2011-02-21 09:20:37 +01:00
anchor_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
background_tokenizer.js move background tokenizer from the editor to the edit session 2011-04-26 10:39:27 +02:00
defaults.js Implementing CLI settings that are shown in the demo editor. 2011-01-26 12:13:43 +01:00
document.js Fix bug in undo/redo + folds: The folds have to get onto the undo queue after the changeStack is empty. New events changeStart/End added. 2011-04-29 11:08:19 +02:00
document_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
edit_session.js fix bug from previous commit, splits is undefined 2011-05-16 18:03:06 +05:00
edit_session_test.js Add sub folding feature. addFold can take a Fold object now. 2011-04-28 21:40:37 +02:00
editor.js remove some of redundant scrollCursorIntoView calls 2011-05-09 15:19:25 +05:00
editor_change_document_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
editor_highlight_selected_word_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
editor_navigation_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
editor_text_edit_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
mouse_handler.js remove some of redundant scrollCursorIntoView calls 2011-05-09 15:19:25 +05:00
range.js Reset the $redoStack of the undoManager once a delta is executed. Add Range.setStart/setEnd. 2011-04-29 12:15:19 +02:00
range_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
renderloop.js use requestAnimationFrame to allow new browsers to schedule renders 2011-05-14 22:57:50 +05:00
scrollbar.js improvements for Workspace 2011-02-21 20:27:09 +02:00
search.js bug fixes and tests 2011-02-17 01:54:31 +08:00
search_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
selection.js Ensure selection can't be inside of a fold. 2011-04-28 21:40:37 +02:00
selection_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
tokenizer.js add unit test to match regular expression literals (still fialing) 2011-02-22 23:39:01 +01:00
undomanager.js Reset the $redoStack of the undoManager once a delta is executed. Add Range.setStart/setEnd. 2011-04-29 12:15:19 +02:00
virtual_renderer.js CHANGE_FULL mustn't scrollCursorIntoView 2011-05-14 22:44:03 +05:00
virtual_renderer_test.js use new asyncjs 2011-04-29 11:26:40 +02:00