Tharsanan 15
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 7
-
创建于 Gutter icon inside the main function gutter drop down
I am developing a plugin. I like to move my gutter action into the main gutter icon drop down menu (in java each public static void main function has its run gutter icon and inside the gutter icon ... -
已编辑于 Not able to debug CLion plugin development using LATEST-EAP-SNAPSHOT
I am trying to develop a CLion plugin. I followed the following tutorial https://www.jetbrains.com/help/clion/2019.1/develop-plugins-for-clion.html After i ran the project a 2019.1 EAP CLion IDE ap... -
创建于 Customizing search bar in a console tool window.
已回答I am developing a tool window for display logs. I need to add a filter option inside the default search bar, which appear when we ctrl + f. In this search bar : i want to add a filter option (Log ... -
创建于 Adding run icons to editor view
已回答I am creating a CLion plugin. I want to develop a functionality that will add run icons in the editor view (code) near to functions, like java main function have a run icon near to it or unit test ... -
创建于 Portability of intellij plugins
已回答Is a plugin, developed by following https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started.html , portable within intellij idea and clion? Because for the testing purpose i am using int...