Eclipse 文件 Eclipse设定文件的默认打开方式的具体操作步骤
人气:1想了解Eclipse设定文件的默认打开方式的具体操作步骤的相关内容吗,在本文为您仔细讲解Eclipse 文件的相关知识和一些Code实例,欢迎阅读和指正,我们先划重点:Eclipse,文件,默认,下面大家一起来学习吧。
最近在学习android, 需要经常打开xml文件。 所以想修改默认其打开方式。
解决方法:
设置默认打开方式为XML Editor。
菜单:Window -> Preferences -> General -> Editors -> File Associations
File types: *.xml
Associated editors: XML Editor*** -> Default
在Associated editors选择框里点击“XML Editor*** ”,点击“Default”按钮。
你将看到“XML Editor*** ”排在最上面,其变为“XML Editor(Default)*** ”。
好了,你再双击*.xml文件试试,是不是ok了。
加载全部内容