Difference between revisions of "IDE Window: Package Editor"

From Free Pascal wiki
Jump to navigationJump to search
Line 35: Line 35:
 
== More ==
 
== More ==
  
* Add to project
+
* '''Add to project''' -
* Install
+
* '''Install''' -
* Uninstall
+
* '''Uninstall''' -
* Save
+
* '''Save''' -
* Save As
+
* '''Save As''' -
* Revert
+
* '''Revert''' -
* Publish Package
+
* '''Publish Package''' -
* Compile
+
* '''Compile''' -
* Recompile clean
+
* '''Recompile clean''' -
* Recompile all requires
+
* '''Recompile all requires''' -
* Create Makefile
+
* '''Create Makefile''' -
* Add
+
* '''Add''' - Opens [[IDE Window: Add to Package|Add to Package]] to add a new item (unit, file, dependency, ...) to the package.
* Remove
+
* '''Remove''' -
* General Options
+
* '''General Options''' -
* Compiler Options
+
* '''Compiler Options''' -
* View Package Source
+
* '''View Package Source''' -

Revision as of 15:12, 13 July 2006

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

Save

Save changes to disk. (.lpk file)

Add

Opens the dialog Add to Package to add a new item (unit, file, dependency, ...) to the package.

Options

Opens the dialog Package Options to setup the Usage options, version information, author and other general information of the package.

Install

Compiles the package and all dependencies, adds it to the list of install packages of the IDE and rebuilds the IDE.

Help

Show this help.

Compile

Compiles the package and all dependencies.

Remove

Remopve the currently selected item (e.g. file or dependency) from the pacakge. A dialog will open to confirm.

Compiler Options

Opens the Compiler Options of the package.

More

  • Add to project -
  • Install -
  • Uninstall -
  • Save -
  • Save As -
  • Revert -
  • Publish Package -
  • Compile -
  • Recompile clean -
  • Recompile all requires -
  • Create Makefile -
  • Add - Opens Add to Package to add a new item (unit, file, dependency, ...) to the package.
  • Remove -
  • General Options -
  • Compiler Options -
  • View Package Source -