Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sushmitaraj19365
Total activity
33
Last activity
March 12, 2024 11:06
Member since
July 28, 2023 07:14
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
11
Activity overview
Posts (9)
Comments (13)
Sort by recent activity
Recent activity
Votes
Created
January 24, 2024 13:46
Yes
Community
IntelliJ IDEA Open API and Plugin Development
Storing password in keepass in intellij gateway
0 votes
Edited
January 05, 2024 09:22
The ususal behaviour of my plugin in hedgehog is that when is send the request the response does not come as at that time the project is null but when i reload /restart the project, i start getting...
Community
IntelliJ IDEA Open API and Plugin Development
NullPointerException: Cannot invoke "com.intellij.openapi.project.Project.getService(java.lang.Class)" because "project" is null
0 votes
Created
January 05, 2024 07:27
After some more investigation, i found that reloading the project the issue is resolved but still many i times when i open the project this issue occurs
Community
IntelliJ IDEA Open API and Plugin Development
NullPointerException: Cannot invoke "com.intellij.openapi.project.Project.getService(java.lang.Class)" because "project" is null
0 votes
Created
November 28, 2023 07:21
I got a method inLafManagerListener { @Override public void lookAndFeelChanged//load the updated css} I used it and my theme is getting reloaded without restart but since I am using the JCEF browse...
Community
IntelliJ IDEA Open API and Plugin Development
Detect theme change and load dark/light css for my plugin window without the need to restart
0 votes
Created
November 28, 2023 06:53
i was thinking one solution can be if i know what function is called when a theme change happens in intellij so that i can intercept that call and call my theme change method
Community
IntelliJ IDEA Open API and Plugin Development
Detect theme change and load dark/light css for my plugin window without the need to restart
0 votes
Edited
November 10, 2023 13:00
I have used the following code but it is coming in the default gear icon (i.e. another option called attached side is there which then has two options ) but i want my plugin to have some...
Community
IntelliJ IDEA Open API and Plugin Development
adding icon in my plugins window which has two actions like the default settings gear icon
0 votes
Created
November 10, 2023 12:46
I want add the settings option the ui of my plugin. I have used ToolWindowFactory this for the showing the UI. Please tell how to add menu like the default settings menu of my Window factory has. ...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin settings / configuration / preferences example?
0 votes
Created
November 09, 2023 06:04
i am using the latest intellij version - 2022.3.1
Community
IntelliJ IDEA Open API and Plugin Development
open my plugin settings through an action in menu bar
0 votes
Edited
November 07, 2023 10:59
As this is an internal implementation i cant directly change in abstractTreeBuilder. is there any option that I can show my plugin settings directly from action menu Karol
Community
IntelliJ IDEA Open API and Plugin Development
open my plugin settings through an action in menu bar
0 votes
Created
November 07, 2023 07:42
Hi karol thanks for the reply but i am using this “showSettingsDialog” method that is implementing Abstract Tree Builder. what should i do now
Community
IntelliJ IDEA Open API and Plugin Development
open my plugin settings through an action in menu bar
0 votes
«
First
‹
Previous