lazarus/components/minimap
2024-10-02 16:58:33 +03:00
..
languages Minimap: added Russian translation 2024-09-30 19:53:10 +03:00
ctrlminimap.pas minimap: hide control on unhook 2024-09-29 19:29:37 +02:00
framinimapconfig.lfm Minimap: made layout of config frame somewhat more unified with other option tabs 2024-10-02 16:58:33 +03:00
framinimapconfig.pas Minimap: improved config frame layout, i18n-ed 2024-09-30 19:53:10 +03:00
lazminimap.lpk Minimap: improved config frame layout, i18n-ed 2024-09-30 19:53:10 +03:00
lazminimap.pas
pnlminimap.pas - Remove unused method 2024-09-29 17:54:23 +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 Minimap: improved config frame layout, i18n-ed 2024-09-30 19:53:10 +03:00

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