Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Neo
Total activity
34
Last activity
January 03, 2025 07:15
Member since
May 20, 2024 01:43
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
9
Activity overview
Posts (9)
Comments (15)
Sort by recent activity
Recent activity
Votes
Created
January 03, 2025 07:15
Hi, I have noticed that in the platform version used by the plugin (IDEA 2022.1.4), there is no KeepPopupOnPerform class, but I found the com.intellij.ui.popup.KeepingPopupOpenAction interface. Now...
Community
IntelliJ IDEA Open API and Plugin Development
How to prevent a ListPopup from dismissing automatically after it is clicked?
0 votes
Created
November 27, 2024 13:49
Yes, through you give tips, I solved the first problem, but the second problem still exists (myContext. GetStorageScheme () = = StorageScheme. The DEFAULT)
Community
IntelliJ IDEA Open API and Plugin Development
There is an issue with the com.intellij.project.converterProvider extension point
0 votes
Edited
November 27, 2024 11:27
I understand that when my project does not meet the condition (projectPath.toString().endsWith(".ipr")), the value of the ConversionContextImpl.myStorageScheme property will be StorageScheme.DIRECT...
Community
IntelliJ IDEA Open API and Plugin Development
There is an issue with the com.intellij.project.converterProvider extension point
0 votes
Created
November 23, 2024 05:11
Thank you.
Community
IntelliJ IDEA Open API and Plugin Development
java.util.MissingResourceException: Registry key ide.helptooltip.enabled is not defined
0 votes
Created
November 23, 2024 05:11
I see, I will delete this judgment logic:if (Registry.is("ide.helptooltip.enabled")) { ............... }
Community
IntelliJ IDEA Open API and Plugin Development
java.util.MissingResourceException: Registry key ide.helptooltip.enabled is not defined
0 votes
Created
November 21, 2024 11:30
Okay, thank you.
Community
IntelliJ IDEA Open API and Plugin Development
Missing dependencies: module com.intellij.modules.json IC-243.22562.13
0 votes
Created
November 21, 2024 11:08
Do you mean that I can ignore this error message?
Community
IntelliJ IDEA Open API and Plugin Development
Missing dependencies: module com.intellij.modules.json IC-243.22562.13
0 votes
Created
September 26, 2024 14:31
My plugin is built on IntelliJ IDEA 2022.1.4. For example, if I want to use JsonPath functionality, I can simply call it directly (as the JsonPath-related classes are still part of the IDEA SDK in ...
Community
IntelliJ IDEA Open API and Plugin Development
Plugins run in the IDE, how do I load the classes of other plugins?
0 votes
Created
September 21, 2024 13:43
Ok, thank you very much!
Community
IntelliJ IDEA Open API and Plugin Development
<groupConfigurable> is not configurable
0 votes
Created
September 13, 2024 01:03
I still don't know how to fix this.
Community
IntelliJ IDEA Open API and Plugin Development
<groupConfigurable> is not configurable
0 votes
Next
›
Last
»