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
Next
›
Last
»