Difference between revisions of "IDE Window: Project Inspector"

From Lazarus wiki
Jump to navigationJump to search
m
Line 18: Line 18:
  
 
Opens the [[IDE Window: Project Options|Project Options]].
 
Opens the [[IDE Window: Project Options|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.

Revision as of 20:51, 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.