Difference between revisions of "IDE Window: Installed Packages"

From Lazarus wiki
Jump to navigationJump to search
(→‎Packages to install in the IDE: fix like named in Ide)
(Add IDE window dialog image; update descriptions)
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{IDE Window: Installed Packages}}
 
{{IDE Window: Installed Packages}}
  
= List: Installed =
+
__TOC__
  
This is the list of packages, that will be compiled into the IDE when it is rebuild. At the moment only static packages are available, so you have to rebuild the IDE to install/uninstall a package.
+
[[File:IDE_Window-_Install-Uninstall_Packages.png]]
 +
 
 +
== Left List: Install ==
 +
 
 +
This is the list of packages, that will be compiled into the IDE when it is rebuilt. At the moment only static packages are available, so you have to rebuild the IDE to install/uninstall a package.
  
 
Buttons:
 
Buttons:
  
* Uninstall selection: Removes the selected packages from the above list.
+
* '''Uninstall selection''': Removes the selected packages from the above list.
* Import list: Load the list from a file.
+
 
* Export list: Save the above list to a file (XML format).
+
* '''Import list''': Load the list from a file.
  
= Available packages =
+
* '''Export list''': Save the above list to a file (XML format).
  
This is the list of all packages the IDE has seen on your system. If you miss a package in this list, close the dialog and open the package (.lpk) once. Then open the dialog again.
+
== Right List: Available for installation ==
  
== Install selection ==
+
This is the list of all packages the IDE has seen on your system. If you are missing a package in this list, close the dialog and open the package (.lpk) file once. Then open the dialog again.
  
Add the selected packages from the above list to the left list of '''packages to install'''.
+
Button:
  
= Package Info =
+
* '''Install selection''': Add the selected packages from the above list to the left list of '''packages to install'''.
  
Show some information about the last clicked package. For example Author and Description, if available.
+
== Memo: Package info ==
  
= Cancel =
+
Show some information about the last clicked package. For example Author and Description, if available, and whether installed or not.
  
Discard changes and close the dialog.
+
== Buttons ==
  
= Save and rebuild =
+
* '''Help''': Show this Wiki Help page.
  
Save changes and rebuild the IDE to compile the packages into. The packages will be available, when you restart the IDE. Depending on your installation, the IDE executable is readonly. In this case the IDE puts the new executable into the config directory. (Linux, FreeBSD, Mac OS X, Solaris: $HOME/.lazarus/bin/lazarus, Windows: ?). The startlazarus program automatically starts the correct executable. If you started lazarus manually you must start the correct one yourself.
+
* '''Cancel''': Discard changes and close the dialog.
  
= Save and exit dialog =
+
* '''Save and rebuild IDE''': Save changes and rebuild the IDE to compile the packages into the IDE. The packages will be available, when you restart the IDE. Depending on your installation, the IDE executable is readonly. In this case the IDE puts the new executable into the config directory (Linux, FreeBSD, macOS, Solaris: $HOME/.lazarus/bin/lazarus, Windows: ?). The startlazarus program automatically starts the correct executable. If you start the Lazarus executable manually you must start the correct one yourself.
  
Save changes and exit dialog. The next time you rebuild the IDE the packages will be compiled into the IDE.
+
* '''Save and exit dialog''': Save changes and exit dialog. The next time you rebuild the IDE the packages will be compiled into the IDE.

Revision as of 07:30, 11 August 2020

Deutsch (de) English (en) français (fr)

IDE Window- Install-Uninstall Packages.png

Left List: Install

This is the list of packages, that will be compiled into the IDE when it is rebuilt. At the moment only static packages are available, so you have to rebuild the IDE to install/uninstall a package.

Buttons:

  • Uninstall selection: Removes the selected packages from the above list.
  • Import list: Load the list from a file.
  • Export list: Save the above list to a file (XML format).

Right List: Available for installation

This is the list of all packages the IDE has seen on your system. If you are missing a package in this list, close the dialog and open the package (.lpk) file once. Then open the dialog again.

Button:

  • Install selection: Add the selected packages from the above list to the left list of packages to install.

Memo: Package info

Show some information about the last clicked package. For example Author and Description, if available, and whether installed or not.

Buttons

  • Help: Show this Wiki Help page.
  • Cancel: Discard changes and close the dialog.
  • Save and rebuild IDE: Save changes and rebuild the IDE to compile the packages into the IDE. The packages will be available, when you restart the IDE. Depending on your installation, the IDE executable is readonly. In this case the IDE puts the new executable into the config directory (Linux, FreeBSD, macOS, Solaris: $HOME/.lazarus/bin/lazarus, Windows: ?). The startlazarus program automatically starts the correct executable. If you start the Lazarus executable manually you must start the correct one yourself.
  • Save and exit dialog: Save changes and exit dialog. The next time you rebuild the IDE the packages will be compiled into the IDE.