[livescript mode] Fix empty tokens, clean up style
Remove .ls source file
Register select-all detection timeout per editor
So that a subsequent context menu handler can cancel it Issue #2491
[compression helper] Use CodeMirror for code field
Dog food, and all that.
[foldcode addon] preventDefault clicks on widgets
So that the click doesn't kill editor focus. Closes #2505
- avoid array .indexOf - fixes % key and non-pcre searches. - avoid array .map - fixes a couple of non-running tests.
Use a different approach to handling window events
One that's less scary, and allows immediate garbage collection (rather than waiting up to 500 ms). Does not work in IE8, though. Also shows editors as blurred when the window loses focus.
Loosen restriction on empty tokens
It is turning into a major headache, since apparently a lot of modes are written with the assumption that empty tokens are okay. Closes #2517
Generate description of included files for comment block at top of co…
…mpressed code mirror
[vim] resolved PageUp/PageDown issue in visual mode
[vim] Remove obsolete setCursor from moveByPage
[css mode] Fixing a vendor prefix highlighting bug
A more detailed problem description in issue #2523
[gfm mode] Stack link tokens in overlay with base tokens.
Added `combineTokens` for overlays that can override default `combine` argument.
[emacs mode] Fix test, and issue caused by test
For tranposeChars Issue #2507
Make the set of characters that count as word characters customizeabl…
…e with a helper Issue #2426