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
Edited
November 15, 2024 03:15
But he doesn't work public class PatchGradleTaskManagerExtension implements GradleTaskManagerExtension { @Override public boolean executeTasks(@NotNull ExternalSystemTaskId id, @NotNull Li...
Community
IntelliJ IDEA Open API and Plugin Development
JavaProgramPatcher does not work when running Gradle
0 votes
Created
November 08, 2024 09:15
extends this classhttps://github.com/JetBrains/intellij-community/blob/master/java/execution/openapi/src/com/intellij/execution/runners/JavaProgramPatcher.javaand config plugin.xml <java.programP...
Community
IntelliJ IDEA Open API and Plugin Development
add new vm options for java application
0 votes
Created
November 06, 2024 10:41
I cannot understand the approach of DocRenderItemManager. Do I need to retrieve all PsiMethods from the Editor and then view the PsiMethods that match the current mouse position? My current problem...
Community
IntelliJ IDEA Open API and Plugin Development
Dynamically display Gutter
0 votes
Edited
November 06, 2024 08:58
private boolean hasRangeHighlighter(EditorMarkupModel editorMarkupModel) { for (RangeHighlighter allHighlighter : editorMarkupModel.getAllHighlighters()) { if (allHighlighter == rangeHi...
Community
IntelliJ IDEA Open API and Plugin Development
Dynamically display Gutter
0 votes
Created
October 31, 2024 05:35
So far, it's still the same mistake, should I ignore it?
Community
IntelliJ IDEA Open API and Plugin Development
JSON plugin dependency cannot be resolved?
0 votes
Created
August 11, 2024 08:35
You can find a javac.jar, then compile the code, create a class through reflection, and call the aa method
Community
IntelliJ IDEA Open API and Plugin Development
How to execute the java method from text?
0 votes
Created
August 09, 2024 03:57
I found that he worked after calling reformatText
Community
IntelliJ IDEA Open API and Plugin Development
CodeStyleManager.reformat Not working during big data
1 vote
Created
August 09, 2024 03:23
I may not understand what the reformat method actually does. I tried a 48k JSON file, but it couldn't be formatted. Can you help me? Is there any other method to format XML or JSON
Community
IntelliJ IDEA Open API and Plugin Development
CodeStyleManager.reformat Not working during big data
0 votes
Created
June 18, 2024 14:44
This method is effective. I have registered the following extensions <daemon.highlightInfoFilter implementation="com.test.HighlightInfoFilterImpl"/>But the disadvantage is that it is effective fo...
Community
IntelliJ IDEA Open API and Plugin Development
LanguageTextField turns off Java file detection
0 votes
Created
June 18, 2024 04:35
I just want to disable this one
Community
IntelliJ IDEA Open API and Plugin Development
LanguageTextField turns off Java file detection
0 votes
Next
›
Last
»