IDE Window: Package Graph

From Free Pascal wiki
Revision as of 23:07, 9 May 2006 by Mattias2 (talk | contribs)
Jump to navigationJump to search

The package graph shows the currently loaded packages and which package uses which and is used by which.

In the left treeview all packages are listed. The nodes are the required packages.

Click on a package to see what is using the package in the list to the right and some general information in the memo below.

Double click on a package to open the package editor of this package.

Packages are automatically unloaded, when they are not used anymore.

State

A package can have the following states:

  • Installed - the package is installed. An installed package is compiled into the IDE and its classes are available in the component palette.
  • AutoCreated - the package is part of the IDE, it can not be uninstalled.
  • Install on next start - the package is not yet installed, but will be compiled into the IDE and will be installed after exiting the IDE and starting the new IDE. You compile a new IDE in Tools -> Build Lazarus.