Viewing Images with Eclipse
Published on October 29, 2009
By Pete Freitag
By Pete Freitag
Here's a quick tip for Eclipse users. When you double click on an image file in eclipse it typically opens up whatever program your OS has associated with that file type. You can configure eclipse to view images in the editor pane fairly easily, without installing any plugins.
Here's how:
- Open Preferences from the Eclipse Menu (I think its the File menu on Windows)
- Expand General » Editors and select File Associations
- Click the Add button next to File Types
- Enter
*.png
- Click the Add button next to Associated Editors
- Select Internal Web Browser
- Repeat for
*.gif
and*.jpg
Viewing Images with Eclipse was first published on October 29, 2009.