To open the Goto dialog box, do one of the following:
You can use this dialog box to `goto' a file, line number, or function by selecting the appropriate radio button.
When Filename is selected, you can type a filename into the textfield to open it into the current editor.
When Line Number is selected, you can type a number into the textfield to go to that line in the current editor.
When Function is selected, you can type a function name into the textfield to search for a function name and open its file into the current editor. This option is only available if a ctags style tag file named "tags" resides in the current directory, or if a tags file has been specified using the Tools > Append TagFile... menu option or by using the AppendTagFile editor command. See AppendTagFile and/or ResetTags for more information.