score:16
If I maximize the editor (Ctrl-M) and use the Eclipse Full Screen Plugin I find Eclipse pretty usable on my 10" netbook.
score:1
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.
score:1
I use SpringSource Tool Suite which is based on Eclipse. I run this on a 9" notebook. I gave up trying to find a plugin to make the view better but what I have done is right click on every window which docks to the right, left and bottom of the main editing area and selected "Fast View". This minimises these windows to icons on the toolbar at the very bottom of the screen, leaving most of the screen estate for editor windows. It seems to work OK. If I need to access Package Explorer etc. I just click the icon to bring it up, and again to hide it. I find it quite usable.
score:1
I've just set up a new Ubuntu partition on my lenovo s10-3t netbook and installed Eclipse on it.
Given the scarce screen real-estate one thing I'm trying is reducing all fonts size to 7/8/9. It's obviously a strain on the eyes though.
System fonts in Linux, System -> Preferences -> Appearances -> Fonts In Eclipse, Window -> Preferences -> General -> Appearance -> Colors and Fonts
score:7
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:
(Link to full-size image)
Source: stackoverflow.com
Related Query
- Minimal theme for Eclipse
- Eclipse IDE for Java - Full Dark Theme
- Eclipse dark theme for windows: how to change the color of scroll bars and title bars to dark?
- Android development - 'missing theme error' in eclipse ide for layout xml files
- Eclipse IDE for (Embedded C/C++) Developers 2020-12: Classic dark theme deep black color background and text in menu
- Eclipse minimal configuration for plug-in deployment
- Eclipse on High Sierra - white scrollbars for dark theme
- Different theme for each language in Eclipse
- Change theme background color for eclipse luna
- Eclipse Gurus: where can I find information to make a theme for the IDE? (I wish similar to Chrome)
- Eclipse console text colors for black theme hardly readable
- Eclipse Xtend 2.15.0 uses dark theme for .xtend source files
- Eclipse color theme works for text editor only
- Colorblind-friendly dark theme for Eclipse IDE
- How can I know exact font colors for Default/Classic Theme in Eclipse
- Minimal run/debug configurations for eclipse plug-in projects
- Eclipse color theme for python like in TextMate2
- vaadin plugin for eclipse build failure on compile theme
- Minimal prerequisite eclipse version for plugin
- How to turn off the Eclipse code formatter for certain sections of Java code?
- How to change font size in Eclipse for Java text editors?
- Dark color scheme for Eclipse
- How to install plugin for Eclipse from .zip
- How do I enable index downloads in Eclipse for Maven dependency search?
- Search for all files in project containing the text 'querystring' in Eclipse
- Get source jar files attached to Eclipse for Maven-managed dependencies
- How to output messages to the Eclipse console when developing for Android
- Which Eclipse version should I use for an Android app?
- Eclipse Workspaces: What for and why?
- Can you organize imports for an entire project in eclipse with a keystroke?
More Query from same tag
- Cucumber and Eclipse IDE; How to make jar for a test case
- Make eclipse CDT ignore errors on certain functions
- navigate ecore model
- How to make Eclipse generate OSGi Declarative Services Bundle Component XML automatically with bnd annotations?
- unable to uninstall from eclipse marketplace
- Eclipse doesnt work after choosing workspace
- How to call another intent without losing previous data?
- eclipse & cmake cdt4: lost in translation
- Eclipse Neon and Oxygen setExtended GridLayout can't cast to FillLayout
- How to add org.eclipse.swt.widgets.Shell to a JPanel
- Trying to understand how to work with Maven and Eclipse
- latest version of mapreduce libs on maven
- cube root symbol does not show up in android eclipse
- How to get .java file path to my eclipse plugin
- The Axis2 facets cannot be installed
- Missing artifact org.seleniumhq.selenium:selenium-java:jar:3.14.59
- Spring security initialization failed
- Eclipse Shortcut Key for Color and Fonts -> Basic -> Text Font
- How to view logs of an Android app on Ubuntu?
- How to show simulation time using Java in Eclipse?
- Unexpected element "{http://maven.apache.org/POM/4.0.0}project" {antlib:org.apache.tools.ant}project
- issue, how Fix get JSON from URL in android?, Onclicklistener? AsyncTask? OnPostExecute?
- Changes in code aren't reflected when I run Libgdx project on Android
- Eclipse JPA Hibernate hibernate.show_sql
- How to create my own button for the Eclipse tool-bar?
- selenium webdriver can't find element
- How do I set the eclipse.ini -vm option?
- how to close swing JFrame inseparate listerner class (not inner class and ananumous inner class). setVisible(false) not accessble in another class
- How to create Google App Engine Project in Eclipse Juno 4.2?
- Autotools project and external libraries on Eclipse