Eclipse设定文件的默认打开方式的具体操作步骤
程序员文章站
2023-12-17 12:14:04
最近在学习android, 需要经常打开xml文件。 所以想修改默认其打开方式。
解决方法:
设置默认打开方式为xml editor。
菜单:window&nbs...
最近在学习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了。