zoukankan      html  css  js  c++  java
  • eclipse新建工作空间后的常用设置

    1.设置字体

    一般主要设置下面三个地方(其他可以按需进行设置):

    Window->Preferences->(可以直接搜索font)General -> Appearance ->Colors and Fonts –>Java ->Java Editor Text Font
    Window->Preferences->(可以直接搜索font)General -> Appearance ->Colors and Fonts –>Java ->Properties File Editor Text Font
    Window->Preferences->(可以直接搜索font)General -> Appearance ->Colors and Fonts –>Debug -> console font
    Window->Preferences->(可以直接搜索font)General -> Appearance ->Colors and Fonts –>Basic –> Text Font可以修改xml文件的字体格式

    2.设置编码格式

    参考:https://blog.csdn.net/qq_16759443/article/details/83002375
    主要是整个工作空间设置UTF-8以及java文件、xml文件、properties文件等设置UTP-8.

    3.设置快捷提示

    eclipse –>Windows ->Preferences ->Java ->Editor ->Content Assist,然后修改Auto Activation triggers for java的值为:.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ,点击apply按钮。

    4.Java环境变量及Maven配置文件等

    参考:https://blog.csdn.net/qiaorui_/article/details/78424491

    5.直接应用已配好的Eclipse工作空间的配置

    参考:https://blog.csdn.net/y41992910/article/details/79009159

    将workspace/.metadata/.plugins/org.eclipse.core.runtime中的.settings文件夹拷贝出来,里面就是所有的配置文件,新建工作空间的时候将该.settings文件夹替换掉新工作空间中的.settings文件夹即可。

  • 相关阅读:
    RF用户关键字
    RF循环分支
    RF使用
    RF变量
    RF介绍
    元件作用域
    元件介绍
    工作总结之测试
    港股通Level2介绍
    linux中配置yum源
  • 原文地址:https://www.cnblogs.com/zhangwuji/p/10738188.html
Copyright © 2011-2022 走看看