Syres916
Syres916
The nearest comparable is _QElectroTech_ which uses a content menu when needing to access the folder for user created symbols: 
See https://github.com/FreeCAD/FreeCAD/issues/20929#issuecomment-2822860431 concerning packaging types
@3x380V it's going to be tomorrow evening before I can give this a thorough test but something I've noticed with current `main` is the scientific notation letter `E` is capitalised...
> This is a bit strange. It is the result of `UnitsSchema::toLocale` and I still see lowercase »e« here using en_GB.UTF-8 locale I'm so glad I'm using Snapshots, I'll go...
@3x380V one question though, assuming the `InputField` validation is working correctly, do you understand why those two fields in your screenshot are still showing red=invalid input?
The red Invalid icon is definitely a regression but nothing to do with #20540 , managed to find an AppImage from before the new Units were merged and a correctly...
I'll test the PR in isolation and then repeat with #21465 just incase my testing provides errors that maybe are fixed by the correction of the order.
Regression detected, after renaming attached file back to .FCStd, open file, change document schema to Building US, mark the entire doc for Recompute and trigger Recompute. The Draft dimension should...
@3x380V in order for me to understand what's going on, could you please replace the `display_external` function in your local src/Mod/Draft/draftutils/units.py with: ``` def display_external(internal_value, decimals=None, dim='Length', showUnit=True, unit=None): """Return...
The only commit I can find relevant to this report is four months ago https://github.com/FreeCAD/FreeCAD/commit/344b125a0795d1fc39db73dab315ae6b98a57e73 where it looks like the recommended code to use is `doc.RootObjectsIgnoreLinks` rather than `doc.RootObjects`