Paolo achdjian

- 活动总数 26
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 10
-
创建于 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... -
创建于 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... -
创建于 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 -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 CLion plugin
Hi, I would create a CLion plugin for an embeded system. I see in other projects the use of classes as CMakeProjectWizard, CMakeWorkspace, etc imported by a package com.jetbrain.cidr.cpp.cmake.wor... -
创建于 CLion plugin
Hi, I would create a CLion plugin for an embeded system. I see in other projects the use of classes as CMakeProjectWizard, CMakeWorkspace, etc imported by a package com.jetbrains.cidr.cpp.cmake.wo... -
创建于 Unit test
Hi,is there a plugin for unit test as in eclipse ?I'm using google test for unit test and in eclise I can see the red bar and go direcly to the wrong test.Is there something similar in clion ?Ragar...