Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
AskMeAgain
Total activity
57
Last activity
March 04, 2023 05:49
Member since
October 17, 2021 08:58
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
19
Activity overview
Posts (17)
Comments (17)
Sort by recent activity
Recent activity
Votes
Created
October 29, 2022 13:28
Hi, sorry for the late answer, yes you are correct that it works when running the plugin in "prod mode" via runIde gradle task. In my tests this is resolved to Object. Do you know why this is not w...
Community
IntelliJ IDEA Open API and Plugin Development
Returntype of PsiMethodCallExpression is Object
0 votes
Created
October 20, 2022 10:38
Push. Anyone has an idea?
Community
IntelliJ IDEA Open API and Plugin Development
Returntype of PsiMethodCallExpression is Object
0 votes
Edited
August 29, 2022 04:46
hi guys i found the solution to our problem. The hint was in the "signPlugin" example. In the example the priv key was displayed like this: -----BEGIN RSA PRIVATE KEY----- But if you just create ...
Community
IntelliJ IDEA Open API and Plugin Development
Signing Plugin always throws NullPointerException: pemObject must not be null
0 votes
Created
August 20, 2022 17:21
Thanks for the answer this helped! :) I found now one extension point, which i would like to override. Is something like this possible? <tasks.contextProvider implementation="com.intellij.tasks.c...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to extend/change current gui windows?
0 votes
Edited
June 07, 2022 13:23
Thanks for the tip, this is super close to what i want. I wonder if it is possible to specify the FontWeight (eg make something bold or italic) while keeping the color of the textrange. EDIT: to...
Community
IntelliJ IDEA Open API and Plugin Development
Change font weight of the first specific letters?
0 votes
Created
April 10, 2022 17:08
hi, sorry for my late answer. I played around the AnActionListener and its really close to what i want to do. I still have the problem that keypresses not done in the editor are not recorded. for e...
Community
IntelliJ IDEA Open API and Plugin Development
How to register a typedHandler dynamically?
0 votes
Edited
April 17, 2022 10:56
Thanks for your answer, i have still some questions. Here is the current code: Arrays.stream(ProjectView.getInstance(project) .getCurrentProjectViewPane() .getSelectedUser...
Community
IntelliJ IDEA Open API and Plugin Development
Changing AnActionEvent origin?
0 votes
Created
March 29, 2022 18:49
Another question Karol Lewandowski: If i use the solution from the link, then it will NOT grab every pressed key because the moment a context menue opens, this keypress is not registered anymore, e...
Community
IntelliJ IDEA Open API and Plugin Development
How to register a typedHandler dynamically?
0 votes
Created
March 15, 2022 21:58
Okay i finally figured this out. The problem is the api, which works in a non intuitive way: setValue("a", false); //this is not setting the value to "false", but UNSETS itgetValue("a", true); //s...
Community
IntelliJ IDEA Open API and Plugin Development
PropertiesComponent not persisting?
0 votes
Created
October 17, 2021 09:00
I can really recommend the switch to gradle. It takes some time to correctly setup everything, but once its done, everything worked perfectly and as expected.
Community
IntelliJ IDEA Open API and Plugin Development
Debugging a plugin doesn't work - no plugin code is loaded.
0 votes
«
First
‹
Previous