StatusBarExtended
StatusBarExtended copied to clipboard
Extend status bar in fman to show more information
Think this is the last config option I wanted to add — for the labels themselves Also finally fixed that nasty `ValueError` bug! Don't understand why, but importing and calling...
When having a file with a squigly bracket in the filename "{" or "}", an error is raised: ``` DirectoryPaneListener 'StatusBarExtended' raised error. Traceback (most recent call last): File "fman\impl\plugins\plugin.py",...
Maybe change the default to F2 ?
Needs to extend functionality of `fileoperations.py` in Core plugin. ``` class CopyFiles(FileTreeOperation) class MoveFiles(FileTreeOperation) ```
StatusBarExtended refreshes only upon `on_path_changed()`. Should refresh when changing pane with TAB button
If you quit fman while the left pane is showing drives (Alt+F1), you will get the following error next time you open fman: ``` DirectoryPaneListener 'StatusBarExtended' raised error. Traceback (most...