..
autocomplete
Set default theme for autocomplete popup
2014-01-28 15:49:53 +01:00
commands
add goToNextError command
2013-12-29 19:56:29 +04:00
css
Merge pull request #1738 from danyaPostfactum/refactor/datauri
2014-01-17 10:37:33 -08:00
edit_session
return removed folds from removeFolds
2013-12-29 19:57:49 +04:00
ext
Improve autocomplete results display and filtering
2014-02-03 12:32:14 +01:00
keyboard
Fixes #1783
2014-01-26 09:01:30 -06:00
layer
fix bug with fixedWidth gutter + firstLineNumber
2013-12-15 02:50:48 +04:00
lib
fix scrolling speed on firefox ux
2013-12-29 19:59:16 +04:00
mode
Add missing $id to those Modes that are missing it.
2014-01-21 09:41:15 +02:00
model
Add BSD license headers
2012-09-06 22:48:34 +02:00
mouse
Merge pull request #1760 from adamjimenez/patch-21
2014-01-14 07:26:00 -08:00
requirejs
use relative paths everywhere
2012-10-13 17:46:44 +04:00
snippets
Merge pull request #1715 from ajaxorg/velocity_snippets
2013-12-25 02:04:31 -08:00
test
Add Vim keybinding unit test [Issue 1762]
2014-01-13 08:27:14 -06:00
theme
fix bug in converter and add two new themes
2013-11-29 23:53:27 +04:00
worker
cleanup
2014-01-16 19:35:48 +04:00
ace.js
include error_marker addon in the build
2013-12-30 01:42:12 +04:00
anchor.js
add insert right mode for anchors and range_lists
2013-09-06 21:47:39 +04:00
anchor_test.js
insert/removeLines at the document edges create deltas with wrong range
2013-05-09 14:08:22 +04:00
autocomplete.js
Improve autocomplete results display and filtering
2014-02-03 12:32:14 +01:00
background_tokenizer.js
update to version from newclient
2013-09-28 23:44:43 +04:00
background_tokenizer_test.js
remove remnants of regex_allowed
2013-02-16 23:09:21 +04:00
config.js
update to version from newclient
2013-09-28 23:44:43 +04:00
config_test.js
update tests
2013-07-04 14:42:40 +04:00
document.js
allow any Range-like objects in session replace/remove
2013-08-26 18:37:50 +04:00
document_test.js
Add BSD license headers
2012-09-06 22:48:34 +02:00
edit_session.js
fix wrap option getter
2013-12-29 19:57:00 +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
togglecomment should not scroll if part of the selection is visible
2013-12-29 20:02:14 +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
emacs: push mark of isearch start when isearch successful
2013-05-27 07:35:01 -07:00
incremental_search_test.js
[incremental search] isearch highlight cleanup
2013-03-17 17:38:33 -07:00
line_widgets.js
add goToNextError command
2013-12-29 19:56:29 +04:00
multi_select.js
add selectOrFindNext commands and disable sublime ctrl-d like behavior of ctrl-arrow
2013-11-24 16:09:52 +04:00
multi_select_test.js
update tests
2013-11-24 16:47:32 +04:00
occur.js
occur+isearch: fixing highlighting for big font sizes
2013-03-28 12:24:37 -07:00
occur_test.js
occur+isearch: fixing tests
2013-03-28 14:21:12 -07:00
placeholder.js
Save changes
2012-11-28 22:22:00 +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
Rename ScrollBarV -> VScrollBar, ScrollBarH -> HScrollBar
2013-12-10 17:41:02 +10:00
search.js
add changes from newclient
2013-05-27 12:27:06 -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 cursor movement
2013-11-08 00:58:42 +04:00
selection_test.js
add selection.toJSON method
2013-06-17 00:58:11 +04:00
snippets.js
Check for possible snippet expansion before attempting to proceed to the next tabstop.
2013-12-09 10:04:38 -05: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
Merge pull request #1703 from ajaxorg/highlighting/mixed
2013-12-25 02:03:04 -08: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
miscelaneous fixes from c9
2013-11-05 20:54:38 +04:00
unicode.js
tabs to spaces
2012-05-01 12:07:44 +02:00
virtual_renderer.js
fix #1737 reset padding only if previous theme had custom padding
2013-12-30 02:05:57 +04:00
virtual_renderer_test.js
Add BSD license headers
2012-09-06 22:48:34 +02:00