| Editor TabsSimply Fortran uses tabs to organize multiple files within the editor. The tabs display the base name of the file which it contains, with the exception of the Build Status , which simply displays its name. While moving between tabs is normally achieved via the mouse, the user may also uses hotkeys to page between open tabs. Pressing Control+Tab will move to the next tab to the right, while Control+Shift+Tab will move to the tab to the left. Rearranging TabsEditor tabs can be rearranged simply by dragging a tab. To move the position of a tab, left click and hold the the mouse over the tab to move. Drag the tab to the new position within the current tabs and release the left mouse button. Tab Popup MenuRight-clicking on a tab will open the Tab Popup menu, which provides number of functions: The menu allows users to close select tabs, reload tab contents, add files to projects, and split editor panels, as described below. Closing TabsTabs can be closed using a popup menu available by right-clicking anywhere in the displayed tabs. The popup menu has multiple options:
The first option simply attempts to close the currently selected tab. If unsaved information exists in the editor, the user will be prompted. The second option closes all tabs except the currently selected tab. The third option closes all tabs including the top-most tab. When multiple tabs contain unsaved work, the user will be warned exactly once if multiple tabs are being closed simultaneously. Add File to the Current ProjectThe fourth menu option, Add to Project, will add the selected editor tab’s file to the current project tree if not already present. Reloading Editor ContentsThis option will reload the current file from disk, discarding any current changes or contents in the editor. |