Simply Fortran Return to Top

  • Simply Fortran Documentation
  • Element Search

    Simply Fortran automatically indexes major elements of source code files within a project. All files that conform to the list of supported languages are parsed, and major elements, including modules, functions, and subroutines, are indexed for fast searching. These elements can be searched via the element search panel, which is activated by clicking the third tool button in the left panel of the development environment:

    Element Search Panel

    To search for text in element names, the search term should be entered in the text box at the top of the panel. Pressing either the ENTER key or the Go button will perform the search, and results will appear in tree form below the buttons. Double-clicking on any element will open the containing file in the editor and navigate directly to the element clicked.

    The user does not need to request updates to the internally stored index; Simply Fortran detects file changes, additions, and deletions in the background, transparent to the user.

    Hotkey Searching

    When in an active editor, an element search can be performed based on selected text. To perform this procedure, first select text within the editor. Next, press the hotkey combination Control+D to search the index for the selected text. The element search panel will be displayed automatically, and the search results will populate the results pane without any further user input.

    See Also

    Searching Projects
    Modules
    Outline