- Feb 11, 2017
-
-
Marijn Haverbeke authored
To forbid using the comment strings from their inner modes Closes #4562
-
- Sep 20, 2016
-
-
Marijn Haverbeke authored
And don't block-comment inside a block comment Closes #4208
-
- Aug 15, 2016
-
-
Marijn Haverbeke authored
Closes #4148
-
- Apr 12, 2016
-
-
Marijn Haverbeke authored
Issue #3941
-
- Oct 16, 2015
-
-
Vincent Woo authored
-
- Oct 15, 2015
-
-
Vincent Woo authored
-
- Oct 20, 2014
-
-
Andrey Lushnikov authored
-
- Aug 21, 2014
-
-
Andrey Lushnikov authored
Issue #2768
-
- Jun 24, 2014
-
-
mtaran-google authored
Currently, if you perform the uncomment command with the cursor outside a single-line block comment, it will uncomment that block comment. This is unfortunate behavior for cases where the block comment is used to describe the parameter to a function like "foo(/* index */ 0)". It's also inconsistent: if you have a selection and a single-line block comment after the end of the selection, uncomment() will do nothing, however if you have a selection with a single-line block comment *before* the selection, it will line-comment out all the lines of the selection instead. This also isn't a complete fix, but significantly reduces the scope of the problem. For example if you have "/* foo */ bar /* baz */", uncomment() still does the wrong thing when the cursor is on foo or baz.
-
- May 19, 2014
-
-
Marijn Haverbeke authored
Bumping them for every release just adds too much git noise and history blowup.
-
- May 09, 2014
-
-
Marijn Haverbeke authored
-
- Feb 11, 2014
-
-
Marijn Haverbeke authored
Issue #2182
-
Maksym Taran authored
-
- Jan 28, 2014
-
-
Maksym Taran authored
-
- Jan 23, 2014
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #778
-
- Jan 06, 2014
-
-
Marijn Haverbeke authored
-
- Dec 09, 2013
-
-
Marijn Haverbeke authored
To make sure it isn't seeing comments that are actually strings. Issue #1975
-
- Nov 25, 2013
-
-
Marijn Haverbeke authored
Closes #1975
-
- Sep 05, 2013
-
-
Marijn Haverbeke authored
-
- Aug 19, 2013
-
-
Chandra Sekhar Pydi authored
Changes in https://github.com/marijnh/CodeMirror/pull/1731 are missing.
-
- Aug 09, 2013
-
-
Marijn Haverbeke authored
-
- Jul 05, 2013
-
-
Marijn Haverbeke authored
Use it to prevent some unneeded state computation.
-
- Jun 06, 2013
-
-
Marijn Haverbeke authored
-
- May 28, 2013
-
- May 13, 2013
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-