svorden
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 8
-
-
svorden created a post, AnsweredHow 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 created a post, AnsweredWhy 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 created a post, AnsweredCan 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 created a post, AnsweredHow 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...