Eclipse 导入 conf .xml 文件

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/10432538/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-06 13:28:35  来源:igfitidea点击:

Eclipse import conf .xml files

xmleclipseconfiguration

提问by pomkine

I have 3 .xml files: formatter rules, code templates and clean up rules. How can I import it into Eclipse?

我有 3 个 .xml 文件:格式化规则、代码模板和清理规则。如何将其导入 Eclipse?

回答by Eugene Kuleshov

Window / Preferences / Java / Code Style / Clean Up / Import...

窗口/首选项/Java/代码样式/清理/导入...

Window / Preferences / Java / Code Style / Code Templates / Import...

窗口/首选项/Java/代码样式/代码模板/导入...

Window / Preferences / Java / Code Style / Formatter / Import...

窗口/首选项/Java/代码样式/格式化程序/导入...