- Apr 27, 2018
-
-
Mu-An ✌️ Chiou authored
- walk child of [cm-text] if [cm-text] is empty in order to find line breaks - treat br/li/table as blocks - always addText from on textNode not node.textContent
-
stan-z authored
FIxes #5380
-
- Apr 26, 2018
-
-
Mu-An ✌️ Chiou authored
-
Milan Szekely authored
-
- Apr 25, 2018
-
-
christopherblaser authored
-
Marijn Haverbeke authored
Closes #5376
-
- Apr 24, 2018
-
-
Marijn Haverbeke authored
Issue #5370
-
- Apr 20, 2018
-
-
Marijn Haverbeke authored
-
wonderboyjon authored
By adding classes that clearly define when a hint is a table or a keyword, it gives developers easy control if they wish to style hints differently. For example, you may wish to style table hints in a different colour to keywords (to make them easier to distinguish).
-
Eric Bogard authored
sentence. Also added unit tests for the new movement operators.
-
Vadzim Ramanenka authored
-
Karol authored
-
- Apr 15, 2018
-
-
Bo authored
-
Marijn Haverbeke authored
Closes #5359
-
Marijn Haverbeke authored
Issue #5338
-
Bo Peng authored
-
- Apr 13, 2018
-
-
Adrian Heine authored
-
- Apr 12, 2018
-
-
Marijn Haverbeke authored
Issue #5356
-
Marijn Haverbeke authored
Issue #5179
-
- Apr 11, 2018
-
-
Mu-An ✌️ Chiou authored
Keypress should not happen during composing (as spec) but it does on Windows for Korean IMEs
-
Marijn Haverbeke authored
So that they don't consume commas.
-
- Apr 04, 2018
-
-
Prendota authored
-
- Apr 03, 2018
-
-
Prendota authored
-
Marijn Haverbeke authored
Closes #5343
-
Marijn Haverbeke authored
-
- Mar 29, 2018
-
-
Marijn Haverbeke authored
-
Tugrul Elmas authored
-
Prendota authored
-
hidaiy authored
-
Marijn Haverbeke authored
Closes #5333
-
Marijn Haverbeke authored
Closes #5332
-
- Mar 24, 2018
-
-
Marijn Haverbeke authored
Closes #5325
-
- Mar 22, 2018
-
-
Marijn Haverbeke authored
Closes #5320
-
- Mar 21, 2018
-
-
Raymond Hill authored
The merge view will incorrectly show a "Revert chunk" arrow when the text on both sides of the view are the empty string. The getChunks() helper is not prepared to deal with an empty diff array. The getDiff() helper returns an empty diff array when both strings to compare are empty, as the only diff item returned by diff_match_patch, `[0, ""]`, is removed as a result of the diff entry containing an empty string. The chosen (trivial) fix is to simply check for the empty diff array case at the top of getChunks().
-
- Mar 20, 2018
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #5312
-
neon-dev authored
The hint logic of the `fromList` command did not respect the cursor position inside the token. Now it will list all matching completions for the substring up to the cursor, instead of only the ones matching the complete token. The behavior is now the same as for the regular autocompletion.
-
ryu-sato authored
Closes #5290
-