主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Michael Wölk
活动总数
161
最后的活动
2024年10月14日 14:50
成员加入日期
2016年06月16日 13:19
关注
0 名用户
关注者数
0 名用户
投票数
5
订阅数
37
活动概览
帖子(32)
评论(87)
按最近的活动排序
最近的活动
投票数
已编辑于
2017年05月30日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Add own Line Status / VCS Diff Changes with own Content?
0 票
已编辑于
2017年05月30日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Communicate between two Plugins through MessageBus?
0 票
已编辑于
2017年05月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Add own Line Status / VCS Diff Changes with own Content?
0 票
已编辑于
2017年05月27日 11:52
Got it I do not need checkboxes, but no matter.
社区
IntelliJ IDEA Open API and Plugin Development
Create custom Tree View in a Tool Window
0 票
已编辑于
2017年05月26日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Create custom Tree View in a Tool Window
0 票
创建于
2017年05月26日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Create custom Tree View in a Tool Window
0 票
创建于
2017年05月23日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Add own Line Status / VCS Diff Changes with own Content?
0 票
创建于
2017年05月22日 18:20
I dont find the starting point. VcsApplicationSettings vcsApplicationSettings = VcsApplicationSettings.getInstance();vcsApplicationSettings.SHOW_LST_GUTTER_MARKERS = false; That was easy, but what...
社区
IntelliJ IDEA Open API and Plugin Development
Add own Line Status / VCS Diff Changes with own Content?
0 票
已编辑于
2017年04月23日 12:40
Thank you. Here is my Solution: public class Vcs extends GitCompareWithBranchAction { Project project; VirtualFile thisFile; VirtualFile rootFile; FilePath thisPath; FilePath rootP...
社区
IntelliJ IDEA Open API and Plugin Development
Diff of two git files
0 票
创建于
2017年04月20日 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?
社区
IntelliJ IDEA Open API and Plugin Development
Diff of two git files
0 票
«
第一页
‹
上一页
下一页
›
最后
»