Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse is opening all files in another text editor

I installed Eclipse and successfully imported my project. The problem is now when I click on any file, it opens in Geany (the default editor of my Ubuntu). I tried to change the Open with option but get the same result. How do I fix this?

like image 897
Achu Avatar asked Mar 14 '11 08:03

Achu


1 Answers

You can change the associated editor for given file type by navigating to

Preferences -> General -> Editors -> File Associations

like image 138
rgerganov Avatar answered Oct 22 '22 23:10

rgerganov