Difference between revisions of "AMOSi:Search And Replace"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[Amiga]+[F]      Find first occurrence of selected text from cursor. [Amiga]+[N]      Find next occurrence of selected text. [Amiga]+[P]      Find previous ocurrence of selected text.
+
* [Amiga]+[F]      Find first occurrence of selected text from cursor.
 +
* [Amiga]+[N]      Find next occurrence of selected text.
 +
* [Amiga]+[P]      Find previous ocurrence of selected text.
  
  
[Amiga]+[Shift]+[F]  Replace text with new text and jump to next<br />
+
* [Amiga]+[Shift]+[F]  Replace text with new text and jump to next occurrence.
occurrence.<br />
+
* [Amiga]+[Shift]+[N]  Find next occurrance of text and replace it.
[Amiga]+[Shift]+[N]  Find next occurrance of text and replace it.<br /> [Amiga]+[Shift]+[P]  Replace last occurrence of your text.
+
* [Amiga]+[Shift]+[P]  Replace last occurrence of your text.
  
  
[Alt]+[Up]      Search back through program to last label or procedure
+
* [Alt]+[Up]      Search back through program to last label or procedure definition.
definition.<br />
+
* [Alt]+[Down]      Search forward in program to next label or procedure definition.
[Alt]+[Down]      Search forward in program to next label or procedure
 
definition.<br />
 

Latest revision as of 22:33, 21 November 2007

  • [Amiga]+[F] Find first occurrence of selected text from cursor.
  • [Amiga]+[N] Find next occurrence of selected text.
  • [Amiga]+[P] Find previous ocurrence of selected text.


  • [Amiga]+[Shift]+[F] Replace text with new text and jump to next occurrence.
  • [Amiga]+[Shift]+[N] Find next occurrance of text and replace it.
  • [Amiga]+[Shift]+[P] Replace last occurrence of your text.


  • [Alt]+[Up] Search back through program to last label or procedure definition.
  • [Alt]+[Down] Search forward in program to next label or procedure definition.