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)

  • 相关阅读:
    使用Node.js和Redis实现push服务--转载
    phpredis中文手册——《redis中文手册》 php版--引用他人
    nginx path_info问题解决
    mysql 获取一个表中缺失的最小编号
    mysql row number的实现
    Redis应用场景-转载
    从MySQL到Redis 提升数据迁移的效率
    hdu2057
    进制转换
    有关C语言指针访问问题
  • 原文地址:https://www.cnblogs.com/badboyf/p/6134078.html
Copyright © 2011-2022 走看看