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

I just installed the minimap but not seeing settings to modify "tik boxes" (video here https://streamable.com/nrpb6b) why ... or its only me?

Use `customElements.define` instead of `document.registerElement` see https://javascript.info/custom-elements ``` HTMLDocument.registerElement (file:///C:/Users/lagde/AppData/Local/atom-nightly/app-1.61.0-nightly3/resources/app.asar/static/index.js:160:12) Object.registerOrUpdateElement (C:\Users\lagde\.atom\packages\minimap\dist\main.js:1:26395) Object.default (C:\Users\lagde\.atom\packages\minimap\dist\main.js:1:79852) Function.initClass (C:\Users\lagde\.atom\packages\minimap\dist\main.js:1:80339) Object.6CRRj.atom-utils-plus (C:\Users\lagde\.atom\packages\minimap\dist\main.js:1:85547) o (C:\Users\lagde\.atom\packages\minimap\dist\main.js:1:546) ```

It doesn't happen when I scroll by pulling the screen into the minimap area, but when I scroll in the editing area, the minimap gets distorted. example file: https://github.com/i-mint/Bubble/blob/master/Bubble-Dark-Blue/gtk-3.0/gtk.css normal/distorted:...

There is unnecessary complexity in the decoration management/rendering code to render the decorations based on an order. However, this seems unnecessary to me as decorations can perfectly be shown on...

discuss

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.56.0 x64 **Electron**: 9.4.4 **OS**: macOS 11.2.3 **Thrown From**: [minimap](https://github.com/atom-minimap/minimap) package 4.39.14 ### Stack Trace Uncaught TypeError: Cannot read property 'parentNode'...

### Description Make `CanvasDrawer` class independent, and store the class instance in `CanvasDrawer` property ### Benefits This decoupling allows doing further optimizations with the code. For example, not calling the...

Very WIP https://github.com/aminya/jsdoc2flow

Fixes #759 There is unnecessary complexity in the decoration management/rendering code to render the decorations based on an order. However, this seems unnecessary to me as decorations can perfectly be...

discuss
plugin

The minimap shows all characters with the same width, even if the user has selected a proportional font. It’d be more accurate if the size of the blocks in the...

enhancement
wontfix

Randomly running minimap:toggle a couple of times and opening-closing text editors might trigger null bugs.

null-bug