CQ-editor
CQ-editor copied to clipboard
Show Active File Name and Edit Status
It would a nice to have the opened file name and path displayed somewhere obvious like the top of the main window. It could also show an asterisk if it has been edited and not saved.
P.S. I love this project, and CadQuery. I was trying to use Autodesk Fusion's Python API and it was ugly! This is just what I was looking for, a simple Python based GUI and API.
-Dominic
The file name could prepended to the window title, like in Firefox of many other software, like this: box_with_holes.py - CQ-Editor.
Note that when #65 will be implemented, the file name will be displayed in the tab name, but it's good to display it also on the window title, when CQ-Editor is used with an external IDE.
Oh, this will be solved when #228 will be merged.