codemirror-minimap icon indicating copy to clipboard operation
codemirror-minimap copied to clipboard

Minimap extension for Codemirror 6

Results 11 codemirror-minimap issues
Sort by recently updated
recently updated
newest added

First of all, many thanks for the addon, its amazing. But I have a problem with it, when I open a document in codemirror, the view automatically scrolls to the...

I adopted this extension, but then noticed that it causes substantial performance issues. I thought I'd drop a line here with what I noticed. To reproduce: select some text, and...

Currently we assume lines do not wrap. If an editor wraps has a fixed width and causes lines to wrap (ex. `EditorView.lineWrapping`) it will throw off a number of assumptions...

Theme colors don't change when theme changes immediately

That way we wouldn't need to redraw text when selection changes. Unless viewport changes I suppose. Then we could share part of the canvas and only draw net new lines

See: https://medium.com/@mumtaz.hussain/xcode-11-now-makes-mark-comments-a-lot-more-useful-with-minimap-feature-f8c658b293f

- [ ] Overlay (top position, height, scrolling, dragging) - [ ] Individual renderers (text, selection, diagnostics; also with folded lines) - [ ] Line state field - [ ]...

We don't currently account for widgets in the minimap. Widgets will throw off our calculations for things like view overlay.

Some ideas: - It looks like VSCode picks a primary color for each block of consecutive characters not separated by a whitespace rather than matching every character to its color....