-
Notifications
You must be signed in to change notification settings - Fork 4
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
Install any version of package #49
Comments
Uninstall (and so Reinstall) on Browser tab are quite complicated. |
Until now Uninstall process from Browser tab was trying to remove package that was found. This could caused problems as that found version could has different content. After this commit selected package on Browser tab can have all buttons disabled: - Any version of package is installed, so Install command is not available. - Selected version can't be uninstalled (or reinstalled) because other one is installed. This should not be the final solution as it's UX is not good.
Looking at some other plugin managers, it seems that most of them use "different view for different actions". Maybe the causes is the same I'm facing here - uninstall plugin has different context that the one present on Browser tab. |
Could you perhaps provide some screenshots to other PMs? |
Could you share a mock up of how you see it working in your PM? |
The change is not dramatic. I'm only considering removal of Uninstall and Reinstall buttons from the browser tab (as PM doesn't have enough context for them). When I get to PC I will post screens. |
👍 thank you
…On Tue, 18 Dec 2018 at 19:16, Marek Fišera ***@***.***> wrote:
Comparison of Browser tab in v0.7.2 and current v0.8.0.
[image: packagemanager]
<https://user-images.githubusercontent.com/10020471/50140598-912cc300-02a5-11e9-910b-325341eb3b43.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://github.com/maraf/GitExtensions.PluginManager/issues/49#issuecomment-448134154>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEMyXn3_RHXF2hrwn7NOkdb437i0Zec4ks5u6KRvgaJpZM4Yd-E8>
.
|
Nah, update to concrete version is still missing. |
So those cases when user finds that latest version doesn't work and wants to try previous.
TODO:
The text was updated successfully, but these errors were encountered: