Tharsanan 15

- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
Created 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 ... -
Edited 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... -
Created Customizing search bar in a console tool window.
AnsweredI 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 ... -
Created Adding run icons to editor view
AnsweredI 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 ... -
Created Portability of intellij plugins
AnsweredIs 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...