Prop
- 活动总数 87
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 32
-
已编辑于 LanguageTextField turns off Java file detection
已回答I wrote a piece of Java code using LanguageTextField, but it may have reported an error because there is no file name that matches the class name. How to turn off this detection -
创建于 I have found that the download volume of plugins is decreasing every day. What has happened? Can it still be restored
已回答My plugin originally had 30k downloads, now it's only 10k, what happened? -
创建于 How to turn off the automatic display of the remaining parts when moving the mouse over an item in JList
已回答This is the default appearanceBut when I move the mouse over the Item, it will automatically display the complete information I want to close it, what should I do -
创建于 Is JNA available in all IDEA versions?
已回答I found that the idea includes a jna dependency, and I want to use it. I am not sure if the jna dependency is included in all versions of the idea. -
创建于 How to display big data in EditorTextField without lagging
已回答I use EditorTextField to store user values. When a large text is passed in through setText, idea will become unresponsive.How can I optimize? -
创建于 How to refresh the EditorTextField ui
已回答This is my code @Override public void createToolWindowContent(@NotNull Project project, @NotNull com.intellij.openapi.wm.ToolWindow toolWindow) { EditorTextField requestUrlTextField... -
创建于 EditorTextField layout is abnormal after switching themes
已回答I found this article, https://intellij-support.jetbrains.com/hc/en-us/community/posts/10164279358738-EditorTextFiled-Display-exception, I did it like this, but it had no effectthis is my code.publi... -
创建于 AnimatedIcon doesn't work inside a DefaultMutableTreeNode
已回答I found it `https://intellij-support.jetbrains.com/hc/en-us/community/posts/11525525651474-AnimatedIcon-doesn-t-work-inside-a-DefaultMutableTreeNode This article`, but it's not what I want. I want ... -
创建于 I want to use code to locate the cursor at the specified dependency position in POM. Is there a relevant API
已回答fun navigation(groupId:String,artifactId:String){ } navigation("com.github.ngoanh2n","commons")Similar to PsiMethod.navigate(true) -
已编辑于 How to get the dependency tree of gradle project
已回答I found a post https://intellij-support.jetbrains.com/hc/en-us/community/posts/360006872339-Get-Gradle-project-information-in-plugin But I can't get through MODULE_DEPENDENCY and LIBRARY_DEPENDEN...