Function / Method, Tag, and Query Navigator Tools
EditRocket provides a tools for displaying a clickable list of functions / methods, tags, or queries contained in the programming editor. These tools can be accessed using the Tools menu under Function Navigator, Tag Navigator, or Query Navigator.
Function / Method Navigator
EditRocket parses the contents of the current editor tab to display a list of functions or methods. EditRocket uses the current language setting for the editor to determine how to parse the contents. For example, Java methods would be parsed differently than PHP functions. The Function / Method Navigator tool parses the contents and then displays in alphabetical order the functions or methods contained in the editor. Next to each function or method is a button the user can click to be taken directly to the function or method.
Tag Navigator
EditRocket parses the contents of the current editor tab to display a list of tags. The Tag Navigator tool displays tags that have a valid start and end tag. The tags are displayed in a clickable list so that users can click on a tag and be taken to the line in the editor for that particular tag.
Query Navigator
EditRocket provides a Query Navigator Tool that parses the contents of the editor looking for SQL queries, such as queries starting with select, insert, update, delete, create, alter, etc. The queries are then displayed in a clickable list so that the user can be taken directly to the line in the editor containing the query.