Dharun PK
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
Created Adding Text to a custom Action version compatibility issue for 2024.2 and 2024.3
AnsweredHi 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... -
Created Implementing custom Inspections Widgets
AnsweredHi 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 ... -
Created Unable to customize the button for my plugin
AnsweredHi 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... -
Created Unable to use JetBrains UI library
AnsweredHello 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...