Index

Search Menu

The Search menu contains the commands you will need for performing various search operations in your code.

Find

Find command opens a search bar below the code in the Code Window. You can enter the search string and search for occurrences. In addition to the standard search commands, such as Next, Previous, Mark All, Match Case, and
Match Whole Words, you can search using regular expressions.

Replace

Replace command finds occurrences of the text string and replaces them with another text string you have entered. As with the Find command, the Replace command also supports regular expressions.

Go To

Go To command opens the Go To Line dialog box, where you can enter the number of the line to go to. This is very useful for long files because it saves you scrolling along.

Bookmark

Bookmark command allows to navigate your bookmarks. Bookmarks in code are very useful because you just bookmark a line and using the Next Bookmark and the Previous Bookmark menu items, you can easily navigate in a long file of code. When you decide that you don’t need the bookmarks anymore, you can select the Search | Bookmark | Clear Bookmarks command and they will be deleted.

 

   
>