Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make "minimap" feature accessible via the primary UI #448

Closed
3 tasks done
CptHolzschnauz opened this issue Jul 11, 2021 · 4 comments
Closed
3 tasks done

Make "minimap" feature accessible via the primary UI #448

CptHolzschnauz opened this issue Jul 11, 2021 · 4 comments
Assignees
Labels
conclusion: declined Will not be worked on topic: code Related to content of the project itself type: enhancement Proposed improvement

Comments

@CptHolzschnauz
Copy link

CptHolzschnauz commented Jul 11, 2021

Describe the request

Like they do in Visual Studio Code. A code miniature view at the right scrollbar:

Bildschirmfoto 2021-07-11 um 07 39 08

Describe the current behavior

In long sketches you often need the scroller at the right and the thumbnail view is used for orientation.

Arduino IDE version

76f9f63

Operating system

All

Operating system version

Any

Issue checklist

  • I searched for previous requests in the issue tracker
  • I verified the feature was still missing when using the latest nightly build
  • My request contains all necessary details
@CptHolzschnauz CptHolzschnauz added the type: enhancement Proposed improvement label Jul 11, 2021
@CptHolzschnauz CptHolzschnauz changed the title The scroller and miniature view like in VS Code The scroller and miniature view (and split view) like in VS Code Jul 12, 2021
@CptHolzschnauz
Copy link
Author

For other minibar lovers who found this thread: just change to
"editor.minimap.enabled": true
in bundle.js and index.js.
Too little for a pull request.

@per1234

This comment was marked as off-topic.

@CptHolzschnauz

This comment has been minimized.

@per1234 per1234 added the topic: code Related to content of the project itself label Oct 28, 2021
@per1234 per1234 changed the title The scroller and miniature view (and split view) like in VS Code Make "minimap" feature accessible via the primary UI Jan 5, 2023
@kittaakos
Copy link
Contributor

kittaakos commented May 11, 2023

just change to
"editor.minimap.enabled": true
in bundle.js and index.js.

The minimap is disabled by default. One can use more convenient ways to enable the minimap:

  1. Command Palette:
  • Ctrl/⌘+Shift+P,
  • type View: Toggle Mininap, and
  • press Enter.
Screen Shot 2023-05-11 at 09 45 39
  1. Use Advanced settings UI:
  • Ctrl/⌘+Shift+P,
  • type Preferences: Open Settings (UI),
  • type minimap in the search field, and
  • click the checkbox to have the minimap in IDE2.

Screen Shot 2023-05-11 at 09 47 24

  1. Configure the advanced settings in the settings.json:
  • Ctrl/⌘+Shift+P,
  • type Preferences: Open Settings (JSON), and
  • add the "editor.minimap.enabled": true,
  • save the sketch if auto-save is not enabled.

Screen Shot 2023-05-11 at 09 50 49

{
  // other settings
  "editor.minimap.enabled": true`
  // maybe more settings
}

The minimap can be enabled from the primary UI without modifying any files inside the application. I am closing it as won't do.

If you disagree, please ping me, and we can discuss it.
If you maintainer, reopen the ticket.

Thanks!

@kittaakos kittaakos reopened this May 11, 2023
@kittaakos kittaakos closed this as not planned Won't fix, can't repro, duplicate, stale May 11, 2023
@kittaakos kittaakos added the conclusion: declined Will not be worked on label May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: declined Will not be worked on topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

4 participants