Difference between revisions of "IDE Window: Project Inspector"

From Lazarus wiki
Jump to navigationJump to search
Line 32: Line 32:
  
 
Change order of dependencies. The order is used by the IDE, but you should not rely on it. This feature exists mostly for aesthetic reasons.
 
Change order of dependencies. The order is used by the IDE, but you should not rely on it. This feature exists mostly for aesthetic reasons.
 +
 +
=== Move dependency down ===
 +
 +
See above.
 +
 +
=== Store dependency filename ===
 +
 +
Store the relative filename to the .lpk file in the project (.lpi) file to use as default.
 +
When the project is copied to another computer and the project is opened, the IDE searches for all needed packages. As last default it uses this filename.
 +
 +
=== Clear dependency filename ===
 +
 +
Clears the default filename for this dependency set by the above 'Store dependency filename'.

Revision as of 21:11, 19 November 2008

Deutsch (de) English (en) suomi (fi) français (fr) русский (ru)

This is a floating window showing all files and dependencies of the project.

Open

Open the selected file or package.

Add

Add a file or dependency.

Remove

Remove a file or dependency.

Options

Opens the Project Options.

Popup menu

When right clicking on a dependency the following menu items are shown:

Open loaded package

Open the package editor of this dependency.

Remove dependency

Move dependency up

Change order of dependencies. The order is used by the IDE, but you should not rely on it. This feature exists mostly for aesthetic reasons.

Move dependency down

See above.

Store dependency filename

Store the relative filename to the .lpk file in the project (.lpi) file to use as default. When the project is copied to another computer and the project is opened, the IDE searches for all needed packages. As last default it uses this filename.

Clear dependency filename

Clears the default filename for this dependency set by the above 'Store dependency filename'.