Paolo achdjian

- 活动总数 26
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 10
-
-
-
Paolo achdjian 创建了一个帖子, 已回答kotlin 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 创建了一个帖子, 已完成Kotlin 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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...