vote up 3 vote down star
1

I've just been setting up a new 10" netbook and have just installed Eclipse for some development. Even on large screens I've found Eclipse's GUI to be very bulky and awkward to work with, and now on a small screen, the real estate left for actual coding is ludicrously small. Is it possible to apply a theme or skin to Eclipse to make it somewhat more minimal? Do you know any good themes for small screens?

flag

68% accept rate
Apart from the usability issues with such a small device, does eclipse perform ok on a netbook? I assume you have an Atom CPU (270?) – RichardOD May 7 at 18:56
I haven't really had a chance to use it much yet, though in other questions people have reported that it takes a while to start, but after that it's fine. – nickf May 8 at 0:30

4 Answers

vote up 1 vote down

i hope this will help - Extended VS Presentation plugin for Eclipse

link|flag
vote up 1 vote down

If I maximize the editor (Ctrl-M) and use the Eclipse Full Screen Plugin I find Eclipse pretty usable on my 10" netbook.

link|flag
vote up 1 vote down

You could try the somewhat more compact "Eclipse 2.1 Style Presentation" under General -> Appearance. In the same place, you can put "the Perspective switcher" on the left side.

But no theme can change the fact that a 10" screen simply is too small for a multi-view IDE like eclipse. Pretty much the only way to get around this is to use it more like a traditional editor, i.e. banish all views except the editor to the fastview bar and learn to use hotkeys as much as possible, e.g. Ctrl-O instead of a spearate outline view, F5, F6 and F7 instead of the icons in the debug view, etc.

link|flag
vote up 1 vote down

If I may, please let me make a plug to my blog entry on running Eclipse on the Eee PC 901, which has a 8.9 inch screen with a resolution of 1024 x 600.

I have some tips toward the end of the entry on ways to maximize the screen real estate in order to be able to show as much source code as possible on the screen.

The main points are:

  • Vertical screen real estate is limited, so try to find ways to reduce the vertical spread of windows.
  • Use the OS theme which reduces the amount of vertical space used. For example, use the Windows Classic theme in Windows XP in order to save 8 pixels over the default theme.
  • Reduce the numbers of rows in the Eclipse toolbar.
  • Use the auto-hide feature of the Windows taskbar to squeeze another 30 pixels in the vertical direction.

With the tips applied, Eclipse on a 1024 x 600 screen looks like the following:

Eclipse screen

(Link to full-size image)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.