主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
svorden
活动总数
31
最后的活动
2021年03月02日 09:23
成员加入日期
2020年07月07日 08:31
关注
0 名用户
关注者数
0 名用户
投票数
4
订阅数
8
活动概览
帖子(8)
评论(11)
按最近的活动排序
最近的活动
投票数
创建于
2020年12月07日 11:44
That's great and thanks once again! The information you provided will really help. I'll be sure to post here again if I encounter any issues with the method you mentioned above.
社区
IntelliJ IDEA Open API and Plugin Development
Why am I getting an incomplete file path for diff view action (Diff.EditorPopupMenu)?
0 票
创建于
2020年12月07日 10:19
Thanks Aleksey Pivovarov. I will give these a try when I get the chance. Currently, the Diff.EditorPopupMenu action I created can be run on a diff view window that is created by IntelliJ (in other ...
社区
IntelliJ IDEA Open API and Plugin Development
Why am I getting an incomplete file path for diff view action (Diff.EditorPopupMenu)?
0 票
创建于
2020年12月07日 09:31
Hi Aleksey Pivovarov, thanks so much for your help. I'm currently IntelliJ version 2020.1.2 (CE version). I may now consider updating to a more recent version (2020.2+) if this resolves the issue. ...
社区
IntelliJ IDEA Open API and Plugin Development
Why am I getting an incomplete file path for diff view action (Diff.EditorPopupMenu)?
0 票
创建于
2020年08月25日 23:49
Hi Julia. Thanks for going through the steps needed to make this happen (nice to know that it's possible at least). Greatly appreciated. Will definitely come back here if I have any more questions.
社区
IntelliJ IDEA Open API and Plugin Development
Can I show specific commits in git log without filter?
0 票
已编辑于
2020年08月01日 01:14
Hi Aleksey, By running the code you provided using ProjectLevelVcsManager, repo is no longer null. Thanks! This is how my code looks like: file = LocalFileSystem.getInstance().findFileByPath(dst.ge...
社区
IntelliJ IDEA Open API and Plugin Development
Testing plugin action using testData, but no repository found
0 票
已编辑于
2020年07月31日 17:46
Hi sorry for the late follow-up (timezones). When running the following, repo is still null: VirtualFile file = LocalFileSystem.getInstance().findFileByPath(dst.getAbsolutePath());GitRepository r...
社区
IntelliJ IDEA Open API and Plugin Development
Testing plugin action using testData, but no repository found
0 票
已编辑于
2020年07月31日 07:48
Hi Jakub, My apologies, yes I meant to say GitRepositoryManager.getRepositories(). I'll try to simplify how my code looks at the moment: MyAction.java public class MyAction extends AnAction {...p...
社区
IntelliJ IDEA Open API and Plugin Development
Testing plugin action using testData, but no repository found
0 票
创建于
2020年07月09日 17:04
Hi Aleksey, thanks for the advice. Unfortunately, by doing this I get com.intellij.openapi.vcs.VcsException: --follow requires exactly one pathspec. I got this by running: List<GitCommit> listOfCom...
社区
IntelliJ IDEA Open API and Plugin Development
Git4Idea: GitHistoryUtils.history() with "--follow" parameter leads to VcsException bad revision
0 票
创建于
2020年07月08日 02:04
Also, just another question to add to this: how can I determine the branches involved in the merge conflict?
社区
IntelliJ IDEA Open API and Plugin Development
(Plugin development - open api) how to detect merge conflicts using git4idea?
0 票
已编辑于
2020年07月07日 22:07
Hi there, Thanks for your help. Apparently, the class GitStagingAreaHolder does not exist with my current version of IntelliJ Idea (CE 2020.1.2), however, I discovered: repository.getConflictsHolde...
社区
IntelliJ IDEA Open API and Plugin Development
(Plugin development - open api) how to detect merge conflicts using git4idea?
0 票
«
第一页
‹
上一页