The final effect, which is a screenshot in a non-full-screen mode (if full-screen mode alt+f11 is turned on, the top useless title bar will be hidden, maximizing the editable area!) )
Hide the title bar?
1. Installing the Theme Plugin
Search Eclipse Color Theme from marketplace and install
Appearance Select Moonrise (Standlone)
Color Theme Select Sublime Text2
2. To solve the problem that the Eclipse toolbar in Ubuntu is not compact enough, create a new file in the home directory. gtkrc-2.0 content is as follows:
Style "Gtkcompact" {font_name= "Sans 9" Gtkbutton::d Efault_border={0,0,0,0}gtkbutton::d efault_outside_border={ 0,0,0,0}gtkbuttonbox::child_min_width=0gtkbuttonbox::child_min_heigth=0gtkbuttonbox::child_internal_pad_x= 0gtkbuttonbox::child_internal_pad_y=0gtkmenu::vertical-padding=1gtkmenubar::internal_padding=0gtkmenuitem:: Horizontal_padding=4gtktoolbar::internal-padding=0gtktoolbar::space-size=0gtkoptionmenu::indicator_size= 0gtkoptionmenu::indicator_spacing=0gtkpaned::handle_size=4gtkrange::trough_border=0gtkrange::stepper_spacing= 0gtkscale::value_spacing=0gtkscrolledwindow::scrollbar_spacing=0gtkexpander::expander_size=10gtkexpander:: Expander_spacing=0gtktreeview::vertical-separator=0gtktreeview::horizontal-separator=0gtktreeview:: Expander-size=8gtktreeview::fixed-height-mode=truegtkwidget::focus_padding=0}class "GtkWidget" style "Gtkcompact" Style "Gtkcompactextra" {xthickness=1ythickness=1}class "Gtkbutton" Style "Gtkcompactextra" class "Gtktoolbar" style " Gtkcompactextra "Class" gtkpaned"Style" Gtkcompactextra "
3. Hide the bottom-most status bar of Eclipse.
Modify the CSS file in the jar package for the Moonrise plugin in the plugins directory to hide the status line my path is:
/home/cyper/.eclipse/org.eclipse.platform_4.3.2_590847680_linux_gtk_x86_64/plugins/ Com.github.eclipseuitheme.themes.moonrise-ui_0.8.9.201404052318.jar
Themes/css/moonrise-ui-standalone.css
At the very back add:
#org-eclipse-ui-trim-status, #org-eclipse-ui-trim-vertical1, #org-eclipse-ui-trim-vertical2 {visibility:hidden;}
4. Install Fullsceen plug-in update site
:
http://scharf.gr/eclipse/fullscreen/update/
Reference:
Http://stackoverflow.com/questions/5645495/how-to-hide-the-status-bar-in-eclipse
Http://stackoverflow.com/questions/2743647/gigantic-tabs-in-eclipse-on-ubuntu
Http://stackoverflow.com/questions/13684289/can-i-make-eclipse-on-ubuntu-look-more-compact
ubuntu12.04 beautify Eclipse