Improvements to Git integration #6914#7053
Conversation
|
I really like the 2 new perspectives: commit and git. |
55b0721 to
0094fd3
Compare
- Add Git commit perspective - Add Git perspective - TextDiffDialog - Change shortcut of File Explorer perspective
mattcasters
left a comment
There was a problem hiding this comment.
I built and tested the new perspectives and I absoutely love this work. Congrats.
|
It should be easy to disable the 2 new perspectives in Hop Web until we find an alternative. Perhaps we can create a ticket for that separately. |
|
Yes, if we want to ship this with 2.18 then that will be the best approach, I'd like to start the code freeze and a 2 week hardening/test period as we have done a massive amount of work. |
|
I need to restore the commit function in GitGuiPlugin which is available in the file explorer for Hop web. |
|
Right it's not as simple as just disabling the new views |
|
But is the entire view jface or just specific elements that we could disable for hop web? |
|
If we don't load the two perspectives in web mode (a hard-coded filter in HopGui until the next version) and I restore the menu/toolitem for the commit, it might work |
Exactly what I was thinking. Perhaps we can add an option in the annotation driving the perspective plugins for now.
|

This PR isn't ready for a merge yet; I'm just looking for feedback.