Difference between revisions of "IDE Window: Project Inspector/fr"

From Free Pascal wiki
Jump to navigationJump to search
Line 21: Line 21:
  
 
Ouvre la boite de dialogue des [[IDE Window: Project Options/fr|Options du projet]].
 
Ouvre la boite de dialogue des [[IDE Window: Project Options/fr|Options du projet]].
 +
 +
== Popup menu ==
 +
 +
Lors d'un clic droit  sur une dépendance les items de menu suivant apparaissent:
 +
 +
=== 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'.

Revision as of 18:17, 18 November 2009

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

Capture d'écran

InspecteurProjet.png

Description

C'est une fenêtre flottante montrant tous les fichiers et toutes les dépendances d'un projet.

Ouvrir...

Ouvre le fichier ou le paquet sélectionné.

Ajouter

Ajoute un fichier ou une dépendance .

Retirer

Retire un fichier ou une dépendance.

Options

Ouvre la boite de dialogue des Options du projet.

Popup menu

Lors d'un clic droit sur une dépendance les items de menu suivant apparaissent:

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'.