integration of UI sorting script to FreeCAD

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

integration of UI sorting script to FreeCAD

Post by uwestoehr »

Since the merge of https://github.com/FreeCAD/FreeCAD/pull/4556
we try to keep the UI files sorted.

However, the necessary script is not yet part of FreeCAD. Moreover David, the author of the script:
https://github.com/davidosterberg/Qt-UI-file-sorter
is sometimes not available because of family reasons. And now it turned out that the script is a bit over-eager with the "stdset=0" arguments when being used with its default settings.

Therefore I think the script should become part of FreeCAD and its defaults should be changed to work as we like it.
What do you think?

@chennes, since you kindly took care for the merge, would you take care here as as well and integrate the script if the others here agree?
Post Reply