Start removing subdirectory LICENSE files
Moving to a situation where there's only one LICENSE for the whole distribution.
Allow multiple bookmarks to be shown at a point
Signed-off-by: Chris Granger <ibdknox@gmail.com>
[vim mode] Fix visual mode downwards movement bug
Previously, if you tried to move further down the document than exist the cursor would not move down. This sets selectionEnd.line to be no greater than the total length of the document.
[rst mode] LaTex/Python inner mode glitches
The were some minor issues w.r.t. where exactly an `stex` or `python` inner mode starts and where the outer `rst` mode resumes; fixed.
* Updated for CodeMirror 3 - added comment clock declarations * Corrected handling of macro calls with a body * Added extra features for detecting variables within strings and methods & properties of objects * Corrected the detection of methods and properties of Java objects
(Mostly) handle cursor positioning around multiple bookmarks in same …
…position Closes #1726
Re-reset the input right after a focus event
It seems recent versions of Chrome/Blink fire the handler first, and then clear the selection. Issue #1730
Clear measure div after line measurement
To prevent a lot of DOM nodes from sticking around after measuring a long line, easing the pressure on the GC.
Configurable delay between selection of a word to highlighting of word.
current delay of 100ms between selection of word to highlighting is almost instantaneous.
Add (undocumented, not yet final) extra argument to setSelection and …
…extendSelection Issue #1743