Paolo achdjian
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Created kotlin plugin compatibility
AnsweredHi, 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... -
Created Kotlin plugin compatibility
CompletedHi, 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... -
Created 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 -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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...