Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
svorden
Total activity
31
Last activity
March 02, 2021 09:23
Member since
July 07, 2020 08:31
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
8
Activity overview
Posts (8)
Comments (11)
Sort by recent activity
Recent activity
Votes
Created
March 02, 2021 09:23
Hi Yann Cebron, thanks for the help. I'll take a look and let you know if I have any questions. :)
Community
IntelliJ IDEA Open API and Plugin Development
How to have a popup window similar to this on the ThreeSideView editor?
0 votes
Created
December 07, 2020 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.
Community
IntelliJ IDEA Open API and Plugin Development
Why am I getting an incomplete file path for diff view action (Diff.EditorPopupMenu)?
0 votes
Created
December 07, 2020 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Why am I getting an incomplete file path for diff view action (Diff.EditorPopupMenu)?
0 votes
Created
December 07, 2020 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. ...
Community
IntelliJ IDEA Open API and Plugin Development
Why am I getting an incomplete file path for diff view action (Diff.EditorPopupMenu)?
0 votes
Created
August 25, 2020 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.
Community
IntelliJ IDEA Open API and Plugin Development
Can I show specific commits in git log without filter?
0 votes
Edited
August 01, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Testing plugin action using testData, but no repository found
0 votes
Edited
July 31, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Testing plugin action using testData, but no repository found
0 votes
Edited
July 31, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Testing plugin action using testData, but no repository found
0 votes
Created
July 09, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Git4Idea: GitHistoryUtils.history() with "--follow" parameter leads to VcsException bad revision
0 votes
Created
July 08, 2020 02:04
Also, just another question to add to this: how can I determine the branches involved in the merge conflict?
Community
IntelliJ IDEA Open API and Plugin Development
(Plugin development - open api) how to detect merge conflicts using git4idea?
0 votes
Next
›
Last
»