windows 文件默认编辑器已更改`Eclipse`
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/7594611/
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
file default editor is changed `Eclipse`
提问by Mohamed Saligh
I have an opened project in Eclipse. I have some special extensions like *.VW,*.RWand many.
If I double click those files in Eclipse, it will automatically open in default eclipse text editor.
我在Eclipse. 我有一些特殊的扩展名,比如*.VW,*.RW还有很多。如果我双击这些文件Eclipse,它会在默认情况下自动打开eclipse text editor。
Problem: Unfortunately, I have opened
*.RWfile withNotepad(via file system).
问题:不幸的是,我
*.RW用Notepad(通过文件系统)打开了文件。
Now, if I double click those files in Eclipse, it is getting opened in Notepadonly :(. How do I reset the default editor?
现在,如果我双击在这些文件中Eclipse,它是越来越在打开Notepad只:(。如何重置默认编辑器?
Thanks
谢谢
采纳答案by Dirk
Right click and Open with ...should the opening behaviour in eclipse. Furthermore you can set the behaviour in Preferences -> General -> Editors -> File Associations.
右键单击,Open with ...应该在 eclipse 中打开行为。此外,您可以在Preferences -> General -> Editors -> File Associations.

