xtemp09

Results 232 comments of xtemp09

@kadet1090, instead of scrolling, the function invokes `click()` slot of scroll buttons, without checking if the buttons are found. https://github.com/FreeCAD/FreeCAD/blob/26536c972529c897b89fe47058350afa5bcc336e/src/Gui/WorkbenchSelector.h#L109-L122

> Yes, this is even mentioned in the comment. We ahould add if that will jump out of the function in case when the button is not found. I wonder...

@FEA-eng, if I enter "$" into a cell it produces an error if not converted into a string (with prepended apostrophe).

@tarman3, @MiqCG, could you upload the backtrace? tarman3 can reproduce it with _Qt 6_, not with _Qt 5_. If the problem comes from Python, tarman3 cannot reproduce it with 3.11,...

So, one crash is a packaging issue, another one is related to _PieMenu_.

I have copied too many times to count on _Windows_ and _Linux_, each time was less than 10 ms. _FreeCAD_ has internal functions to measure time. It is easy to...

I have an idea: let's add a progress bar and a status bar to display output. This way, we can easily identify which operations take the longest and optimize them...

> ```shell > OS: Manjaro Linux (KDE/plasma) > ``` > ```shell > Qt 6.7.2 > ``` A weekly build is likely to work fine.

_FreeCAD_ crashes if I select two vertices with the measure tool. If I select and deselect shows warning about unhandled exception. Below is the backtrace and the about info. gdb...

Is there a program with similar interface? I have never encountered a program replacing spaces with underscores when user is typing. I, actually, find it contradicting any interface I have...