Skip to content

P1-14: Document Map (minimap) #33

@hybridmachine

Description

@hybridmachine

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.mm
  • macos/platform/scintilla_bridge.h

Sprint

Sprint 8 - Content & Views

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Ready

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions