--> Eric/Doc/Statusbar

The status bar in Eric provides a quick way to view important information about the file that is being currently edited. The layout of the status bar is as follows:

{Status Bar Text} rw /home/users/python/test.py Line: 18 Pos: 45

Each of these parts can be intepreted as:

{Status Bar Text} Status bar help text is displayed here
rwthe mode of the current file. Read/Write, Read only etc
/home/users/python/test.pythe full path to the file being edited
Line: 18the line number in the current file the cursor is currently on
Pos: 45the position on the current line the cursor is at