首页 > 系统服务 > 详细

Eclipse中的常见设置

时间:2017-02-15 22:21:47      阅读:263      评论:0      收藏:0      [点我收藏+]

当新建一个workspace时,习惯做下面的设置:

1. 在eclipse中,默认的Text file encoding是GBK

  项目中大多使用的是UTF-8

  通过在eclipse中对workspace修改编码格式,如下:

  Windows -> Preferences -> General -> Workspace -> Text file encoding -> Other  , 修改成 UTF-8

 

2. 设置合适的字体大小

  Windows -> Preferences -> General -> Editors -> Text Editors -> Colors and Fonts  -> Text Font   , 个人习惯设置成 Consolas 11

 

3. 设置Java格式化默认长度

  强迫症来了,不喜欢一行太长的代码,格式化后换行。设置如下:

  Windows -> Preferences -> Java -> Cpde Style -> Formatter -> Edit -> Line Wrapping -> Maxmum line width  , 大小可以自己设置,个人习惯设置成120.

Eclipse中的常见设置

原文:http://www.cnblogs.com/FocusIN/p/6403489.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!