主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Seto
活动总数
60
最后的活动
2023年04月07日 23:46
成员加入日期
2019年04月05日 10:48
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
13
活动概览
帖子(13)
评论(34)
按最近的活动排序
最近的活动
投票数
已编辑于
2019年12月16日 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
社区
IntelliJ IDEA Open API and Plugin Development
ClassNotFound problem
0 票
创建于
2019年12月16日 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.
社区
IntelliJ IDEA Open API and Plugin Development
ClassNotFound problem
0 票
创建于
2019年11月21日 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?
社区
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
0 票
创建于
2019年11月20日 17:05
PRs are updated with the suggested approach.
社区
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
0 票
创建于
2019年11月19日 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.
社区
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
0 票
创建于
2019年11月19日 16:18
Here're the two PRs. https://github.com/JetBrains/intellij-community/pull/1254 https://github.com/JetBrains/intellij-community/pull/1255
社区
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
0 票
创建于
2019年11月19日 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.
社区
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
0 票
已编辑于
2019年11月19日 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...
社区
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
0 票
创建于
2019年11月19日 12:54
I see. I'll delegate its methods to CommitInfo in the PR.
社区
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
0 票
创建于
2019年11月19日 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.
社区
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
0 票
«
第一页
‹
上一页
下一页
›
最后
»