- Nov 07, 2015
-
-
Michael Goderbauer authored
In a raw string, a character following a "\" is not escaped.
-
- Nov 05, 2015
-
-
Joseph Pecoraro authored
Issue #3625
-
Chad Jolly authored
it seems `.cm-error` lost some specificity in [this commit](https://github.com/codemirror/CodeMirror/commit/a7d443ec82c1806d24e25ad8014a4d8651409320#diff-33646e9ee4d04eedb98a991a636c2302L35) that causes the error state to have same color as the tag.
-
- Oct 30, 2015
-
-
Marijn Haverbeke authored
Issue #3517
-
Marijn Haverbeke authored
We now disable pointer events on them (again) and temporarily re-enable those when scrolling. Fixes a problem where you could not click to put the cursor 'under' the hidden scrollbar areas at the right and bottom. Issue #2326
-
- Oct 29, 2015
-
-
Basarat Ali Syed authored
-
- Oct 28, 2015
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #3569
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #3581
-
JobJob authored
-
- Oct 27, 2015
-
-
Marijn Haverbeke authored
Issue ternjs/tern#668
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
TDaglis authored
Added: filter, endfilter, elif, endblocktrans, endspaceless
-
Jan T. Sott authored
-
- Oct 26, 2015
-
-
Marijn Haverbeke authored
Closes #3616
-
- Oct 20, 2015
-
-
Marijn Haverbeke authored
-
idleberg authored
-
Marijn Haverbeke authored
Since collapsing might move previously hidden code into the viewport Issue #3599
-
Basarat Ali Syed authored
-
Marijn Haverbeke authored
Issue #3607
-
Caitlin Potter authored
-
- Oct 19, 2015
-
-
Marijn Haverbeke authored
Closes #3592
-
Marijn Haverbeke authored
Issue #3593
-
- Oct 16, 2015
-
-
Marijn Haverbeke authored
Issue #3586
-
Jan T. Sott authored
-
Barret Rennie authored
The `markdown` mode now supports styling overrides. The configuration object passed to the class now accepts a `tokenTypeOverrides` object, which allows the user to sepcify different CSS classes for elements. This is useful for the case where the default CSS classes are reused for multiple elements (e.g. `list1` maps to `variable-2` by default) and more customized styling is desired. Unit tests have been added to cover all types of styling overrides.
-
Marijn Haverbeke authored
-
Vincent Woo authored
-
darealshinji authored
`A PKGBUILD is a shell script containing the build information required by Arch Linux packages.` https://wiki.archlinux.org/index.php/PKGBUILD
-
John Engler authored
So that both true and false highlight as atoms
-
- Oct 15, 2015
-
-
Vincent Woo authored
-
Marijn Haverbeke authored
Closes #3585
-
Marijn Haverbeke authored
Issue #3601
-
Michael Goderbauer authored
- Previously, triple-quoted multi-line strings could be closed with a single quote, e.g. CodeMirror thought the following was a legal string literal: '''This string literal is not terminated correctly'. Also reported here: dart-lang/dart-pad#667 - String interpolation with $identifier and ${expression} now works
-
Marijn Haverbeke authored
... using the type option. Closes #3600
-
- Oct 14, 2015
-
-
Marijn Haverbeke authored
Closes #3596
-
- Oct 11, 2015
-
-
Elisée authored
-