Next: , Previous: Support for Cross-References, Up: Source Navigation   [Index]


6.2 The Navigate Menu

Find or Replace...

Open the find and replace dialog. See Searching and Replacing.

Find Next

Find next occurrence of the current search. See Searching and Replacing.

Find Previous

Find previous occurrence of the current search. See Searching and Replacing.

Find All References

Find all the references to the current entity in the project. The search is based on the semantic information extracted from the sources, this is not a simple text search. The result of the search is displayed in the location window, see The Locations View.

Goto Declaration

Go to the declaration/spec of the current entity. The current entity is determined by the word located around the cursor. This item is also accessible through the editor’s contextual menu directly. This capability requires the availability of cross-reference information. See Support for Cross-References.

Goto Body

Go to the body/implementation of the current entity. This item is also accessible through the editor’s contextual menu directly. This capability requires the availability of cross-reference information. See Support for Cross-References.

Goto Matching Delimiter

Go to the delimiter matching the one right before (for a closing delimiter) or right after (for an opening delimiter) the cursor if any.

Goto Line...

Open a dialog where you can type a line number, in order to jump to a specific location in the current source editor.

Goto Entity...

Open a dialog allowing browsing of the entities loaded in the project. This dialog functions similarly to The Entity View.

Goto File Spec<->Body

Open the corresponding spec file if the current edited file is a body file, or body file otherwise. This option is only available for the Ada language. This item is also accessible through the editor’s contextual menu

This capability requires support for cross-references. This item is also accessible through the editor’s contextual menu

Start Of Statement

Move the cursor position to the start of the current statement, move to the start of the enclosing statement if the cursor position is already at the start of the statement.

End Of Statement

Move the current cursor position to the end of the statement, move to the end of the enclosing statement if the cursor position is already at the end of the statement.

Previous Subprogram

Move the current cursor position to the start of the previous procedure, function, task, protected record or entry.

Next Subprogram

Move the current cursor position to the start of the next procedure, function, task, protected record or entry.

Previous Tag

Go to previous tag/location. See The Locations View.

Next Tag

Go to next tag/location. See The Locations View.

Back

Go to previous location.

Forward

Go to next location.


Next: , Previous: Support for Cross-References, Up: Source Navigation   [Index]