eclipse常用操作

目录 01.Eclipse中,半角空格显示 02.Eclipse 格式设定(Ctrl + Shift + F) 03.mark occurrences // Eclipse // 出現箇所のマーク 04. Git Merge 失败 // Eclipse中失败 05.Eclipse git 坑 // 非常 重要的设定 // core

目录

01.Eclipse中,半角空格显示

02.Eclipse 格式设定(Ctrl + Shift + F)

03.mark  occurrences // Eclipse // 出現箇所のマーク

04. Git Merge 失败 // Eclipse中失败

05.Eclipse git 坑  // 非常 重要的设定 // core.autocrlf  

06.清除GitHub密码

07.关闭不需要的插件

08.查看所有快捷键

09.收起 / 展开 代码

10.Eclipse安装lambok插件【大坑】

11.eclipse更新

12.查看反编译代码

13.使用eclipse下载github代码时(https),报错信息为cannot open git-upload-pack

14.XXX

15.XXX


======

01.Eclipse中,半角空格显示

window-> preferences-> General-> Text Edit
空白文字表示(0)(可視性の構成)

02.Eclipse 格式设定(Ctrl + Shift + F)

window->preferences->java->code style->formatter  
在这里,修改各种参数

比如,设置,调整格式时,缩进为空格

 ===

03.mark  occurrences // Eclipse // 出現箇所のマーク

Eclipse Mark Occurrences - IAmAProgrammer - 博客园 (cnblogs.com)

设置原因

安装完springboot插件之后,出现如下错误

=======================================================

An internal error occurred during: "Requesting Java AST from selection".
'boolean com.ibm.icu.text.UTF16.isSurrogate(char)'

=======================================================

设置方法  (不建议设置)

04. Git Merge 失败 // Eclipse中失败

■課題
Merge
No merge base could be determined. Reason=CONFLICTS_DURING_MERGE_BASE_CALCULATION. 
Multiple commond ancestors were found and merging them resulted in a conflict:
ae808ae08a0e8a08e0a,adad808eae8a0e8a

eclipse - Multiple common ancestors were found and merging them resulted in a conflict - Stack Overflow

网上说这是Eclipse Git plugin的一个bug。 确实如此!


■解決 方案一
1.gitbushロックイン

git pull
知秋君
上一篇 2024-09-10 22:36
下一篇 2024-09-10 22:02

相关推荐