Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Michael Wölk
Total activity
161
Last activity
October 14, 2024 14:50
Member since
June 16, 2016 13:19
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
37
Activity overview
Posts (32)
Comments (87)
Sort by recent activity
Recent activity
Votes
Edited
May 30, 2017 15:28
No thats not a good Idea :-) Ive found a Solution in GitCompareWithBranchAction and getDiffChanges with which i solved the Diff-Tool-Window as well. With this Collection as Base i can use it like c...
Community
IntelliJ IDEA Open API and Plugin Development
Add own Line Status / VCS Diff Changes with own Content?
0 votes
Edited
May 30, 2017 14:42
Sorry i dont understand you. Ive Implemented the "Notification"-Class in both Plugins. this is my understanding of visible in both Plugins. Plugin#1 send a message and i expect a "catch" when i lis...
Community
IntelliJ IDEA Open API and Plugin Development
Communicate between two Plugins through MessageBus?
0 votes
Edited
May 29, 2017 11:01
Hi! The Plugin is almost ready to share. this is how its look like: It comes with a Dropdown with a list of all Branches and a TextField to input any revision. After choosing a revision the Diff...
Community
IntelliJ IDEA Open API and Plugin Development
Add own Line Status / VCS Diff Changes with own Content?
0 votes
Edited
May 27, 2017 11:52
Got it I do not need checkboxes, but no matter.
Community
IntelliJ IDEA Open API and Plugin Development
Create custom Tree View in a Tool Window
0 votes
Edited
May 26, 2017 20:50
Better: Actually i want a Diff-View-File-Tree. I want to show all affected files between two Revisions, but in a own Pane.
Community
IntelliJ IDEA Open API and Plugin Development
Create custom Tree View in a Tool Window
0 votes
Created
May 26, 2017 18:11
Yes, Exactly as a custom scope. but i need it in a Plugin, because unfortunatelly there is no possibility to filter by GIT/VCS. Anyway.... I tried what u said, but its not easy. not easy for me hah...
Community
IntelliJ IDEA Open API and Plugin Development
Create custom Tree View in a Tool Window
0 votes
Created
May 23, 2017 16:52
Thanks for that large Answer! I got something. My "first steps"-Code can render the line status with the content of any revision. nice! But i dont see any buttons in the toolbar (eg revert ect) At ...
Community
IntelliJ IDEA Open API and Plugin Development
Add own Line Status / VCS Diff Changes with own Content?
0 votes
Created
May 22, 2017 18:20
I dont find the starting point. VcsApplicationSettings vcsApplicationSettings = VcsApplicationSettings.getInstance();vcsApplicationSettings.SHOW_LST_GUTTER_MARKERS = false; That was easy, but what...
Community
IntelliJ IDEA Open API and Plugin Development
Add own Line Status / VCS Diff Changes with own Content?
0 votes
Edited
April 23, 2017 12:40
Thank you. Here is my Solution: public class Vcs extends GitCompareWithBranchAction { Project project; VirtualFile thisFile; VirtualFile rootFile; FilePath thisPath; FilePath rootP...
Community
IntelliJ IDEA Open API and Plugin Development
Diff of two git files
0 votes
Created
April 20, 2017 20:40
sorry i dont get it! at least i tried VcsHistoryUtil.showDiff(...)but how can i get the Revisions?Or can you post a code snippet, please?
Community
IntelliJ IDEA Open API and Plugin Development
Diff of two git files
0 votes
«
First
‹
Previous
Next
›
Last
»