主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Prop
活动总数
87
最后的活动
2024年11月15日 03:15
成员加入日期
2023年05月11日 07:12
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
32
活动概览
帖子(27)
评论(26)
按最近的活动排序
最近的活动
投票数
创建于
2024年05月30日 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
社区
IntelliJ IDEA Open API and Plugin Development
Is JNA available in all IDEA versions?
0 票
创建于
2024年05月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Is JNA available in all IDEA versions?
0 票
创建于
2024年04月24日 22:59
This javac.jar file is only 3M, very small
社区
IntelliJ IDEA Open API and Plugin Development
ToolProvider. getSystemJavaCompiler() returns null in IntelliJ plugin
0 票
创建于
2024年04月24日 22:39
Yes, this is the only solution I've found so far
社区
IntelliJ IDEA Open API and Plugin Development
ToolProvider. getSystemJavaCompiler() returns null in IntelliJ plugin
0 票
创建于
2024年04月24日 00:44
it worked,You have an impressive ability to solve problems efficiently and effectively.
社区
IntelliJ IDEA Open API and Plugin Development
AnimatedIcon doesn't work inside a DefaultMutableTreeNode
0 票
创建于
2024年04月23日 10:57
Bee Master, have you solved it?
社区
IntelliJ IDEA Open API and Plugin Development
AnimatedIcon doesn't work inside a DefaultMutableTreeNode
0 票
创建于
2024年04月22日 14:02
I use it in ColoredTreeCellRenderer class Test extends ColoredTreeCellRenderer { private static final Icon loading =new AnimatedIcon.Default(); @Override public void customizeCellRenderer(...
社区
IntelliJ IDEA Open API and Plugin Development
AnimatedIcon doesn't work inside a DefaultMutableTreeNode
0 票
创建于
2024年04月16日 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
社区
IntelliJ IDEA Open API and Plugin Development
AnimatedIcon doesn't work inside a DefaultMutableTreeNode
0 票
创建于
2024年03月07日 09:48
How to register an editor to the Disposer tree?,setDisposedWith() method doesn't work
社区
IntelliJ IDEA Open API and Plugin Development
FileEditor memory leak
0 票
创建于
2024年03月06日 01:07
public class HttpFileEditorProvider implements FileEditorProvider, DumbAware { private static String EDITOR_TYPE_ID = "xxxx"; @Override public boolean accept(@NotNull Project project, ...
社区
IntelliJ IDEA Open API and Plugin Development
FileEditor memory leak
0 票
«
第一页
‹
上一页
下一页
›
最后
»