-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add (real) support for IDEA build 201 #295
Conversation
…nflicted state after the merge tool is dismissed & when the Y/N dialog shows up.
and #276 |
Brilliant! Thanks for the effort - I'll try and review over the weekend and hopefully get a version out for early next week 😄 |
The handleMerge() "logic" is really hacky but that's an issue with idea's apis, nothing we can do. I tried to improve it though. That's what took 80% of the time spent here. |
|
||
@Nullable | ||
@Override | ||
public TaskDialogPanel getOpenTaskPanel(@NotNull Project project, @NotNull LocalTask task) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's this change about?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh it's one of the deprecations. Nevermind :)
Solved by refactoring some of |
Following #288
Considering 2020 deprecations
and based on https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_components.html
Here is the support for the gitflow plugin on IDEA 201.