Skip to content

Files

Latest commit

13c90cf · Jan 28, 2014

History

History
39 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

39 lines (21 loc) · 1.07 KB

Nodeclipse Help plugin

This is Eclipse plugin created by wizard.

Online help is set of .md files at https://github.com/Nodeclipse/nodeclipse-1/tree/master/org.nodeclipse.help/contents

Content is to be authored in Markdown, then converted to HTML.

Online help URL https://github.com/Nodeclipse/org.nodeclipse.help/tree/master/contents

  • [v] TODO convert to Tycho build.

Developing

get Nodeclipse NTS or SDK, or get all plugins

http://javatime.no/blog/inplace-activator-overview/ Works great in first time, then cann't refresh -> Use 'Launch Eclipse application' link from plugin.xml Overview tab.

using Markdown ->HTML conversion

Ideas for tool:

Finally using GFM View

Problems

Adding links to real site sometime/ after a while causes Eclipse to crash silently.

<topic label="Site"  href="http://www.nodeclipse.org/"/>
<topic label="History"  href="http://www.nodeclipse.org/history"/>

Q

Can Eclipse Help show .js file?