Nodeclipse / nodeclipse

Nodeclipse-1 : Eclipse plugin for Node.js, PhantomJS development (Nodeclipse core plugin); Maven and Gradle (with Android) plugins
https://nodeclipse.github.io/
158 stars 78 forks source link

Integrate Markdown Editor, add Markdown HTML preview to Node perspective #29

Closed paulvi closed 11 years ago

paulvi commented 11 years ago

we just start to redistribute Markdown jars from nodeclipse.org/update, but we also need to update Node perspective: add Markdown HTML preview

Markdown HTML preview will be also used for Literate CoffeeScript, see #26 Add CoffeeFileWizard

Eclipse Help - Perspective Extensions see Example

http://stackoverflow.com/questions/16254267/eclipse-plugin-how-to-extend-perspective-with-view-that-is-implemented-by-exte

paulvi commented 11 years ago

I also propose following order of views in the South section:

Console, Problems, Markdown HTML preview, Error Log

paulvi commented 11 years ago

Should we add Internal Web Browser to Node perspective?

tomotaro1065 commented 11 years ago

I think we don't need Internal Web Browser. Because Node.js is not only for web systems. Even if we need it, but it should be added to Debug perspective.

paulvi commented 11 years ago

I propose the following order of views in the South section:

Console, Markdown HTML preview, Problems, Error Log

This is more logical.

tomotaro1065 commented 11 years ago

Version 0.4 has been released.