1、eclipse中透过search打开第二个文件时第一个文件就自己关闭了
window-preferences-general-search
找到第一行的一个选项 reuse editors to show matches 对勾去掉就ok了。
2、eclipse svn不显示提交人以及时间的问题
Window-->Preferences-->Team-->SVN-->Lable decorations
点击右侧text decorations选项卡 点击file右侧按钮在打开的对话框中选择最底部的 author - name of the author,date - last changed
3、eclipse怎么设置字体大小
打开eclipse,找到window---》在左边的菜单栏中找到general,appearance在general展开后的第一行,点击展开appearance---》
找到colors and fonts,点击这样就快找到我们要的了---》看到右边字体一列有很多的选项,我们只需要修改basic里面的--》点击展开Basic,最下面有 Text Font 这个选项,点击
4、Eclipse启动,控制台console不会自动跳出来
解决方案:
windows -> preferences -> run/debug -> console
勾选"Show when program writest to standard out"和"Show when program writes to standard error"两个多选框
5、控制台日志打印行数
在console处右键perferences 选择limit console output
6、输入任意字母自动出现相关提示
windows -> preferences -> java -> editor -> content assist ->右侧底部auto activation triggers for java 设置为(.abcdefghijklmnopqrstuvwxyz)
7、修改方法注释信息
windows--> preferences--> java --->code style--->code templates
8、设置SVN忽略文件和目录(文件夹)
在 Eclipse 中点击菜单 window --> Preferences --> Team --> Ignored Resources-->点击 Add Pattern… 按钮添加你要忽略的文件或目录。
9、Eclipse 隐藏当前行小灯泡:
window --> Preferences --> java-->editor-->light bulb for quick assists.
10、eclipse在search的时候,通过search打开的页面会覆盖之前打开的页面,如果不想覆盖的话,可以这么设置:
Window->Preferences->General->Search
取消勾选Reuse editors to show matches