-
Hi there, what ide or text editors do you use for writing this kwin script, how do you test the changes you have made to the project, is there any other thing that i need in other to contribute ? thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Ideally, you should use an ide with integrated QML debbuger, like Qt Creator. And I even managed to use it in the early stages of the project. When I started using KWin scripts dependencies, I thought it was better to migrate to a code editor, like VS Code. I still use Qt Creator to develop new code snippets, but most of the testing is done by trial and error in VS Code. |
Beta Was this translation helpful? Give feedback.
Ideally, you should use an ide with integrated QML debbuger, like Qt Creator. And I even managed to use it in the early stages of the project. When I started using KWin scripts dependencies, I thought it was better to migrate to a code editor, like VS Code. I still use Qt Creator to develop new code snippets, but most of the testing is done by trial and error in VS Code.