Manual Docker

From Lazarus wiki
Revision as of 14:13, 10 February 2009 by Skalogryz (talk | contribs)
Jump to navigationJump to search

There's been a lot of patches and wishes for Messages window to be docked at the source editor of Lazarus IDE. All patches were eventually rejected, because Messages window must be dockable by using Docking manager, that's not yet fully implemented for all widgetset.

Keeping Messages window floating might be very annoying for some people, especially coming from Delphi.

This IDE extension allows Messages window to dock to the source editor.

Manual Docker extension can be downloaded from here: http://sourceforge.net/project/showfiles.php?group_id=92177&package_id=309522

Installation

  1. Download the extension sources.
  2. Copy the extensions source directory to Lazarus/Components directory.
  3. Start Lazarus IDE (if not started)
  4. Open installed packages manager Package->Configure installed packages...
  5. Select "manualdock 1.0" from "Available packages list"
  6. Press "Save and rebuild IDE".

How-to Use

After Lazarus IDE is rebuilt with the extension, you should see an additional menu item at View menu, named "Dock Messages window".

Selecting this menu item will dock/undock messages window from the source editor.