Difference between revisions of "IDE Window: Package Editor"

From Free Pascal wiki
Jump to navigationJump to search
Line 1: Line 1:
 
= Save =
 
= Save =
 +
 +
Save changes to disk. (.lpk file)
  
 
= Add =
 
= Add =
 +
 +
Opens the dialog [[IDE Window: Add to Package|Add to Package]] to add a new item (unit, file, dependency, ...) to the package.
  
 
= Options =
 
= Options =
 +
 +
Opens the dialog [[IDE Window: Package Options|Package Options]] to setup the Usage options, version information, author and other general information of the package.
  
 
= Install =
 
= Install =
 +
 +
Compiles the package and all dependencies, adds it to the list of install packages of the IDE and rebuilds the IDE.
  
 
= Help =
 
= Help =
  
 
= Compile =
 
= Compile =
 +
 +
Compiles the package and all dependencies.
  
 
= Remove =
 
= Remove =
 +
 +
Remopve the currently selected item (e.g. file or dependency) from the pacakge. A dialog will open to confirm.
  
 
= Compiler Options =
 
= Compiler Options =
 +
 +
Opens the [[IDE Window: Compiler Options|Compiler Options]] of the package.
  
 
= More =
 
= More =

Revision as of 18:38, 11 July 2006

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

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
  • Remove
  • General Options
  • Compiler Options
  • View Package Source