The status bar at the bottom of the View consists of the following components, from left to right:
Caret position information:
The offset of the caret from the beginning of the file
The line number containing the caret
The column position of the caret, with the leftmost column being 1.
If the line contains tabs, the file position (where a hard tab is counted as one column) is shown first, followed by the screen position (where each tab counts for the number of columns until the next tab stop).
The percent offset of the caret from the start of the file. This is based on the line number of the caret and the total number of lines in the file, so this is the same as the relative position of the right scroll bar in the main text area.
Double-clicking on the caret location indicator displays the Section 6.7, “Working With Lines”.
> dialog box; seeA message area where various prompts and status messages are shown.
The current buffer's edit mode, fold mode, and character encoding. Double-clicking one of these displays the
> dialog box. For more information about these settings, see:A set of flags which indicate various editor features and settings. Clicking each flag will toggle the feature in question; hovering the mouse over a flag will show a tool tip with an explanation:
Word wrap - see Section 6.9, “Wrapping Long Lines”.
Multiple selection - see Section 6.2.3, “Multiple Selection”.
Rectangular selection - see Section 6.2.2, “Rectangular Selection”.
Overwrite mode - see Section 6.4, “Inserting and Deleting Text”.
Line separator - see Section 5.4, “Line Separators”.
Buffer Set Scope - see Section 4.4, “Buffer Sets and closing buffers”.
A Java heap memory usage indicator, that shows used and total heap memory, in megabytes. Double-clicking this indicator opens the
> > dialog box.The order and visibility of each of the above items can be controlled in the Section 8.3.16, “The Status Bar Pane”.
pane of the > dialog box; see