minimap icon indicating copy to clipboard operation
minimap copied to clipboard

A preview of the full source code.

Results 52 minimap issues
Sort by recently updated
recently updated
newest added

When searching for common strings in a large file, *clearing* the search can take a long time because of the `onDidDestroy` listeners registered on individual markers. Currently, Atom itself uses...

Minmap breaks when this snippet is included in `init.coffee`. It becomes blank and unscrollable. `require('electron').webFrame.setZoomFactor(0.9)` ![atom](https://user-images.githubusercontent.com/12334124/36478902-ba1d3a74-175a-11e8-915a-05f1928ce61a.PNG) I've had this settings since I first installed atom and fiddling around with the...

bug

I have mine appear on the right side, has an animation, usually recedes back that way towards the edge of the screen when I stop scrolling. Some unknown action causes...

bug

On my monitor, the gutter lines a very thin. I'm using minimap-git-diff and went digging through the settings and code to figure out how to change the line thickness. Turns...

enhancement

Sometimes if i try to select some text and keep selecting by moving the mouse, the editor just over-scroll. If i toggle minimap this don't happen. Atom: 1.7.4 Minimap: 4.24.2...

more-information-needed

See [this](https://github.com/atom-minimap/minimap/commit/d4c02dfb73cda0b852f25720776bb151802407ee#commitcomment-10665515) comment. Reproduction steps: 1. Have two panes with two open files (each with its own minimap) 2. Click and drag the minimap on the first pane 3. While...

bug

https://atom-minimap.github.io/minimap/ ``` atom-text-editor atom-text-editor-minimap::shadow .minimap-visible-area, atom-text-editor::shadow atom-text-editor-minimap::shadow .minimap-visible-area { background-color: green; opacity: .5; } ``` ^ that didn't work for me this however did: ``` atom-text-editor atom-text-editor-minimap .minimap-visible-area::after { background-color:...

documentation

Hey guys, I'd love the ability/option to have the minimap render characters as actual characters (EX: VSCode, Komodo, KDevelop) instead of the block rendering it does now. Is this a...

enhancement

Block decorations have been introduced in v1.6.0. Is this something I need to support in my plugin? If so is there support for block decorations? For split-diff, I am updating...

enhancement