svorden
- 活动总数 31
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 8
-
-
svorden 创建了一个帖子, 已回答How to have a popup window similar to this on the ThreeSideView editor?
Hello. I want to show a popup window similar to below after hovering over a certain line while viewing a three-way diff (in the editor). I just want to know how to get this type of popup informatio... -
-
-
-
svorden 创建了一个帖子, 已回答Why am I getting an incomplete file path for diff view action (Diff.EditorPopupMenu)?
Hello. I created a Diff.EditorPopupMenu action, and I would like to get the file path of the current file I'm looking at while using the threeside diff view. For example, if I'm viewing a threeside... -
-
svorden 创建了一个帖子, 已回答Can I show specific commits in git log without filter?
I'm creating a tool window that shows log UI views and I'd like to know if it's possible to customize which commits appear in the log without relying on the filter provided. The commits I'd like to... -
-
svorden 创建了一个帖子, 已回答How to add a new log tab to existing git vcs tool window?
Hi. I want add a new log tab to the git vcs tool window. I'm able to get and show the tool window using: ToolWindow window = ToolWindowManager.getInstance(project).getToolWindow(ToolWindowId.VCS);w...