git-machete-intellij-plugin
                                
                                
                                
                                    git-machete-intellij-plugin copied to clipboard
                            
                            
                            
                        Probably the sharpest git repository organizer & rebase/merge workflow automation tool you've ever seen
 Scrolling is needed, and that obfuscates the somewhat non-trivial message. The dialog should be wider and higher by default 🤔
Reproduce steps: 1. Create a new local branch in repository `A` (it should not exist remotely - only locally) 2. Open `A` as a project in IntelliJ IDEA 3. Open...
All 3 of them just call `RuntimeBinding.instantiateSoleImplementingClass(...)`... maybe just use `RuntimeBinding.instantiateSoleImplementingClass` directly then, without the intermediate layer of `@Service`s?
https://plugins.jetbrains.com/docs/intellij/disposers.html?from=IncorrectParentDisposable#choosing-a-disposable-parent
Working hacked mvp of #1160
A follow-up after completing https://github.com/VirtusLab/git-machete-intellij-plugin/issues/429 Solution from https://github.com/VirtusLab/git-machete-intellij-plugin/pull/1243 has one downside - after a new branch is created, the _reparsing_ of the machete file is not invoked. And because of...
this PR is created as a prerequisite for the traverse feature. #1230 got closed automatically by GitHub.
From time to time I have the need to rename a branch. One of the use-cases I encounter is that I create an experimental branch, but then create a task...