- Sep 20, 2016
-
-
Marijn Haverbeke authored
And don't block-comment inside a block comment Closes #4208
-
- Sep 15, 2016
-
-
Marijn Haverbeke authored
Closes #4018
-
- Aug 19, 2016
-
-
Marijn Haverbeke authored
Issue #4175
-
Sam Lee authored
-
- Aug 17, 2016
-
-
Marijn Haverbeke authored
Issue #4162
-
- Aug 15, 2016
-
-
Marijn Haverbeke authored
Closes #4148
-
- Aug 13, 2016
-
-
Alasdair Smith authored
-
Alasdair Smith authored
When persistent search dialog is open, looking up commands for findNext/ Prev keys would only search the current keyMap. This commit changes this to also look up commands in extraKeys
-
Alasdair Smith authored
Searching with findPersistentNext or findPersistentPrev will immediately run a search with the previous query, however it will throw and error if no previous query exists. This commit fixes by preventing the immediate execution if no previous query is set
-
- Jul 22, 2016
-
-
Marijn Haverbeke authored
Closes #4128
-
- Jul 19, 2016
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #4112
-
Erik Welander authored
To match the actual match-highlights in the editor.
-
- Jul 01, 2016
-
-
Marijn Haverbeke authored
-
- Jun 28, 2016
-
-
Marijn Haverbeke authored
Closes #4080
-
- Jun 20, 2016
-
-
Marijn Haverbeke authored
Issue #4069
- Jun 07, 2016
-
-
Alasdair Smith authored
-
Marijn Haverbeke authored
Issue #4050
-
Alasdair Smith authored
-
Marijn Haverbeke authored
Closes #4056
-
Marijn Haverbeke authored
Issue #4057
-
Harshvardhan Gupta authored
Closes #4057
-
- Jun 03, 2016
-
-
Sam Wilson authored
Use findMarks instead of findMarksAt in foldGutter.js to correctly find marks when a single line is collapsed so that the arrow displays correctly as collapsed.
-
- Jun 02, 2016
-
-
Sam Wilson authored
Add option 'clearOnEnter' to foldcode.js and default it to true. This option determines whether the marker added when folding a line clears when the cursor enters it.
-
Marijn Haverbeke authored
Closes #4042
-
- May 26, 2016
-
-
Marijn Haverbeke authored
-
- May 25, 2016
-
- May 20, 2016
-
-
Marijn Haverbeke authored
Closes #3896
- May 17, 2016
-
-
Markus Bordihn authored
-
- May 15, 2016
-
-
Marijn Haverbeke authored
Closes #4025
-
- Apr 20, 2016
-
-
Sergey Tselovalnikov authored
Fix "Uncaught TypeError: Cannot read property 'severity' of undefined"
-
Marijn Haverbeke authored
Issue #3974
-
Matthias Bussonnier authored
Even if we don't use promise internally, check for the existence of `.then` attributes on the return results of a hinting function, and if so assume it is a promise. Internally also convert all hinters to use the asynchronous interface for consistency and simplification of code paths. Closes #3971
-
- Apr 19, 2016
-
-
Marijn Haverbeke authored
Closes #3972
-
Marijn Haverbeke authored
-
- Apr 12, 2016
-
-
Marijn Haverbeke authored
Issue #3941
-
- Apr 05, 2016
-
-
Marijn Haverbeke authored
Closes #3934
-
- Mar 31, 2016
-
-
Lu Fangjian authored
-