4

I have an opened project in Eclipse. I have some special extensions like *.VW,*.RW and many. If I double click those files in Eclipse, it will automatically open in default eclipse text editor.

Problem: Unfortunately, I have opened *.RW file with Notepad (via file system).

Now, if I double click those files in Eclipse, it is getting opened in Notepad only :(. How do I reset the default editor?

Thanks

Mohamed Saligh
  • 12,029
  • 19
  • 65
  • 84

1 Answers1

4

Right click and Open with ... should the opening behaviour in eclipse. Furthermore you can set the behaviour in Preferences -> General -> Editors -> File Associations.

Dirk
  • 1,893
  • 1
  • 19
  • 26