CQ-editor
CQ-editor copied to clipboard
CadQuery GUI editor based on PyQT
I downloaded and installed the 0.2 binary release in `/opt/cq-editor`. I'm using miniconda3 to manage my environment; as such I have a `cad` environment that includes all of the CadQuery...
On Windows 10, when installing via ```bash conda env create -f cqgui_env.yml -n cqgui conda activate cqgui python run.py ``` I receive an error saying ``` (cqgui) PS C:\Users\Nikita Letov\dev\CQ-editor>...
It would a nice to have the opened file name and path displayed somewhere obvious like the top of the main window. It could also show an asterisk if it...
The CadQuery documentation provides [some good code examples](https://cadquery.readthedocs.io/en/latest/examples.html). They could be included in CQ-Editor, with the ability to load them from the menu File / Examples. For instance the Arduino...
This is the default UI, maximized:  The most important area, the source code, is very small: even the very small line like `import cadquery as cq` doesn't fit. Also,...
While I was testing the keyboard shortcuts, I discovered the "array builder" window (`ctrl` + `m`). This feature could be more visible by adding a dedicated item in the `Tools`...
The CQ window has a lot of UI components. It makes sens to open the window maximized by default in order to get more space. In Qt this is possible...
When I launch I get this error repeatedly: ``` ~$ cq-editor Warning: QApplication was created before pyqtgraph was imported; there may be problems (to avoid bugs, call QApplication.setGraphicsSystem("raster") before the...
If the user exits CQ-editor while the debugger is active the process never terminates. In the Linux terminal I have to hit Ctrl-Z and then execute `kill %1` to get...
At the moment the only way to reload a file seems to be to re-open it again. I'm working in WSL2 and editing my files there with VS code, but...