Difference between revisions of "IDE Window: External Tool/fr"

From Free Pascal wiki
Jump to navigationJump to search
Line 5: Line 5:
 
<center>[[Image:EditerlesOutils.jpg]]</center>
 
<center>[[Image:EditerlesOutils.jpg]]</center>
  
= Title =
+
= Titre  =
  
This name is is shown in the IDE menu.
+
Le nom tel qu'il sera montré dans le menu de l'IDE.
  
 
= Programfilename =
 
= Programfilename =

Revision as of 16:05, 26 June 2007

Deutsch (de) English (en) español (es) français (fr) português (pt)

Note: External tools are global, not project specific.

EditerlesOutils.jpg

Titre

Le nom tel qu'il sera montré dans le menu de l'IDE.

Programfilename

The full path to the tool. For example:

 /usr/bin/ppc386

Parameters

The command line parameters. For example:

 -l test.pas

Working Directory

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

Options

Scan output for FPC messages

Parse the output for FPC messages and jump to errors.

Scan output for make messages

Parse the output for make messages and jump to errors.

Key

Define the shortcut for this tool. This is optional.

Macros

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