ace/lib/ace
Fabian Jakobs 0a14ad9fbb Merge pull request #338 from nightwing/pullreq
create layerConfig in constructor instead of adding guards for its every
2011-07-11 02:46:24 -07:00
..
commands fix #312 2011-06-28 13:38:51 -07:00
css when unfocused make cursor transparent instead of removing it 2011-05-31 10:46:24 +05:00
edit_session faster documentToScreenPosition 2011-05-27 09:55:19 +02:00
keyboard Merge pull request #321 from Gozala/bugs/focus.greedy-320 2011-06-30 05:01:41 -07:00
layer Fix offset problems with hard tabs. fixes #329 2011-07-04 11:59:39 +00:00
mode Fixed demo config issues for groovy/scala highlighting 2011-06-24 21:34:57 -06: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 Get css tests passing (wrong test start rule) and update jsdom library paths 2011-05-19 19:59:50 +01:00
theme remove line between gutter and editor 2011-05-30 11:33:03 +02:00
worker update jshint 2011-05-18 18:29:03 +02:00
ace.js Fixes for #240 and #255 2011-05-21 00:22:15 +01: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 Assume no state change from previously known state in bgTokenizer (#256) 2011-05-23 11:31:36 +01:00
defaults.js Implementing CLI settings that are shown in the demo editor. 2011-01-26 12:13:43 +01:00
document.js Revert "fix regression" 2011-05-31 08:41:48 +02:00
document_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
edit_session.js faster documentToScreenPosition 2011-05-27 09:55:19 +02: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 changed misleading argument name: row -> column 2011-07-10 12:07:26 -07:00
editor_change_document_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
editor_highlight_selected_word_test.js add unit test for remove to line end 2011-06-08 11:51:10 +00:00
editor_navigation_test.js use new asyncjs 2011-04-29 11:26:40 +02:00
editor_text_edit_test.js add unit test for remove to line end 2011-06-08 11:51:10 +00:00
mouse_handler.js Select folds as the user clicks on it and expand them on double clicking 2011-05-23 19:39:10 +02: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
split.js add setFontSize method to the editor. fix #315 2011-06-29 08:44:32 +00:00
tokenizer.js Apply matched value to tokenizer token functions. 2011-05-19 18:30:03 +01:00
undomanager.js Fix handling of undo/redo stack in splits do the right thing. 2011-05-23 17:14:30 +02:00
virtual_renderer.js create layerConfig in constructor instead of adding guards for its every access 2011-07-10 17:15:27 +05:00
virtual_renderer_test.js use new asyncjs 2011-04-29 11:26:40 +02:00