Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ide-dev] Inconsistent Eclipse user experience

I wouldn't be surprised if uninstalling Groovy-Eclipse could address some of his problems, but the post shows a larger problem with the IDE work we are (or at least I am) doing.  Too often features are implemented so that a handful of vocal users are happy, but the silent 99% don't have their needs fully met.

As a simple example, consider this statement: "Sometimes, selecting a launch configuration with arrow keys and hitting enter twice to run it works. Sometimes, it runs a previous launch configuration. Using the mouse is fully reliable but less efficient." I'm pretty sure it's because sometimes he has the editor active and the expected thing runs, but sometimes some other view is active. This makes sense to power users and the behavior is consistent with the rest of Eclipse, but it is probably non-intuitive for new users.

The problem is that determining and implementing the most intuitive workflow for new users that doesn't annoy power users is not a cheap or easy process. It involves something like user studies and active engagement with all of the community (not just the 1% (no, not *that* 1%)).  I admit that this is something that I have failed to do enough of.



On Sat, Mar 8, 2014 at 11:32 PM, Max Rydahl Andersen <manderse@xxxxxxxxxx> wrote:
I think it's worth noticing he mentions groovy eclipse which to make it work "hot patches" the JDT.

Pretty sure he should try uninstall groovy eclipse and see if that doesn't improve his eclipse experience.

This shows how great it would be if jdt could be better at allowing other javavm based languages to integrate better so tricks like hot patching aren't needed.

/max (sent from my phone)


> On 09/03/2014, at 06.02, Doug Schaefer <dschaefer@xxxxxxx> wrote:
>
> Interesting post. I'd love if we could find some way to enforce consistency in the IDE. There's lots of things we can override. I wonder if it's enough. Food for thought.
>
> I love the comparison with netbeans and intellij. Eclipse has so much to offer. We just need to find a way to manage the product as a whole to make it great.
>
> Thanks for this Stephan.
>
> Sent from my BlackBerry 10 smartphone on the Rogers network.
>  Original Message
> From: Stephan Herrmann
> Sent: Saturday, March 8, 2014 8:35 PM
> To: ide-dev@xxxxxxxxxxx
> Reply To: Discussions about the IDE
> Subject: Re: [ide-dev] Inconsistent Eclipse user experience
>
>
> Have you guys seen this:
>
>   http://www.eclipse.org/forums/index.php/mv/msg/668948/1267143/#msg_1267143
>
> Sounds like another client for this group :)
>
> best,
> Stephan
> _______________________________________________
> ide-dev mailing list
> ide-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ide-dev
> _______________________________________________
> ide-dev mailing list
> ide-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ide-dev
_______________________________________________
ide-dev mailing list
ide-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ide-dev


Back to the top