Difference between revisions of "IDE Window: Package Editor/de"

From Free Pascal wiki
Jump to navigationJump to search
Line 35: Line 35:
 
== Mehr ==
 
== Mehr ==
  
* Ins Projekt aufnehmen
+
* '''Ins Projekt aufnehmen''' -
* Installieren
+
* '''Installieren''' - Compiles the package and all dependencies, adds it to the list of install packages of the IDE and rebuilds the IDE.
* Deinstallieren
+
* '''Deinstallieren''' - Remove this package and all dependend packages from hte list of IDE install packages. It will ask to rebuild the IDE. To uninstall a static packages, the IDE must be rebuild and restarted. (At the moment all IDE packages are static).
* Speichern
+
* '''Speichern''' - Save changes to the .lpk file.
* Speichern unter...
+
* '''Speichern unter...''' - Opens a dialog and to choose a new filename for the .lpk file. The package will be renamed. The package files are not moved/renamed. If you save it in a new directory check the paths in the compiler options.
* Wiederherstellen
+
* '''Wiederherstellen''' - Discard changes and load the package (.lpk) from disk.
* Paket veröffentlichen
+
* '''Paket veröffentlichen''' - Opens [[IDE Window: Publish Project Package|Publish Project / Package]] to copy the package and its files to another directory. This is useful to create a package without compiled, version files (svn, cvs, ...) and create a zip.
* Kompilieren
+
* '''Kompilieren''' - Compile this package. If any required package needs compiling, they will be rebuilt first.
* Sauber rekompilieren
+
* '''Sauber rekompilieren''' - Normally the compiler checks for each unit, if it needs to be rebuild. With this, the compiler does not check, but compiles every unit of the package. And if any required package needs compiling, they will be rebuilt first.
* Alles benötigte neu kompilieren
+
* '''Alles benötigte neu kompilieren''' - Same as ''Recompile Clean'', but for this and any required package. Keep in mind that some base packages like the FCL and LCL are set to never compile automatically and thus are never recompiled by this call.
* Makedatei erzeugen
+
* '''Makedatei erzeugen''' - Creates a Makefile.fpc and a Makefile for this package, which can be used to compile the package without the IDE. Beware, that the Makefile is simple and requires, that all needed packages are at the same places. That means, that copying this Makefile to another computer needs exactly the same paths of all packages, including lazarus, or you must adapt the Makefile yourself.
* Hinzufügen
+
* '''Hinzufügen''' - Opens [[IDE Window: Add to Package|Add to Package]] to add a new item (unit, file, dependency, ...) to the package.
* Entfernen
+
* '''Entfernen''' - Remove the currently selected item (e.g. file or dependency) from the package. A dialog will open to confirm.
* Paketeinstellungen
+
* '''Paketeinstellungen''' - Opens the dialog [[IDE Window: Package Options|Package Options]] to setup the Usage options, version information, author and other general information of the package.
* Compilereinstellungen
+
* '''Compilereinstellungen''' - Opens the [[IDE Window: Compiler Options|Compiler Options]] of the package.
* Paketquelltext anzeigen
+
* '''Paketquelltext anzeigen''' - Opens the main source file of the package. This unit is automatically created by the IDE on each compile. So, do not edit it manually, as all your changes will be lost.

Revision as of 18:29, 13 July 2006

Deutsch (de) English (en) suomi (fi) français (fr) 日本語 (ja) português (pt)

Speichern

Speichert die Änderungen auf disk. (.lpk Datei)

Hinzufügen

Öffnet den Dialog Ins Paket aufnehmen um ein neues Element (Unit, Datei, Abhängigkeit, ...) zum Package hinzuzufügen.

Einstellungen

Öffnet den Dialog Package-Einstellungen um die Bedienungseinstellungen, Versionsinformation, Autor und andere allgemeine Informationen des Packages einzurichten.

Installieren

Kompiliert das Package und alle Abhängigkeiten, fügt es zur Liste der zu installierenden Packages der IDE hinzu und erstellt die IDE neu.

Hilfe

Zeigt diese Hilfe.

Kompilieren

Kompiliert das Package und alle Abhängigkeiten.

Entfernen

Entfernt das aktuell ausgewählte Element (z.B. Datei oder Abhängigkeit) aus dem Package. Es erfolgt eine Sicherheitsabfrage.

Compilereinstellungen

Öffnet die Compilereinstellungen des Packages.

Mehr

  • Ins Projekt aufnehmen -
  • Installieren - Compiles the package and all dependencies, adds it to the list of install packages of the IDE and rebuilds the IDE.
  • Deinstallieren - Remove this package and all dependend packages from hte list of IDE install packages. It will ask to rebuild the IDE. To uninstall a static packages, the IDE must be rebuild and restarted. (At the moment all IDE packages are static).
  • Speichern - Save changes to the .lpk file.
  • Speichern unter... - Opens a dialog and to choose a new filename for the .lpk file. The package will be renamed. The package files are not moved/renamed. If you save it in a new directory check the paths in the compiler options.
  • Wiederherstellen - Discard changes and load the package (.lpk) from disk.
  • Paket veröffentlichen - Opens Publish Project / Package to copy the package and its files to another directory. This is useful to create a package without compiled, version files (svn, cvs, ...) and create a zip.
  • Kompilieren - Compile this package. If any required package needs compiling, they will be rebuilt first.
  • Sauber rekompilieren - Normally the compiler checks for each unit, if it needs to be rebuild. With this, the compiler does not check, but compiles every unit of the package. And if any required package needs compiling, they will be rebuilt first.
  • Alles benötigte neu kompilieren - Same as Recompile Clean, but for this and any required package. Keep in mind that some base packages like the FCL and LCL are set to never compile automatically and thus are never recompiled by this call.
  • Makedatei erzeugen - Creates a Makefile.fpc and a Makefile for this package, which can be used to compile the package without the IDE. Beware, that the Makefile is simple and requires, that all needed packages are at the same places. That means, that copying this Makefile to another computer needs exactly the same paths of all packages, including lazarus, or you must adapt the Makefile yourself.
  • Hinzufügen - Opens Add to Package to add a new item (unit, file, dependency, ...) to the package.
  • Entfernen - Remove the currently selected item (e.g. file or dependency) from the package. A dialog will open to confirm.
  • Paketeinstellungen - Opens the dialog Package Options to setup the Usage options, version information, author and other general information of the package.
  • Compilereinstellungen - Opens the Compiler Options of the package.
  • Paketquelltext anzeigen - Opens the main source file of the package. This unit is automatically created by the IDE on each compile. So, do not edit it manually, as all your changes will be lost.