Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Seto
Total activity
60
Last activity
April 07, 2023 23:46
Member since
April 05, 2019 10:48
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
13
Activity overview
Posts (13)
Comments (34)
Sort by recent activity
Recent activity
Votes
Edited
December 16, 2019 17:14
I find out the problem. It does not support submodule to use java-library instead of java. I mean the gradle plugin. https://docs.gradle.org/current/userguide/java_library_plugin.html
Community
IntelliJ IDEA Open API and Plugin Development
ClassNotFound problem
0 votes
Created
December 16, 2019 16:37
But my plugin is not open sourced. I tried to buildPlugin. And I found that the distribution zip does not contains the jar of submodule.
Community
IntelliJ IDEA Open API and Plugin Development
ClassNotFound problem
0 votes
Created
November 21, 2019 11:33
Hi. If the PRs are merged, when will they be available to the commercial products? Like IDEA, Rider, Pycharm. Will they soon available in the nightly builds or EAP builds?
Community
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
0 votes
Created
November 20, 2019 17:05
PRs are updated with the suggested approach.
Community
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
0 votes
Created
November 19, 2019 18:10
A number,but I have to control the tooltip, the action and the cursor. The Aspect doesn't meet my need. And I have to change the color and the font maybe in the future.
Community
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
0 votes
Created
November 19, 2019 16:18
Here're the two PRs. https://github.com/JetBrains/intellij-community/pull/1254 https://github.com/JetBrains/intellij-community/pull/1255
Community
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
0 votes
Created
November 19, 2019 15:56
I duplicate Annotate view related files like the post above in my plugins. It's ok for my plugin to extend Annotate view. I think it's a proper solution for me.
Community
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
0 votes
Edited
November 19, 2019 14:23
Hi. Any idea on extending Annotate view? What about the idea below? public class AnnotateToggleAction extends ToggleAction implements DumbAware { public static final ExtensionPointName<ExtendedA...
Community
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
0 votes
Created
November 19, 2019 12:54
I see. I'll delegate its methods to CommitInfo in the PR.
Community
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
0 votes
Created
November 19, 2019 11:45
Thank you. I'll make a pull request for it. I thought about this way to avoid increase memory footprint as well. But it may break some plugins if they're use LineInfo with reflection before.
Community
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
0 votes
«
First
‹
Previous
Next
›
Last
»