zoukankan      html  css  js  c++  java
  • eclipse设置字体、背景(豆绿)色、自动提示

    背景色:(护眼豆绿色)
    window-->preferences-->General-->Editors-->Text Editors-->(最下遍一栏中的)Background color (十六进制 #CCE8CF)   windows下的eclipse:色调:85,饱和度:123,亮度:205

    字体:
    window-->preferences-->General-->Appearance-->Colors and Fonts-->找到Java-->Java Editor Text Font-->Edit(选 Liberation Mono)

    自动提示:
    window-->prefenrences-->Java-->Editor-->Content  Assist-->下面找到Auto activation triggers for Java。默认只有一个“.”,在里面加上abcdefghijklmnopqrstuvwxyz.    这样每个小写字体都会提示

    鼠标悬停不显示信息:
    Window->Preferences >Java->Editor > Hover 取消勾选

    显示堆:
    Window->Preferences > show heap status 勾上

    utf-8
    Window->Preferences > Wordspace > 最下面 Text file coding

    设置svn快捷键
    window -> Perspective -> Customize Perspective 四个tab页的svn全部勾选上 
    window -> Preference -> Keys 中设置快捷键    When下一栏选择 In Windows

    subclipse svn插件:
    subclipse : https://github.com/subclipse/subclipse/wiki
    各版本    :https://dl.bintray.com/subclipse/releases/subclipse/
    方法       :install时选择本地zip的位置
    出现unable to load default client:
    svn1.8 - http://subclipse.tigris.org/update_1.10.x/
    下载svnkit后window -> preference -> team -> svn -> client -> 选择刚才下的

    yedit 插件:
    github  :https://github.com/oyse/yedit/wiki
    个版本 :http://dadacoalition.org/yedit/plugins/
    https://pan.baidu.com/s/1o4Xpc6TNrKOlElVVv4t9TA     y3ch
    直接复制JAR包到Plugins文件夹即可。

    Oxygen eclipse经典版获取java ee视图:
    help - install new software -  work with 输入‘http://download.eclipse.org/releases/oxygen’ -   Web, XML, Java EE and OSGi Enterprise Development -  eclipse java ee developer tools
    重启 window - perspective - open perspective - java ee

    文件夹导入eclipse:
    import -> project from folder or archive -> directory(选择位置)(取消勾选下面的 search for nested projects 和 detect and confiure project natures)

  • 相关阅读:
    Mac OS X下GnuPlot的安装
    为PHP编译imap扩展
    jQuery做个TextBox自动完成条
    sql 查询模块
    WinForm控件查找奇思
    支持拼音检索的TextBox扩展控件使用
    自定义控件重写Listbox实现item图标变换和item点击事件
    支持拼音检索的TextBox扩展控件
    (转)SendMessage API
    使用C#获取CPU及硬盘序列号的源代码
  • 原文地址:https://www.cnblogs.com/badboyf/p/6134078.html
Copyright © 2011-2022 走看看