Question

There is an Eclipse plugin, that defines Node perspective in plugin.xml file.

I'd like to add default View to this perspective, that is implemented by Markdown Editor. Namely Markdown HTML preview.

Will Eclipse behave nicely if user don't install Markdown plugin, that will be referenced?

I would also like to add Eclipse standard Error Log (for user to see if an error happened).

Update:

enter image description here

Was it helpful?

Solution

What do you mean by "add default view to this perspective?" You wish to modify the source code to add this view to the Node perspective? Or you wish to add a plugin that will add this view to the perspective using a perspective extension?

To log, you should use the StatusManager. See http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fworkbench_statushandling.htm for how to use this properly.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top