forked from notepad-plus-plus/notepad-plus-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
Description
Narrow zoomed-out view of the document on the right side of the editor.
Implementation
- Create a second ScintillaView as minimap (read-only, zoomed out)
- Position as narrow panel on right side of editor
- Set very small zoom level via
SCI_SETZOOM(e.g. -10) - Highlight visible region of main editor (semi-transparent overlay)
- Click on minimap scrolls main editor to that position
- Sync content changes from main editor to minimap
- Toggle via View menu: "Document Map"
- Hide line numbers and margins in minimap
Key Files
macos/platform/main_phase7.mmmacos/platform/scintilla_bridge.h
Sprint
Sprint 8 - Content & Views
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Projects
Status
Ready