Skip to content

Commit 13c90cf

Browse files
committed
Help add External Tools page
1 parent f96a0bd commit 13c90cf

10 files changed

+568
-5
lines changed

org.nodeclipse.help/HelpToc.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
<toc label="Nodeclipse Help" topic="contents/.index.md.html">
55
<topic label="Configuration" href="contents/.configuration.md.html"/>
6+
<topic label="External Tools" href="contents/.external-tools.md.html"/>
67
<topic label="Node.js" href="contents/.nodejs.md.html"/>
78
<topic label="Tutorials" href="contents/.tutorials.md.html"/>
89
<topic label="Import" href="contents/.import.md.html"/>
@@ -14,6 +15,7 @@
1415
<topic label="JavaScript" href="contents/.javascript.md.html"/>
1516
<topic label="CoffeeScript" href="contents/.coffeescript.md.html"/>
1617
<topic label="TypeScript" href="contents/.typescript.md.html"/>
18+
<topic label="Express" href="contents/.express.md.html"/>
1719
<topic label="node_redis" href="contents/.node_redis.md.html"/>
1820
<topic label="Plugins" href="contents/.plugins.md.html"/>
1921
<topic label="FAQ" href="contents/.FAQ.md.html"/>

org.nodeclipse.help/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ Ideas for tool:
2525

2626
Finally using GFM View
2727

28+
### Problems
29+
30+
Adding links to real site sometime/ after a while causes Eclipse to crash silently.
31+
32+
<topic label="Site" href="http://www.nodeclipse.org/"/>
33+
<topic label="History" href="http://www.nodeclipse.org/history"/>
34+
35+
2836
### Q
2937

3038
Can Eclipse Help show .js file?

org.nodeclipse.help/contents/.express.md.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5-
<title>C:\Users\weibl\git\Enide-nodeclipse-1\org.nodeclipse.help\contents\.express.md.html</title>
5+
<title>D:\Workspaces\Nodeclipse-DEV\nodeclipse-1\org.nodeclipse.help\contents\.express.md.html</title>
66

77

88
<style type="text/css">
@@ -449,7 +449,8 @@
449449

450450
</head>
451451
<body class="markdown-body">
452-
<pre><code> $ express -h
452+
<pre><code>
453+
$ express -h
453454

454455
Usage: express [options]
455456

@@ -461,7 +462,7 @@
461462
-e, --ejs add ejs engine support (defaults to jade)
462463
-J, --jshtml add jshtml engine support (defaults to jade)
463464
-H, --hogan add hogan.js engine support
464-
-c, --css &lt;engine&gt; add stylesheet &lt;engine&gt; support (less|stylus) (defaults to plain css)
465+
-c, --css add stylesheet support (less|stylus) (defaults to plain css)
465466
-f, --force force on non-empty directory
466467
</code></pre>
467468
</body>

0 commit comments

Comments
 (0)