CQ-editor icon indicating copy to clipboard operation
CQ-editor copied to clipboard

Applied patch file and added version pins for qtawesome

Open jmwright opened this issue 6 months ago • 5 comments

Co-authored by @dirtdigger via #517

jmwright avatar May 26 '25 13:05 jmwright

@dirtdigger how did you get qtawesome 1.4.0 to work with CQ-editor's version pin of <6 on the Spyder IDE? It looks like Spyder only updated their version pin for qtawesome within the last 3 months.

jmwright avatar May 26 '25 13:05 jmwright

That's a great question. I have a local clone of cq-editor that I run from and periodically rebase, separate from my pip installs. This is probably a unique issue with my setup, at least until the next version of spyder-ide.

dirtdigger avatar May 26 '25 14:05 dirtdigger

Do you have the Spyder IDE updated to >=6 in your local clone? 5.5.6 was the last in the 5.x series that I could pin to, but if the 6.x upgrade is fairly simple it would be good to do that as part of this PR.

jmwright avatar May 26 '25 14:05 jmwright

Yup! And I'm running with python 3.13.

image

There is one issue with spyder 6 that I think is related to #455 . I had to comment out several of the menu_removeAction calls in editor.py. I'm not entirely sure what those do, but it has allowed me to run via run.py hasn't messed with my workflow.

dirtdigger avatar May 26 '25 18:05 dirtdigger

I'll keep this PR open, but it is causing some other dependency version issues so it will have to wait until I have the time to focus on it.

jmwright avatar May 29 '25 21:05 jmwright

I spent some time seeing if I could finish this PR. Version 6 of the Spyder IDE changed how debugging is done, and some of the features have been removed from the Python API. It looks like it will be a significant project to fix/replace the functionality we have now with Spyder 5.5.x, so I'm going to put this PR on hold again.

jmwright avatar Aug 29 '25 14:08 jmwright

This all ended up being done as part of #535

jmwright avatar Nov 20 '25 18:11 jmwright