lazarus/components/minimap
2024-09-28 10:03:33 +02:00
..
ctrlminimap.pas * Make sure we do not create a minimap twice. 2024-09-28 10:03:33 +02:00
framinimapconfig.lfm * Add form file 2024-09-26 22:25:20 +02:00
framinimapconfig.pas
lazminimap.lpk minimap: camel case 2024-09-27 08:25:16 +02:00
lazminimap.pas
pnlminimap.pas * Notify of source editor config changes. 2024-09-28 09:46:24 +02:00
README.md
reglazminimap.pas * Some fixes after remarks by Martin 2024-09-27 00:08:32 +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