| .. |
|
autocomplete
|
Revert "Disable automatic scroll into view"
|
2014-08-13 22:53:35 +04:00 |
|
commands
|
cleanup
|
2014-10-17 19:23:43 +04:00 |
|
css
|
improve drag cursor on windows
|
2014-09-16 00:34:39 +04:00 |
|
edit_session
|
do not throw when trying to add intersecting folds
|
2014-10-05 22:53:31 +04:00 |
|
ext
|
Merge pull request #2186 from ajaxorg/highlighter-fixes
|
2014-10-11 17:16:48 +02:00 |
|
keyboard
|
Merge pull request #2073 from ajaxorg/multihash
|
2014-10-10 15:41:23 +02:00 |
|
layer
|
workaround for inaccurate font rendering on chrome 37
|
2014-09-20 01:43:52 +04:00 |
|
lib
|
cleanup
|
2014-10-17 19:23:43 +04:00 |
|
mode
|
Merge pull request #2198 from adamjimenez/patch-2
|
2014-10-29 16:37:17 +04:00 |
|
model
|
Add BSD license headers
|
2012-09-06 22:48:34 +02:00 |
|
mouse
|
improve drag cursor on windows
|
2014-09-16 00:34:39 +04:00 |
|
requirejs
|
add r.js demo
|
2014-05-18 17:12:55 +04:00 |
|
snippets
|
add Io mode
|
2014-09-02 12:55:58 +04:00 |
|
test
|
fix tests
|
2014-06-09 23:44:27 +04:00 |
|
theme
|
fix gutter colors in theme importer
|
2014-10-05 22:53:31 +04:00 |
|
worker
|
improve error handling in worker
|
2014-10-05 22:53:31 +04:00 |
|
ace.js
|
allow using uiWorker on ie9 where Worker is undefined
|
2014-08-14 12:41:57 +04:00 |
|
anchor.js
|
cleanup
|
2014-10-17 19:23:43 +04:00 |
|
anchor_test.js
|
fix for anchor & insertRight behavior
|
2014-04-09 09:46:53 -07:00 |
|
autocomplete.js
|
fix #2190 autocomplete doesn't show tooltip when list initially appears
|
2014-10-25 03:25:44 +04:00 |
|
background_tokenizer.js
|
make sure text redraw isn't missed when bgTokenizer state changes
|
2014-08-01 21:52:25 +04:00 |
|
background_tokenizer_test.js
|
remove remnants of regex_allowed
|
2013-02-16 23:09:21 +04:00 |
|
config.js
|
fix regression in loading workers in packed mode
|
2014-08-14 12:49:00 +04:00 |
|
config_test.js
|
update config_test.js
|
2014-07-22 16:57:14 +04:00 |
|
document.js
|
Fix documentation type: "includeText" should be "insertText"
|
2014-09-10 14:43:36 -07:00 |
|
document_test.js
|
Add BSD license headers
|
2012-09-06 22:48:34 +02:00 |
|
edit_session.js
|
cleanup
|
2014-10-17 19:23:43 +04:00 |
|
edit_session_test.js
|
replaced simple string errors with full Errors, in order to make debugging easier.
|
2013-10-06 19:46:32 +02:00 |
|
editor.js
|
update comment too
|
2014-10-29 23:18:09 +04:00 |
|
editor_change_document_test.js
|
Add BSD license headers
|
2012-09-06 22:48:34 +02:00 |
|
editor_highlight_selected_word_test.js
|
[incremental search] properly forward/backward wrapping on same term
|
2013-03-17 04:43:32 -07:00 |
|
editor_navigation_test.js
|
Add BSD license headers
|
2012-09-06 22:48:34 +02:00 |
|
editor_text_edit_test.js
|
fix tests
|
2013-05-09 13:47:21 +04:00 |
|
incremental_search.js
|
isearch: fixing isearch onpase
|
2014-03-12 06:38:39 -07:00 |
|
incremental_search_test.js
|
isearch: now supports yanking, and killing text from edit buffer
|
2014-03-12 06:38:32 -07:00 |
|
line_widgets.js
|
fix reattaching linewidgets to editor
|
2014-10-05 22:53:31 +04:00 |
|
multi_select.js
|
Revert "Disable automatic scroll into view"
|
2014-08-13 22:53:35 +04:00 |
|
multi_select_test.js
|
update tests
|
2013-11-24 16:47:32 +04:00 |
|
occur.js
|
occur: fix emacs line start
|
2014-03-12 06:38:22 -07:00 |
|
occur_test.js
|
occur+isearch: fixing tests
|
2013-03-28 14:21:12 -07:00 |
|
placeholder.js
|
minor fixes
|
2014-08-09 22:32:07 +04:00 |
|
placeholder_test.js
|
use relative paths everywhere
|
2012-10-13 17:46:44 +04:00 |
|
range.js
|
more work on snippet manager
|
2013-03-17 21:03:15 +04:00 |
|
range_list.js
|
add insert right mode for anchors and range_lists
|
2013-09-06 21:47:39 +04:00 |
|
range_list_test.js
|
allow multiple selections with shared edges
|
2013-03-01 16:57:37 +04:00 |
|
range_test.js
|
remove trailing commas
|
2013-03-21 23:50:36 +04:00 |
|
renderloop.js
|
fix resize issues
|
2013-12-29 20:07:08 +04:00 |
|
scrollbar.js
|
cleanup
|
2014-10-17 19:23:43 +04:00 |
|
search.js
|
fix search.$assembleRegExp not working for multiline strings
|
2014-10-05 22:53:31 +04:00 |
|
search_highlight.js
|
add extraStyle parameter to marker layer
|
2013-05-10 11:25:27 +02:00 |
|
search_test.js
|
fix tokenizer on ie8
|
2013-02-16 23:09:42 +04:00 |
|
selection.js
|
fix more typos
|
2014-09-10 17:17:11 +04:00 |
|
selection_test.js
|
add selection.toJSON method
|
2013-06-17 00:58:11 +04:00 |
|
snippets.js
|
minor fixes
|
2014-08-09 22:32:07 +04:00 |
|
snippets_test.js
|
fix expansion of snippets with nested tabstops
|
2013-09-05 18:45:51 +04:00 |
|
split.js
|
remove remaining uses of deferredCall
|
2013-02-18 17:01:25 +04:00 |
|
token_iterator.js
|
make foldAll faster
|
2013-03-01 16:57:38 +04:00 |
|
token_iterator_test.js
|
remove trailing commas
|
2012-10-06 20:45:47 +04:00 |
|
tokenizer.js
|
fix error in coffeeScript mode
|
2014-09-02 01:16:10 +04:00 |
|
tokenizer_dev.js
|
workaround for chrome not displaying middle of very long lines
|
2013-04-05 19:29:58 +04:00 |
|
tokenizer_test.js
|
fix Tokenizer.createSplitterRegexp and add tests
|
2013-03-20 11:44:32 +04:00 |
|
tooltip.js
|
Refactor tooltip to separate class.
|
2013-12-30 20:13:00 +10:00 |
|
undomanager.js
|
fix #1757 Merged undos don't decrement dirtyCounter correctly
|
2014-01-30 22:01:02 +04:00 |
|
unicode.js
|
tabs to spaces
|
2012-05-01 12:07:44 +02:00 |
|
virtual_renderer.js
|
fix #2183 scrollPastEnd breaks vScrollBarAlwaysVisible=false option
|
2014-10-24 16:40:53 +04:00 |
|
virtual_renderer_test.js
|
Add BSD license headers
|
2012-09-06 22:48:34 +02:00 |