Paolo achdjian

- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
-
-
Paolo achdjian created a post, Answeredkotlin plugin compatibility
Hi, I made a plugin in kotlin for clion. If I compile the plugin configuring the gradle as intellij.version='CL-2019.3.4' I get a plugin that work fine on the CLion 2019.3.4 but in 2020.1 EAP I g... -
Paolo achdjian created a post, CompletedKotlin plugin compatibility
Hi, I made a plugin in kotlin for clion. If I compile the plugin configuring the gradle as intellij.version='CL-2019.3.4' I get a plugin that work fine on the CLion 2019.3.4 but in 2020.1 EAP I g... -
Paolo achdjian created a post, remote gdb: startup script
Is it possible star a remote gdb session with a start up script, something equivalent to gdb -x initscrit ..... ? Thanks, Paolo -
Paolo achdjian created a post, plugin: show a long list in the new project setup
Hi, I'm working on a plugin and I added a new c++ project type. When the user select this project type he has to select from a long list (can be more that 100 elements). At now I add all this eleme... -
-
-
Paolo achdjian created a post, rename plugin
Hi, I saw a typo in the name of the my plugin so I have to rename it. What that I would like is that the installed plugin with the old wrong name will be update with the plugin with the right nam... -
Paolo achdjian created a post, Kotlin and CLion Plugin
Hi everyone, I tring to develop a CLion plugin using kotlin. Until yestrday I was an happy guy because I could use the kotlin class in order to create my UI (I mean panel, row, etc). These classes...