You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used CQ-Editor a lot and now I tend to use an external editor. To enhance CQ-Editor I recommend:
multiple tabs for opening multiple files. This would be a great benefit for all users.
The ouput of print inside the CQ-Editor. It took me a week to find out, that the ouput was in a terminal somewhere in the background
darkmode, because in the night the white background hurt my eyes if I switsch back to CQ-Editor from my dark mode editor
Scales on the axes. It is disturbing, that a box of size (1,1,1) and (1000,1000,1000) are displayed equal in the editor
a deleted breakpoint has no visual effect. Here is a breakpoint:
and here I just deleted it
did you see a difference? I didn't either. A visual feedback shoult help a lot. I clicked a lot to make the breakpoint vanish. Nothing helped.
Sometimes CQ-Editor ignore my wish to save my code. I found some traces in the Log viewer:
Line numbers are sometimes wrong / missleading:
the function definition is here between line Numbers 49/50:
By clicking the function definition it reveals its true line number:
I use
on Windows 11.
The text was updated successfully, but these errors were encountered:
It would be nice if all print statements, even from imported modules, output to the log viewer. For instance, I am developing a module and have imported it in CQ-editor to view the 3D result. I want to do print debugging in the imported module, but to do that I need to start CQ-editor form the terminal and check back to the terminal for my debugging messages. It would be great if those showed up in the log viewer.
I am not sure how to do that without redirecting stdout, and that comes with other issues I think.
I used CQ-Editor a lot and now I tend to use an external editor. To enhance CQ-Editor I recommend:
and here I just deleted it
did you see a difference? I didn't either. A visual feedback shoult help a lot. I clicked a lot to make the breakpoint vanish. Nothing helped.
the function definition is here between line Numbers 49/50:
By clicking the function definition it reveals its true line number:
I use
![grafik](https://private-user-images.githubusercontent.com/186981842/398814533-732964a2-4ecb-4262-ad62-3a617c9156cb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMjI3MTMsIm5iZiI6MTczOTIyMjQxMywicGF0aCI6Ii8xODY5ODE4NDIvMzk4ODE0NTMzLTczMjk2NGEyLTRlY2ItNDI2Mi1hZDYyLTNhNjE3YzkxNTZjYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQyMTIwMTNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jMGM0NTA2N2U3ZWE5YTJiNTg0M2IwNzg3YmI4YmZlODMwZmI5OWZhYmM5ZGIyOTllZWFlMDI3ZmYyMGFjNDMxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Q-3uWjeQB-kd7oy2MT16x9Bcz1ZxIrd0Ci9_qHyILCw)
on Windows 11.
The text was updated successfully, but these errors were encountered: