Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] CodeFocus: a full-screen mode for Eclipse

Cool stuff Eric! 


On Tue, Mar 4, 2014 at 9:45 PM, Eric Moffatt <emoffatt@xxxxxxxxxx> wrote:

I've just posted the current version of one of my featured UI extensions for EclipseCon...CodeFocus (aka "Super Max").

Take a look at https://bugs.eclipse.org/bugs/show_bug.cgi?id=427999 where there's info on getting this and kicking it around...

My only regret is that I had to make this as a per-perspective state due to issues surrounding Context chains (i.e. keeping keybindings happy...). It basically uses the new ability to override the SWT style bits on an MWindow to construct a 'Detached Window' for the perspective (so it's on the right context chain). Then we move *everything* from the active perspective into that new DW (including the associated trim stacks).

I encourage everybody to try this out and provide feedback on the defect...to me it seems to work great !

Onwards,
Eric


_______________________________________________
e4-dev mailing list
e4-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/e4-dev



Back to the top