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
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
Created
March 05, 2024 08:19
There is no problem using TextFieldWithAutoCompletion, but its text is not centered. If I want to center it, I have to set the row height of the table through `setRowHeight (new LanguageTextField()...
Community
IntelliJ IDEA Open API and Plugin Development
How to call the suggestion dialog box?
0 votes
Created
March 05, 2024 01:23
This is my current UI. When entering text, I use Window to recommend contentBut I want this window as a content recommendation
Community
IntelliJ IDEA Open API and Plugin Development
How to call the suggestion dialog box?
0 votes
Created
March 04, 2024 10:21
I found TextFieldWithAutoCompletion,But his text is not centered,I don't want to use `setRowHeight (new LanguageTextField(). getPreferredSize(). height * 2+JBUIScale. scale (1));` Set size,Is there...
Community
IntelliJ IDEA Open API and Plugin Development
How to call the suggestion dialog box?
0 votes
Edited
February 19, 2024 02:21
I want to compile Java code in the plugin and use ToolProvider.getSystemJavaCompiler(), but it returns null and cannot proceed to the next step
Community
IntelliJ IDEA Open API and Plugin Development
How to compile Java code in plugins, where ToolProvider. getSystemJavaCompiler() returns null
0 votes
Created
January 13, 2024 11:09
I don't know how to do it, this is my dependency,How to check?implementation("net.java.dev.jna:jna:5.14.0")
Community
IntelliJ IDEA Open API and Plugin Development
java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
0 votes
Created
May 12, 2023 01:27
ok
Community
IntelliJ IDEA Open API and Plugin Development
How to add Java startup parameters, such as - Dtest=1
0 votes
«
First
‹
Previous