Format | Makes your code neater and easier to read by fixing its indentation, removing extra lines, and applying other standard formatting styles. |
Find
 | Opens the Find panel, which contains the following options: |
| Find box. Specify the term you are searching for. |
| Match Case. Select this button if you want your search to be case sensitive.
 |
| Match Whole Word. Select this button if you want to limit your search to whole words only.
 |
| Regular Expression. Select this button if you want to use a regular expression as your search term.
 |
| |
Replace box. Specify the term you want to use to replace the search term. | |
| Previous. Jumps to the previous instance of the search term. |
| Next. Jumps to the next instance of the search term. |
| Replace. Replaces the current instance of the search term with the replace term. |
| All. Replaces all instances of the search term with the replace term.
|
Undo | Undoes your previous action in the code panel. The Undo action in the code panel is independent of the Undo action in the main Editor. |
Redo | Re-does the last action you undid in the code panel. The Redo action in the code panel is independent of the Redo action in the main Editor. |