Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Support a less disruptive work mode by moving popups and dialogs to inline editing and notifications

I also support this and actually have work in my pipe to handle some of the cases. We sometimes even have dialog upon dialog scenarios like it was with the Capabilities preference (bug 488214). I am planning to work on the editing of environment variables in bug 483084 which perfectly fits with this email's concern.

Overall I'm up for having a super bug tracking these cases and a guideline for the most re-occurring patterns.

Sopot

----- Oorspronkelijk bericht -----
> Van: "Lars Vogel" <lars.vogel@xxxxxxxxxxx>
> Aan: "Eclipse Platform UI component developers list." <platform-ui-dev@xxxxxxxxxxx>
> Verzonden: Dinsdag 21 juni 2016 18:48:04
> Onderwerp: [platform-ui-dev] Support a less disruptive work mode by moving popups and dialogs to inline editing and
> notifications
> 
> Friends of Platform UI,
> 
> This week I delivered a(nother) Android training session with Android Studio.
> 
> While I definitely think our Eclipse IDE is superior in terms of
> stability and performance,  I think IntelliJ has sometimes a nicer
> user workflow.
> 
> The workflow in IntelliJ itself is rarely disrupted by popups or dialog.
> 
> I think we should improve support for this in our framework. Bad
> examples in the Eclipse IDE are IMHO EGit, which shows popups for
> almost every operation. Or the refactoring or the search operation
> with their annoying dialog, typically over the interesting content.
> 
> I therefore clarified and extended a bit the 4.7 target which was
> originally called "Migrate the Mylyn notification framework":
> ---
> Support a less disruptive work mode by moving popups and dialogs to
> inline editing and notifications
> 
> Eclipse popups and dialogs can distract the workflow of the user.
> The Platform UI team should evaluate if popups can be avoided and
> notifications or inline editing can be used.
> For example, renaming a resource should be possible without a dialog.
> Notifications about a finished job should not require a dialog, etc.
> 
> To archive this the Eclipse Platform UI team plans to migrate the
> Mylyn notification framework to platform UI. This change has been
> discussed with the Mylyn team and was well received.
> 
> ----
> 
> Best regards, Lars
> 
> --
> Eclipse Platform UI and e4 project co-lead
> CEO vogella GmbH
> 
> Haindaalwisch 17a, 22395 Hamburg
> Amtsgericht Hamburg: HRB 127058
> Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
> USt-IdNr.: DE284122352
> Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web:
> http://www.vogella.com
> _______________________________________________
> platform-ui-dev mailing list
> platform-ui-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/platform-ui-dev


Back to the top