Difference between revisions of "IDE Window: Find/fr"

From Free Pascal wiki
Jump to navigationJump to search
Line 31: Line 31:
 
* Confirmer les remplacements - demander avant le remplacement  (seulement permis si remplacement)
 
* Confirmer les remplacements - demander avant le remplacement  (seulement permis si remplacement)
  
== Origin ==
+
== Origine  ==
  
* From Cursor - start search at cursor. If direction is forward, it searches till the end of the file
+
* Depuis le curseur - Commence la recherche au curseur. Si la direction est vers l'avant, il effectue la recherche jusqu'à la fin du fichier
* Entire Scope - If direction is forward it starts searching at the beginning of the file and searches till the end.
+
* Toute la portée - Si la direction est vers l'avant il commence la recherche au début du fichier et effectue la recherche jusqu'à la fin.
  
 
== Scope ==
 
== Scope ==

Revision as of 10:46, 20 July 2007

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

Capture d'écran

Chercher Remplacer
Chercher.png Remplacer.png

Description

If this dialog is invoked by Ctrl+F or by Search > Find then it the replace buttons and options are disabled.

If this dialog is invoked by Ctrl+R or by Search > Replace then the replace options will be enabled.

  • Text to Find
  • Replace With

The above two comboboxes contain the last searched texts and replace patterns. Cursor Down will go back in history and fetch the last text to find.

Hint: You can choose, whether the IDE starts the dialog with the word at the cursor in the source editor or with a blank field in Environment -> Editor Options -> General -> Find text at cursor

Options

  • Sensible à la casse - distingue les minuscules et les majuscules (a et A)
  • Mots entiers seulement - Le texte trouvé doit commencer au début d'un mot et terminer à la fin d'un mot
  • Expressions régulières - voir expressions régulières de l'IDE
  • Multiligne - pas encore implémenté
  • Confirmer les remplacements - demander avant le remplacement (seulement permis si remplacement)

Origine

  • Depuis le curseur - Commence la recherche au curseur. Si la direction est vers l'avant, il effectue la recherche jusqu'à la fin du fichier
  • Toute la portée - Si la direction est vers l'avant il commence la recherche au début du fichier et effectue la recherche jusqu'à la fin.

Scope

  • Global - search in whole file
  • Selected Text - limit the search to the selected text

Hint: To search multiple files use Search -> Find in files.

Direction

  • Forward search - search top to bottom. Each line is searched from left to right.
  • Backward search - search bottom to top. Each line is searched forward - left to right.