ace/lib/ace
Fabian Jakobs 826f439bf0 update themes
2011-12-16 12:50:11 +01:00
..
commands cleanups 2011-12-14 16:50:04 +01:00
css Merge pull request #573 from nightwing/pullreq 2011-12-14 05:27:52 -08:00
edit_session Merge pull request #580 from nightwing/pullreq 2011-12-16 03:01:35 -08:00
ext fix browser tests 2011-11-09 17:56:27 +01:00
keyboard fix for jquery modal dialogs which doesn't break selection 2011-12-08 21:01:23 +04:00
layer add support for variable size characters 2011-12-16 12:50:11 +01:00
lib remove classList support 2011-12-13 12:21:30 +01:00
mode cdata isn't a tag 2011-12-15 22:00:31 +04:00
model move pilot code back into Ace 2011-11-02 18:18:51 +01:00
mouse add missing variable declaration 2011-12-15 20:53:06 +04:00
narcissus fix browser tests 2011-11-09 17:56:27 +01:00
requirejs Provide our own version of AMD text plugin 2011-08-18 09:56:55 +02:00
test tweak python folding and add tests 2011-12-15 20:53:05 +04:00
theme update themes 2011-12-16 12:50:11 +01:00
worker function.bind is not available in Safari 2011-11-14 09:19:53 +01:00
ace.js use relative module ids to please node.js 2011-11-09 15:38:53 +01:00
anchor.js use relative module ids to please node.js 2011-11-09 15:38:53 +01:00
anchor_test.js use relative module ids to please node.js 2011-11-09 15:38:53 +01:00
background_tokenizer.js Problem: It seems that, under circumstances I do not understand, some NaN value gets passed to getState and then on to $tokenizeRows which causes empty array to be returned. getState then tries to access element 0 of this array and ugly things start to happen. 2011-12-16 15:05:22 +09:00
document.js cleanups 2011-12-06 16:00:10 +01:00
document_test.js use relative module ids to please node.js 2011-11-09 15:38:53 +01:00
edit_session.js add support for variable size characters 2011-12-16 12:50:11 +01:00
edit_session_test.js addFold must not throw if new fold is inside the existing one 2011-11-28 00:24:37 +04:00
editor.js dragTimer renamed to dragDelay 2011-12-14 17:00:25 +01:00
editor_change_document_test.js fix #505 2011-11-15 18:11:00 +01:00
editor_highlight_selected_word_test.js use relative module ids to please node.js 2011-11-09 15:38:53 +01:00
editor_navigation_test.js use relative module ids to please node.js 2011-11-09 15:38:53 +01:00
editor_text_edit_test.js adapt move line test to new behaviour 2011-11-18 17:39:56 +04:00
placeholder.js Added the ability to (temporarily) disable selection of undos. This messes up placeholder behavior. 2011-12-05 15:39:19 +01:00
placeholder_test.js Added ability to cancel the placeholder related changes + test. 2011-12-01 16:29:27 +01:00
range.js addFold must not throw if new fold is inside the existing one 2011-11-28 00:24:37 +04:00
range_test.js use relative module ids to please node.js 2011-11-09 15:38:53 +01:00
renderloop.js fix embedding multiple ace editors fix #492 2011-11-25 17:20:33 +01:00
scrollbar.js Revert "add scrollbar before scroller to not cover it" 2011-12-09 16:49:27 +01:00
search.js findPrevious finds same text again and again if selection isn't backwards 2011-11-17 21:13:02 +04:00
search_test.js use relative module ids to please node.js 2011-11-09 15:38:53 +01:00
selection.js make move word right/left consistent with OSX behavior (XCode) 2011-12-08 18:50:05 +01:00
selection_test.js make move word right/left consistent with OSX behavior (XCode) 2011-12-08 18:50:05 +01:00
split.js cleanups 2011-12-13 12:21:47 +01:00
token_iterator.js fix folding of comments 2011-12-09 16:37:00 +01:00
token_iterator_test.js fix unit tests 2011-11-15 11:05:11 +01:00
tokenizer.js add missing flag argument 2011-12-05 19:00:59 +04:00
undomanager.js Fix handling of undo/redo stack in splits do the right thing. 2011-05-23 17:14:30 +02:00
unicode.js rename regexp module to unicode 2011-07-26 10:28:26 +02:00
virtual_renderer.js add support for variable size characters 2011-12-16 12:50:11 +01:00
virtual_renderer_test.js use relative module ids to please node.js 2011-11-09 15:38:53 +01:00