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 |
| rw | the mode of the current file. Read/Write, Read only etc |
| /home/users/python/test.py | the full path to the file being edited |
| Line: 18 | the line number in the current file the cursor is currently on |
| Pos: 45 | the position on the current line the cursor is at |
