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
Next
›
Last
»