bdieterm

Results 5 issues of bdieterm

The calculated midpoint of a wire (coordinate at half the path length) was sometimes wrong because the edges were not sorted. This will fix #11922.

WB Path

This will add proper syntax highlighting for the keywords "match" and "case" but only if they are used in such a way. See the doc string of method `_promoteMatchCaseSoftKeywords(tokens)` for...

How to reproduce the problem: create a new file in the Pyzo editor enter "1" in the first line set a breakpoint at the first line run the script execution...

The folder freecad MUST NOT have an "\_\_init\_\_.py" file. Otherwise the folder would be interpreted as module "freecad" and override the original "freecad" module (https://github.com/FreeCAD/FreeCAD/tree/main/src/Ext/freecad) which manages the namespace for...

This will change the order in sys.path so that * internal Workbenches * external Workbenches (Mod directory) * and User-Macros (in this order) will be appended at the end of...

Mod: Core