[lint addon] Add option to disable automatic linting
... and export (via defineExtension) a method to explicitly trigger linting from user code.
Adding a CodeMirror option for controlling how long the ternTooltip s…
…hould be visible before closing
[go mode] Better handle raw strings
Don't treat backslashes specially inside of them Closes #3428
Reduce css specificity for cursor and activeline classes
Also some general improvements to material.css and solarized.css
[stylus mode] Fix highlight class after a $var
For example: body color $red .content color #000 The .content was highlighted as the variable-2
[merge addon] Assume diff_match_patch to be global
Since the library is completely oblivious to module loaders Issue #3447
[anyword-hint addon] Allow initial custom list through hintOptions
- Provide custom list through CodeMirror hintOptions to kickoff autocompletion for domain specific usage.
Ignore mode state changes for lines too long to be fully highlighted
Should reduce the indentation issues after long lines Issue #3443