LazMinimap

From Free Pascal wiki
Jump to navigationJump to search

Overview

LazMiniMap is a Lazarus IDE addon, adding a high-level overview of your source code, giving the possibility to quickly navigate. A file's minimap is shown on the right or left side of the editor. You can scroll or drag the shaded area to quickly jump to different sections in your file. Exists since 3.99.

The minimap uses the same highlighter.

You can zoom in/out the same as the source editor: Default is Ctrl+Mouse wheel.

Options

Show minimap

Check to hide the minimap. Or uninstall LazMinimap.

Put minimap left of editor

Default is off and the minimap is on the right side of each source.

Minimap width

The minimap has a fixed width, which you can set here (in pixels, obviously)

Initial font size

The minimap shows the original text in small font. Set this to set the initial size of that font. You can zoom in or out when the minimap is visible with the ctrl+mousewheel

View window color

This is the background color of the currently visible page in the minimap.

View window text color

This is the text color for the currently visible page in the minimap.