Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Prop
Total activity
87
Last activity
November 15, 2024 03:15
Member since
May 11, 2023 07:12
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
32
Activity overview
Posts (27)
Comments (26)
Sort by recent activity
Recent activity
Votes
Created
May 30, 2024 07:35
Sorry, I was too broad. My plugin supports versions above March 2020. If all ideas above March 2020 contain jna dependencies, I don't need to introduce jna separately
Community
IntelliJ IDEA Open API and Plugin Development
Is JNA available in all IDEA versions?
0 votes
Created
May 29, 2024 07:18
All idea versions, including IDEA Community/UltimateThis dependency is “net.java.dev.jna:jna”Because I need to go through com.sun.jna.Native calls functions in the DLL, But I found that idea has al...
Community
IntelliJ IDEA Open API and Plugin Development
Is JNA available in all IDEA versions?
0 votes
Created
April 24, 2024 22:59
This javac.jar file is only 3M, very small
Community
IntelliJ IDEA Open API and Plugin Development
ToolProvider. getSystemJavaCompiler() returns null in IntelliJ plugin
0 votes
Created
April 24, 2024 22:39
Yes, this is the only solution I've found so far
Community
IntelliJ IDEA Open API and Plugin Development
ToolProvider. getSystemJavaCompiler() returns null in IntelliJ plugin
0 votes
Created
April 24, 2024 00:44
it worked,You have an impressive ability to solve problems efficiently and effectively.
Community
IntelliJ IDEA Open API and Plugin Development
AnimatedIcon doesn't work inside a DefaultMutableTreeNode
0 votes
Created
April 23, 2024 10:57
Bee Master, have you solved it?
Community
IntelliJ IDEA Open API and Plugin Development
AnimatedIcon doesn't work inside a DefaultMutableTreeNode
0 votes
Created
April 22, 2024 14:02
I use it in ColoredTreeCellRenderer class Test extends ColoredTreeCellRenderer { private static final Icon loading =new AnimatedIcon.Default(); @Override public void customizeCellRenderer(...
Community
IntelliJ IDEA Open API and Plugin Development
AnimatedIcon doesn't work inside a DefaultMutableTreeNode
0 votes
Created
April 16, 2024 06:18
I don't understand https://intellij-support.jetbrains.com/hc/en-us/community/posts/11842133574290-How-to-make-the-tree-have-a-loading-icon Can you give me more hints about the answer
Community
IntelliJ IDEA Open API and Plugin Development
AnimatedIcon doesn't work inside a DefaultMutableTreeNode
0 votes
Created
March 07, 2024 09:48
How to register an editor to the Disposer tree?,setDisposedWith() method doesn't work
Community
IntelliJ IDEA Open API and Plugin Development
FileEditor memory leak
0 votes
Created
March 06, 2024 01:07
public class HttpFileEditorProvider implements FileEditorProvider, DumbAware { private static String EDITOR_TYPE_ID = "xxxx"; @Override public boolean accept(@NotNull Project project, ...
Community
IntelliJ IDEA Open API and Plugin Development
FileEditor memory leak
0 votes
«
First
‹
Previous
Next
›
Last
»