lazarus/components/minimap
2024-09-29 13:34:48 +02:00
..
ctrlminimap.pas * Explicitly release MiniMap 2024-09-29 13:34:48 +02:00
framinimapconfig.lfm * Add form file 2024-09-26 22:25:20 +02:00
framinimapconfig.pas minimap: clean up and use default synedit font name 2024-09-29 12:39:19 +02:00
lazminimap.lpk minimap: camel case 2024-09-27 08:25:16 +02:00
lazminimap.pas
pnlminimap.pas minimap: clean up and use default synedit font name 2024-09-29 12:39:19 +02:00
README.md
reglazminimap.pas minimap: clean up and use default synedit font name 2024-09-29 12:39:19 +02:00
strminimap.pas

Lazarus code editor mini map

This directory contains a mini map: A small version of a source code window, which can be used to navigate an overview of the source code.

The map is somewhat configurable (see the Tools-Options dialog):

  • Map can be enabled/Disabled
  • The width can be set
  • The color of the window indicator
  • The color of the window indicator text
  • The initial size of the text can be set.

You can click in the mini map and the source will jump to the clicked location

Using ctrl-scroll+mouse wheel will enlarge/shrink the mini map text.

This control is a complete re-implementation based on an idea by Domingo Galmés, see his plugin:

https://github.com/DomingoGP/lazIdeMiniMap