Dharun PK
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
-
Dharun PK commented, -
Dharun PK created a post, AnsweredAdding Text to a custom Action version compatibility issue for 2024.2 and 2024.3
Hi Team,Currently I am facing an issue regarding custom implementation of AnAction classThe issue is caused when I am trying to show text in my custom action.and due to change in plugin libraries i... -
-
-
Dharun PK created a post, AnsweredImplementing custom Inspections Widgets
Hi Team,Currently I am developing a plugin for IntelliJ Idea community edition,In that I want it use custom inspection widgets next to the default inspections widget warnings intelliJ has.Eg: Take ... -
Dharun PK created a post, AnsweredUnable to customize the button for my plugin
Hi Team,I am unable to apply style (color) fully for my Button, when I try to do that it ends up coloring only the border.Note: this button will be used in a plugin which will be deployedExpected:M... -
-
Dharun PK commented, -
Dharun PK created a post, AnsweredUnable to use JetBrains UI library
Hello everyone,I am trying to develop a plugin for IntelliJ Idea community edition, I am creating the plugin project like shown belowI am using Java to develop the plugin and gradle as my build too...