|
|
|
|
|
The minimap is an option that allows you to quickly navigate the code editor. A reduced preview of the code is displayed on the right (or left) part of the code editor. The current visible area is shaded in the scrollbar. And the movement of the small preview window is synchronized with the content of the code editor.
This mode improves on precision, speed and comfort when scrolling. It also provides an overview of all events and processes. For example, all the procedures found in a set of procedures or all the methods of a class are displayed. The minimap indicates: - compilation errors. The lines containing a compilation error are highlighted in red.
- search results. The lines containing a search element are highlighted in orange.
New in version 2025The minimap is now faster and more responsive, which improves user experience. To manage the minimap in the code editor: - Open the code editor options. Go to the "Home" tab, "Environment" group, expand "Options" and select "Code editor options".
- In the window that is displayed, select the "Code" tab.
- Select the desired type of scrollbar:
- Standard scrollbar.
- Minimap to the left.
- Minimap to the right.
- Validate.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|