IDE Window: External Tool

From Lazarus-ccr

Jump to: navigation, search

Deutsch (de) English (en) Français (fr) Português (pt)

Note: External tools are global, not project specific.

Contents

[edit] Title

This name is is shown in the IDE menu.

[edit] Programfilename

The full path to the tool. For example:

 /usr/bin/ppc386

[edit] Parameters

The command line parameters. For example:

 -l test.pas

[edit] Working Directory

The directory, where to start the tool. All relative paths will be relative to this.

[edit] Options

[edit] Scan output for FPC messages

Parse the output for FPC messages and jump to errors.

[edit] Scan output for make messages

Parse the output for make messages and jump to errors.

[edit] Key

Define the shortcut for this tool. This is optional.

[edit] Macros

You can use macros in the programfilename, the parameters and the working directory.

See IDE Macros in paths and filenames.