n-gist
n-gist
Adds `selectClosest` option to synchronizer plugin so it selects values closest to desired. Defaults to false. It can be helpful when graphs have not identical x axes data. (For example,...
Crosshair draws its lines at position +0.5 of pixel size to get crisp lines, but if the selected point is at the end of graph, this results in drawing the...
When the graph is zoomed in, crosshair can select points out of view area, drawing lines off graph. Below is example where the area on the left is caused by...
Crosshair plugin creates canvas to draw its lines, but if the graph is small enough, this canvas can block interaction with other elements until you hover over a graph giving...
It is difficult to provide an example to test as the problem was discovered when using electron + react desktop application, but here is description and a screenshot of the...

Feature: don't show error peek overlay when navigating over errors (next/prev error by F8 hotkey)
Adds ZoneWidget `showOverlay` (`true`) option to skip insertion of overlayWidget if set to `false` Adds `problems.gotoError.showOverlay` setting to make use of it when navigating over errors (next/prev error by F8...
Remove bootstrap - [x] Copy used CSS to separate file - [x] Remove CSS and JS from `docs`, write JS for navigation bar - [ ] Update `pages.sh` - [...
Hi. I'm trying to achieve folding to one line if function signature is splitted to multiple lines: ```typescript "[typescript]": { "explicitFolding.rules": [ { "begin": "{", "end": "}" }, { "begin":...