Difference between revisions of "IDE Window: Find or Rename identifier/fr"

From Lazarus wiki
Jump to navigationJump to search
Line 7: Line 7:
 
Une fois ouvert, l'éditeur de source ira en premier à la déclaration de l'identificateur et montrera ensuite la boite de dialogue.  
 
Une fois ouvert, l'éditeur de source ira en premier à la déclaration de l'identificateur et montrera ensuite la boite de dialogue.  
  
The replace button and options will only be enabled, when invoked via 'Rename Identifier' (for example via Source Editor -> Right Click Popup Menu -> Refactoring -> Rename Identifier).
+
Le bouton pour renommer ainsi que les options seront seulement autorisé, une fois appelé par l'intermédiaire de 'Renommer l'identificateur' (par exemple par l'intermédiaire de l'éditeur de source -> Fenêtre surgissante avec le clic droit -> Retravailler -> Renommer l'identificateur).
  
 
Setup the search options and start the search. A progress window will popup up with a button to abort. When the search finished the Search Results window will open presenting the result. If the identifier was renamed the result will be empty.
 
Setup the search options and start the search. A progress window will popup up with a button to abort. When the search finished the Search Results window will open presenting the result. If the identifier was renamed the result will be empty.

Revision as of 19:24, 20 July 2007

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

Capture d'écran

TrouverouRenommerIdentificateur.png

Description

Cette boite de dialogue nécessite de placer le curseur dans l'éditeur de source sur un identificateur. Une fois ouvert, l'éditeur de source ira en premier à la déclaration de l'identificateur et montrera ensuite la boite de dialogue.

Le bouton pour renommer ainsi que les options seront seulement autorisé, une fois appelé par l'intermédiaire de 'Renommer l'identificateur' (par exemple par l'intermédiaire de l'éditeur de source -> Fenêtre surgissante avec le clic droit -> Retravailler -> Renommer l'identificateur).

Setup the search options and start the search. A progress window will popup up with a button to abort. When the search finished the Search Results window will open presenting the result. If the identifier was renamed the result will be empty.

Identifier

In the caption of the groupbox the searched identifier is shown. In the listbox below the unit and include files of the declaration is presented, so you can make sure, the right identifier is replaced.

Rename to

Set here the name of the new identifier.

Scope

  • in current unit - search only in the current source editor file
  • in main project - search in all files of the current project
  • in project/package owning current unit - first search the project/package to which this file belong, then replace in all files of this project/package.
  • in all open projects and packages - as above, but search also in all depending projects/packages.

Additional files to search

Specify here additional files to search.

Search in comments too

The codetools will replace the identifier in all comments as well.