Eclipse设定文件的默认打开方式的具体操作步骤
发布时间:2016-12-28 来源:查字典编辑
摘要:最近在学习android,需要经常打开xml文件。所以想修改默认其打开方式。解决方法:设置默认打开方式为XMLEditor。菜单:Windo...
最近在学习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了。