- Aug 10, 2017
-
-
Jeff Hanke authored
* Pass in and use the htmlhint module required. * Check for verify() and try HTMLHint.HTMLHint if missing because of module nesting. it's require('htmlhint').HTMLHint in node.
-
- Jul 28, 2017
-
-
Marijn Haverbeke authored
Issue codemirror/google-modes#8
-
- Jul 18, 2017
-
-
Michal Čihař authored
This is opt-in, the plugin needs to produce message_html instead of message to be rendered as HTML.
-
- Jul 17, 2017
-
-
George Stephanis authored
This should help developers building this functionality out that may not realize they need to source the linting library seperately.
-
Marijn Haverbeke authored
Issue #3059
-
- Jul 12, 2017
-
-
Marijn Haverbeke authored
So that the addon doesn't try to put a single DOM node in two places Closes #4848
-
- Jul 10, 2017
-
-
Marijn Haverbeke authored
Issue #4839
-
- Jul 07, 2017
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Closes #4839
-
- Jun 28, 2017
-
-
Marijn Haverbeke authored
-
- Jun 27, 2017
-
-
Marijn Haverbeke authored
Issue #4824
-
Adrian Heine authored
This prevents the test case search_expandingCaseFold from hanging in Firefox 54 on Linux.
-
- Jun 22, 2017
-
-
Marijn Haverbeke authored
Issue #4819
-
Marijn Haverbeke authored
Issue #4784
-
- Jun 21, 2017
-
-
Marijn Haverbeke authored
Issue #4787
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Jun 17, 2017
-
-
Marijn Haverbeke authored
-
Travis Heppe authored
Default this to true when the fat-cursor style is active. Issue #4803
-
- May 26, 2017
-
-
Tentone authored
-
- May 24, 2017
-
-
Marijn Haverbeke authored
Since the vim bindins are depending on that
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- May 01, 2017
-
-
Markus Bordihn authored
-
- Apr 27, 2017
-
-
Marijn Haverbeke authored
Issue #4712
-
- Apr 10, 2017
-
-
Marijn Haverbeke authored
Closes #4683
-
- Apr 03, 2017
-
-
Jamie Morris authored
-
- Mar 31, 2017
-
-
mce2 authored
Add tag parameter to xml-fold findEnclosingTag to find enclosing tag of particular type.
-
- Mar 30, 2017
-
-
Ziv authored
-
- Mar 20, 2017
-
-
brrd authored
-
- Mar 15, 2017
-
-
Marijn Haverbeke authored
Closes #4641
-
- Mar 07, 2017
-
-
Marijn Haverbeke authored
Issue #4627
-
- Mar 04, 2017
-
-
Christopher Kramer authored
Identifiers that contain the identifierQuote like a table named my"table are now doublicated correctly (e.g. quoting produces: "my""table"). This fixes 2 failing tests, but 2 others still fail.
-
- Mar 01, 2017
-
-
Marijn Haverbeke authored
Closes #4621
-
Erik Welander authored
-
Christopher Kramer authored
The identifier-quote that a language uses around identifiers can now be defined using "identifierQuote" when defining a mimetype. Previously, backticks where hardcoded, but this is not standard SQL (which uses double quotes). For example, SQLite defines double quotes as preferred way to quote identifiers: http://sqlite.org/lang_keywords.html
-
- Feb 28, 2017
-
-
Erik Welander authored
... in a 3-editor view, by immediately syncing the scrolling from the left to the right and vice-versa.
-
- Feb 27, 2017
-
-
Luca Fabbri authored
-