I wonder if there is a way to define a view in eclipse that can display and display html files or in other words that work like a browser! I mean the view for the eclipse plugin.
For example, if I can define a browser based on org.eclipse.swt.browser and associate it with viewcontentprovider?
I do not want to open the html file in the eclipse editor. I am writing an eclipse plugin and I want to open some html forms or xforms in a view instead of an internal eclipse web browser or an external web browser.
Govan source
share