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

From Free Pascal wiki
Jump to navigationJump to search
 
Line 18: Line 18:
  
 
Öffnet die [[IDE Window: Project Options/de|Projekteinstellungen]].
 
Öffnet die [[IDE Window: Project Options/de|Projekteinstellungen]].
 +
 +
== Kontextmenü ==
 +
 +
When right clicking on a dependency the following menu items are shown:
 +
 +
=== Geladenes Package öffnen ... ===
 +
 +
Open the package editor of this dependency.
 +
 +
=== Entferne Abhängigkeit ===
 +
 +
=== Abhängigkeit nach oben bewegen ===
 +
 +
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.
 +
 +
=== Abhängigkeit nach unten bewegen ===
 +
 +
See above.
 +
 +
=== Namen der Abhängigkeit speichern ===
 +
 +
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.
 +
 +
=== Namen der Abhängigkeit löschen ===
 +
 +
Clears the default filename for this dependency set by the above 'Store dependency filename'.

Revision as of 21:28, 19 November 2008

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

Dies ist ein fließendes Fenster, welches alle Dateien und Abhängigkeiten des Projekts anzeigt.

Öffnen

Öffnet die ausgewählte Datei oder das Package.

Hinzufügen

Fügt eine Datei oder Abhängigkeit hinzu.

Entfernen

Entfernt eine Datei oder Abhängigkeit.

Einstellungen

Öffnet die Projekteinstellungen.

Kontextmenü

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

Geladenes Package öffnen ...

Open the package editor of this dependency.

Entferne Abhängigkeit

Abhängigkeit nach oben bewegen

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.

Abhängigkeit nach unten bewegen

See above.

Namen der Abhängigkeit speichern

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.

Namen der Abhängigkeit löschen

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