Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ui-best-practices-working-group] [ide-dev] Working sets (WAS: Re: Java IDEs comparison)

I think this talk about multi-language is quite important.

I'd like to bring up a slightly different case. There is already a multi-language "Debug" perspective, but not all views pertain to all languages. If I'm debugging a C program, I'm looking at a C editor then if I step into assembly I'm looking at an assembly editor, but I'd like different views to show for Assembly vs C. This is just one example of the layout that would need to change depending on the editor in focus. I wonder if perspectives should have sub-layouts, based on other things like the editor input (Assembly/C example) or even the screen resolution. What I mean for screen resolution is if I go from a 27" 4K monitor to a projector in 1024x768, it would switch to a "presentation" layout automatically where some views could be closed or resized based on the last time I was on a projector of that resolution.


Those are just a few ideas but I think perspectives need some rethinking in general. What should they be about? When should I create one as a developer?


Marc-André


From: ui-best-practices-working-group-bounces@xxxxxxxxxxx <ui-best-practices-working-group-bounces@xxxxxxxxxxx> on behalf of Doug Schaefer <dschaefer@xxxxxxxxxxxxxx>
Sent: Friday, September 30, 2016 10:31:05 AM
To: UX Group; Discussions about the IDE
Subject: Re: [ui-best-practices-working-group] [ide-dev] Working sets (WAS: Re: Java IDEs comparison)
 
I think the biggest issue with a multi-language perspective is how to do a multi-language “Open Type”. It’s really the only thing I run into when trying to do Java in the C++ perspective or C++ in the Java perspective.

Any thoughts on that? Is this something we can even fix?

Thanks!
Doug.

From: <ui-best-practices-working-group-bounces@xxxxxxxxxxx> on behalf of Mickael Istria <mistria@xxxxxxxxxx>
Reply-To: UX Group <ui-best-practices-working-group@xxxxxxxxxxx>
Date: Friday, September 30, 2016 at 7:30 AM
To: UX Group <ui-best-practices-working-group@xxxxxxxxxxx>
Subject: Re: [ui-best-practices-working-group] [ide-dev] Working sets (WAS: Re: Java IDEs comparison)

On 09/30/2016 01:15 PM, Brian de Alwis wrote:
Not sure what makes a blocker
I was thinking about the context of the IDEs as we ship them (EPP packages).
But this is for sure an important issue. I'll try to look at it one of these days.

--
Mickael Istria
Eclipse developer for Red Hat Developers
My blog - My Tweets

Back to the top