eclipse使用设置

将Eclipse的环境设置(包括编辑器字体颜色大小等)导出

Eclipse的 File -> Export(导出),在窗口中展开 General(常规) -> Perferences(首选项)-->Export all(全部导出)然后点击 NEXT。然后点击"Browse(浏览)"选择任意的一个路径,保存配置文件,然后点击"Finish"。


设置eclipse背景色

1windows →Preferences→general→editors→text editors

2在 appearance color options 里选在background color

3去掉复选框的钩,设置颜色为

   色调84     红204

饱和度91     绿232

亮度205     蓝207

字体:

1windows →Preferences→general→appearance→colors and fonts

2basic→text font→change

=============================

设置Eclipse背景色

(Window)-->(Preferences)-->java-->(Editor)-->(Syntax Coloring), 点击Restore Defaults, 接下来在同一选项的Element ---> java
附件是改变后的eclipse配置文件.下载后 放到 放到workspace  - - > .metadata - - >.plugins里, 记得备份原文件.
   v3.2.2只需要复制
     .metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.ui.prefs
.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.ui.editors.prefs就可以了

  • org.eclipse.core.runtime.zip

  • 描述: DIY前的颜色配置.

  • org.eclipse.core.runtime.zip

  • 描述: aptana和myeclipse的颜色配置.

  • settings.zip

  • 描述: 码颜色不知道怎么改,目前为止还是黑色的,和背景色一样

    配色方案详细:
    Annotations(注释): 107, 147, 186
    Deprecated members(不建议使用的成员): 0, 0, 0
    Fields(字段): 128, 0, 128
    KeyWord 'return'(关键字'return'): 255, 0, 0
    Keyword excluding 'return'(除了关键字以外的return): 255, 0, 128
    Local variable declarations(局部变量声明): 128, 128, 128
    Method declarations(方法声明): 255, 128, 64
    Method(方法): 74, 165, 255
    Operators and brackets(运算符与方括号): 255, 128, 0
    Others(其他): 126, 202, 0
    Static fields(静态字段): 33, 0, 189
    Static Method invocations(静态方法调用): 77, 166 255
    Strings(字符串): 132, 26, 238
    Type variables(类型变量): 128, 0, 25


http://blog.chinaunix.net/uid-20665441-id-305669.html


eclipse不能自动提示的解决方法

打开window->Preferences->Java->Editor->Content Assist->Advanced   上面的选项卡

Select the proposal kinds contained in the 'default' content assist list:

把 Other Java Proposals 选项打上勾就可以了。


你可能感兴趣的:(window,content,default,assist,proposal)