linux下eclipse的界面紧凑调整方法

来源:互联网 发布:js object 添加对象 编辑:程序博客网 时间:2024/05/21 10:46

 使用Android官方的ADT感觉界面白色的太怪了,看就了眼睛不舒服。上网找了一个eclispe的插件可以定制编辑器的配色方案。

        插件的官方网站:http://eclipsecolorthemes.org/


如果是在线安装插件,使用下面这个链接在线安装:http://eclipse-color-theme.github.io/update/


deepin系统下还可以

eclipse菜单栏字体太小!

解决:桌面右键-属性-外观-高级-菜单,更改字体大小!


deepin15.3的终端打开命令:

  1. gedit .gtkrc.2.0  
  2. //其实修改后发现效果并不好,所以还是建议不要瞎折腾

Linux版的Eclipse默认使用GTK+2.0的控件,所以在默认的情况下,会和其他GTK应用程序(如OpenOffice.org)一样给人一 种不够密实的感觉。
基于GTK+2.0的程序在启动时会到用户的home目录找GTK+2.0的配置文件,即 ~/.gtkrc-2.0  如果装了kde4还有~/.gtkrc-2.0-kde4 (ubuntu下无这些文件需要自己创建) 确保这些文件里有这一行:  include "/home/yourusername/.gtkrc.mine",如果不使用.gtkrc.mine文件那么就直接在~/.gtkrc-2.0文件中写入,同时也无需包括上述  include "/home/yourusername/.gtkrc.mine"语句。
打开~/.gtkrc.mine 没有就新建,写下以下代码

 

style "eclipse" {
  font_name="Sans 8"
  GtkTreeView::vertical-separator=0
  GtkTreeView::horizontal-separator=0
}
widget_class "GtkTreeView" style "eclipse"

重启Eclipse应该就能看到效果了。如果想做得更彻底,对所有常用的GTK+2.0控件都开刀的话,可以加入以下语句:

gtk_icon_sizes="panel_menu=16,16:panel=16,16:gtk_menu=12,12:gtk_small_toolbar=16,16:gtk_large_toolbar=16,16:gtk_button=16,16:gtk_dialog=16,16:gtk_dnd=16,16" style"gtkcompact"{      #   font_name="Sans9"      GtkButton::default_border={0,0,0,0}      GtkButton::default_outside_border={0,0,0,0}      GtkButton::child_displacement_x=1      GtkButton::child_displacement_y=1      GtkButtonBox::child_min_height=20      GtkButtonBox::child_min_width=80      GtkButtonBox::child_internal_pad_x=0      GtkButtonBox::child_internal_pad_y=0      GtkCheckButton::indicator_size=14      GtkMenu::vertical_padding=1      #   GtkMenu::vertical_padding=0      GtkMenu::horizontal_padding=0      GtkMenuBar::internal_padding=0      GtkMenuItem::horizontal_padding=4      GtkOptionMenu::indicator_size=0      GtkOptionMenu::indicator_spacing=0      GtkPaned::handle_size=4      GtkRange::trough_border=0      GtkRange::stepper_spacing=0      GtkRange::stepper_size=15      GtkRange::slider_width=14      GtkScale::value_spacing=0      GtkScale::slider_length=23      GtkScale::trough_side_details=0#0=thinslider,>0=thickslider      GtkScrolledWindow::scrollbar_spacing=0      GtkScrollbar::min_slider_length=30      GtkExpander::expander_size=10      #   GtkExpander::expander_size=11      GtkExpander::expander_spacing=0      GtkTreeView::vertical_separator=0      GtkTreeView::horizontal_separator=0      GtkTreeView::fixed_height_mode=TRUE      GtkTreeView::expander_size=9      GtkTreeView::expander_spacing=0      #   GtkTreeView::expander_size=11      GtkTreeView::expander_indent=0      GtkTreeView::focus_line_width=0      GtkTreeView::spacing=0      GtkTreeView::row_ending_details=0      GtkTreeView::treeview_left=1      GtkTreeView::treeview_right=0      GtkTreeView::treeview_middle=0      GtkTreeView::passive_focus=0      GtkTreeView::separator_height=0      GtkTreeView::tree_line_pattern="0101"      GtkTreeView::grid_line_pattern="0101"      GtkTreeView::grid_line_width=0      GtkTreeView::tree_line_width=0      GtkToolbar::internal_padding=0      GtkToolbar::space_size=10      GtkWidget::focus_padding=0      xthickness=1      ythickness=1        #一下部分修改了按钮等的样式,大家可以选择使用      #engine"murrine"{      #   animation=TRUE#FALSE=disabled,TRUE=enabled      #   colorize_scrollbar=FALSE#FALSE=disabled,TRUE=enabled      #   contrast=1.0#0.8forlesscontrast,morethan1.0formorecontrastonborders      #   glazestyle=3#0=flathighlight,1=curvedhighlight,2=concavestyle,3=topcurvedhighlight,4=berylhighlight      #   gradient_shades={1.09,1.06,1.04,1.01}#default:{1.1,1.0,1.0,1.1}      #   gradients=TRUE#FALSE=disabled,TRUE=enabled      #   highlight_ratio=1.04#sethighlightamountforbuttonsorwidgets      #   lightborder_ratio=1.5#setslightborderamountforbuttonsorwidgets      #   lightborderstyle=0#0=lightborderontopside,1=lightborderonallsides      #   listviewheaderstyle=1#0=flat,1=glassy,2=raised      #   listviewstyle=1#0=nothing,1=dotted      #   menubaritemstyle=1#0=menuitemlook,1=buttonlook      #   menubarstyle=2#0=flat,1=glassy,2=gradient,3=striped      #   menuitemstyle=1#0=flat,1=glassy,2=striped      #   menustyle=0#0=noverticalmenustripe,1=displayverticalmenustripe      #   reliefstyle=2#0=flat,1=inset,2=shadow      #   rgba=TRUE#FALSE=disabled,TRUE=enabled      #   roundness=2#0=squared,1=olddefault,morewillincreaseroundness      #   scrollbarstyle=2#0=nothing,1=circles,2=handles,3=diagonalstripes,4=diagonalstripesandhandles,5=horizontalstripes,6=horizontalstripesandhandles      #   sliderstyle=1#0=nothingadded,1=handles      #   stepperstyle=0#0=standard,1=integratedstepperhandles,2=unknown      #   style=MURRINE#enginestyleoptions:CANDIDO,CLEARLOOKS,MIST,MURRINE,NODOKA      #   toolbarstyle=0#0=flat,1=glassy,2=gradient      #}  }  widget_class"*"style"gtkcompact" 



  新版的Eclipse增加了Quick Accsee搜索行,可以像Linux一样输入命令,这虽然是很好用的一个工具,但是活生生占用了一个空行,而且还不能移除。但是,我们可以让有选择性地让一些工具隐藏,让工具这一栏只让一行,这样,看上去就更舒服了。在eclipse中Window->Customize- Perspactive中的Tool Bar Visibility中选择你将要显示的工具,对我来说Nevigate工具用处不大,就给去掉了,点击”OK“,重启eclipse,此时Tool Bar恢复成一行了,这样,界面但好看了很多。


0 0
原创粉丝点击