- Feb 14, 2017
-
-
Adrian Heine authored
Closes #4573
-
- Dec 23, 2016
-
-
Marijn Haverbeke authored
-
- Aug 04, 2016
-
-
Marijn Haverbeke authored
Closes #4147
-
- May 02, 2016
-
-
Marijn Haverbeke authored
Closes #3994
-
- Feb 02, 2016
-
-
Marijn Haverbeke authored
Closes #3804
-
- Oct 14, 2015
-
-
Marijn Haverbeke authored
Closes #3596
-
- Aug 27, 2015
-
-
Marijn Haverbeke authored
Issue #3462
-
karevn authored
-
- May 11, 2015
-
-
Marijn Haverbeke authored
-
- Jan 22, 2015
-
-
Marijn Haverbeke authored
-
- Nov 11, 2014
-
-
Marijn Haverbeke authored
The mode associated with a token is now the inner mode at the time when the token is started. The htmlmixed and markdown/gfm modes were fixed to return empty tokens during mode switches when necessary to enforce this rule. Issue #2919
-
- Oct 16, 2014
-
-
Marijn Haverbeke authored
-
- Sep 23, 2014
-
-
Marijn Haverbeke authored
-
- Sep 18, 2014
-
-
Andrey Lushnikov authored
-
- 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 17, 2014
-
-
Marijn Haverbeke authored
Also configure the htmlmixed option to pass through xml-mode-specific options to its inner xml mode. Issue #2265
-
- Jan 28, 2014
-
-
Marijn Haverbeke authored
-
- Jan 23, 2014
-
-
Marijn Haverbeke authored
-
- Dec 11, 2013
-
-
Marijn Haverbeke authored
Also moves handling of electricChars to readInput, removing the timeout kludge. Issue #2029
-
- Nov 13, 2013
-
-
Marijn Haverbeke authored
Issue #1943
-
- Aug 13, 2013
-
-
Marijn Haverbeke authored
-
- Feb 21, 2013
-
-
Marijn Haverbeke authored
Closes #1271
-
- Feb 15, 2013
-
-
Marijn Haverbeke authored
Closes #1248
-
- Feb 14, 2013
-
-
Marijn Haverbeke authored
Issue #1242 Issue #1198
-
- Feb 08, 2013
-
-
Randy Edmunds authored
-
- Feb 03, 2013
-
-
Marijn Haverbeke authored
Issue #1209
-
- Feb 01, 2013
-
-
Randy Edmunds authored
-
- Jan 31, 2013
-
-
Marijn Haverbeke authored
Issue #1198
-
Randy Edmunds authored
-
- Jan 30, 2013
-
-
Marijn Haverbeke authored
-
- Nov 27, 2012
-
-
Timothy Hatcher authored
This allows the xml mode to return a style with space separated classes and still work. I didn't use /\btag\b/ since that can match "tag-foo".
-
- Nov 14, 2012
-
-
Marijn Haverbeke authored
-
- Sep 12, 2012
-
-
Marijn Haverbeke authored
And move closetag over to it. This makes the code that gets the XML state out of the mode actually sound and extensible. Issue #820
-
- Aug 31, 2012
-
-
Marijn Haverbeke authored
- Background parsing now never goes past the visible part of the document. - We only store style information for lines that are actually visible (and then keep it cached). - When the document changes, background highlighting always re-highlights from the change to the end of the visible part. - Gets rid of compareState mode methods and the hairy heuristic that tried to simulate it when absent. - The onHighlightComplete callback was removed, since it no longer really applies -- the document is only fully parsed when scrolled to its end. This should help preserve memory (a huge document will no longer immediately have parser state and highlighting information built up for all lines, but only for the parts that you look at), and removes the pathological case when you, for example, are typing at the top of a huge XML document, and opening or closing a tag causes a whole re-highlight to cascade all the way to the bottom because the compareState will detect a change. Issue #688
-
- Aug 27, 2012
-
-
Marijn Haverbeke authored
Closes #751
-
- Aug 03, 2012
-
-
Brandon Frohs authored
-
- Aug 01, 2012
-
-
Marijn Haverbeke authored
-
- Apr 04, 2012
-
-
Marijn Haverbeke authored
-
- Apr 02, 2012
-
-
Marijn Haverbeke authored
This to make it possible to mix modes with and without compareStates implementations.
-