Skip to content

Commit 090583a

Browse files
committed
update Help before 0.10 release
1 parent 53028de commit 090583a

15 files changed

+234
-250
lines changed

org.nodeclipse.help/contents/.github-flavored-markdown.md.html

Lines changed: 3 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\.github-flavored-markdown.md.html</title>
5+
<title>D:\Workspaces\Nodeclipse-DEV\nodeclipse-1\org.nodeclipse.help\contents\.github-flavored-markdown.md.html</title>
66

77

88
<style type="text/css">
@@ -457,8 +457,8 @@ <h2> <a name="github-flavored-markdown-gfm" class="anchor" href="..md.html#githu
457457
<p>If you're not already familiar with Markdown, you should spend 15 minutes and go over the excellent Markdown Syntax Guide at Daring Fireball. Note that markup that's not covered by GFM can't be supplanted with HTML.</p>
458458
</blockquote>
459459
<p>Continue at <a href="https://help.github.com/articles/github-flavored-markdown">https://help.github.com/articles/github-flavored-markdown</a> .</p>
460-
<h3> <a name="issue-during-debug" class="anchor" href="..md.html#issue-during-debug"><span class="octicon octicon-link"></span></a>Issue during Debug</h3>
461-
<p>When debugging this plugin causes <a href="https://github.com/satyagraha/gfm_viewer/issues/20">Error Dialog NullPointerException</a>. So close it before you start your debugging session.</p>
460+
<h3> <a name="gfm-viewer-plugin" class="anchor" href="..md.html#gfm-viewer-plugin"><span class="octicon octicon-link"></span></a>GFM Viewer plugin</h3>
461+
<p>For GFM Viewer check <a href="https://github.com/satyagraha/gfm_viewer">https://github.com/satyagraha/gfm_viewer</a>. It also has its own Help.</p>
462462
<p>You can open it any time from Windows -&gt; Show View -&gt; GFM View</p>
463463
<h3> <a name="contribute" class="anchor" href="..md.html#contribute"><span class="octicon octicon-link"></span></a>Contribute</h3>
464464
<p><a href="https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.help/contents/github-flavored-markdown.md" target="_blank">Edit online on GitHub</a></p>

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

Lines changed: 8 additions & 10 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\.import.md.html</title>
5+
<title>D:\Workspaces\Nodeclipse-DEV\nodeclipse-1\org.nodeclipse.help\contents\.import.md.html</title>
66

77

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

450450
</head>
451451
<body class="markdown-body">
452-
<p>Title: Nodeclipse Online Help - Import</p>
452+
<p>Title: Nodeclipse Help - Import</p>
453453
<h2> <a name="import" class="anchor" href="..md.html#import"><span class="octicon octicon-link"></span></a>Import</h2>
454-
<p>You can just select File -&gt; New -&gt; Node.js Project. It will add only new <code>.project</code> file.</p>
455-
<p>Or do it in longer way:</p>
456-
<ol>
457-
<li>Add file <code>.project</code> into your project root with following content (change name):</li>
458-
</ol>
454+
<p>_1. Add <code>.project</code> file (3 option a,b,c,d)</p>
455+
<p>a. (via shell) run <code>nodeclipse -p</code> from project root. It will add <code>.project</code> file and some configuration files.</p>
456+
<p>b. (GUI) You can just select <code>File -&gt; New -&gt; Node.js Project</code>. It will add only new <code>.project</code> file. And you have your project opened in Eclipse / Enide Studio.</p>
457+
<p>c. create new project and learn what files there are.</p>
458+
<p>d. (manualy, minimal) add file <code>.project</code> into your project root with following content (change name):</p>
459459
<div class="highlight highlight-xml">
460460
<pre><span class="cp">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</span>
461461
<span class="nt">&lt;projectDescription&gt;</span>
@@ -478,9 +478,7 @@ <h2> <a name="import" class="anchor" href="..md.html#import"><span class="octico
478478
</pre>
479479
</div>
480480
<p>Now your project is Eclipse project :)</p>
481-
<ol>
482-
<li>Import via standard File -&gt; Import -&gt; General -&gt; Existing Projects into Workspace and select folder where the project is located.</li>
483-
</ol>
481+
<p>_2. Import via standard File -&gt; Import -&gt; General -&gt; Existing Projects into Workspace and select folder where the project is located.</p>
484482
<h3> <a name="contribute" class="anchor" href="..md.html#contribute"><span class="octicon octicon-link"></span></a>Contribute</h3>
485483
<p><a href="https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.help/contents/import.md" target="_blank">Edit online on GitHub</a></p>
486484
</body>

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

Lines changed: 5 additions & 2 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\.javascript.md.html</title>
5+
<title>D:\Workspaces\Nodeclipse-DEV\nodeclipse-1\org.nodeclipse.help\contents\.javascript.md.html</title>
66

77

88
<style type="text/css">
@@ -462,7 +462,10 @@ <h2> <a name="javascript" class="anchor" href="..md.html#javascript"><span class
462462
<h3> <a name="nodeclipse-javascript-editor" class="anchor" href="..md.html#nodeclipse-javascript-editor"><span class="octicon octicon-link"></span></a>Nodeclipse JavaScript Editor</h3>
463463
<p>Nodeclipse JavaScript Editor is based on standard Eclipse JSDT (JavaScript Development Tools). Check JavaScript Development Guide in Help.</p>
464464
<h4> <a name="hints" class="anchor" href="..md.html#hints"><span class="octicon octicon-link"></span></a>Hints</h4>
465-
<p>Press <kbd>Ctrl+Shift+F</kbd> to format.</p>
465+
<ul>
466+
<li>Press <kbd>Ctrl+Shift+F</kbd> to format.</li>
467+
<li> <a href="http://www.nodeclipse.org/">http://www.nodeclipse.org/</a> main page has many usefull shortcuts.</li>
468+
</ul>
466469
<h3> <a name="contribute" class="anchor" href="..md.html#contribute"><span class="octicon octicon-link"></span></a>Contribute</h3>
467470
<p><a href="https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.help/contents/javascript.md" target="_blank">Edit online on GitHub</a></p>
468471
</body>

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

Lines changed: 35 additions & 56 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\.nashorn.md.html</title>
5+
<title>D:\Workspaces\Nodeclipse-DEV\nodeclipse-1\org.nodeclipse.help\contents\.nashorn.md.html</title>
66

77

88
<style type="text/css">
@@ -467,75 +467,54 @@ <h2> <a name="links" class="anchor" href="..md.html#links"><span class="octicon
467467
<h2> <a name="java-8-script-utils" class="anchor" href="..md.html#java-8-script-utils"><span class="octicon octicon-link"></span></a>Java 8 script utils</h2>
468468
<p>Java 8 goes with 2 utils: <code>jjs</code> for running JavaScript on Nashorn engine and <code>jrunscript</code> for running any script engine</p>
469469
<h3> <a name="jjs-command-line-util" class="anchor" href="..md.html#jjs-command-line-util"><span class="octicon octicon-link"></span></a><code>jjs</code> command line util</h3>
470-
<div class="highlight highlight-txt">
471-
<pre> <span class="err">C:\Program</span> <span class="err">Files\Java\jdk1.8.0\bin&gt;jjs.exe</span> <span class="err">-v</span>
470+
<pre><code>
471+
C:\Program Files\Java\jdk1.8.0\bin&gt;jjs.exe -v
472472

473-
<span class="err">nashorn</span> <span class="err">1.8.0</span>
473+
nashorn 1.8.0
474474

475475

476-
<span class="err">C:\Program</span> <span class="err">Files\Java\jdk1.8.0\bin&gt;jjs.exe</span> <span class="err">-h</span>
476+
C:\Program Files\Java\jdk1.8.0\bin&gt;jjs.exe -h
477477

478-
<span class="err">jjs</span> <span class="err">[&lt;options&gt;]</span> <span class="err">&lt;files&gt;</span> <span class="err">[--</span> <span class="err">&lt;arguments&gt;]</span>
479-
<span class="err">-</span><span class="nb">D</span> <span class="p">(</span><span class="s">-Dname=value.</span> <span class="s">Set</span> <span class="s">a</span> <span class="s">system</span> <span class="s">property.</span> <span class="s">This</span> <span class="s">option</span> <span class="s">can</span> <span class="s">be</span> <span class="s">repeated.</span><span class="p">)</span>
478+
jjs [] [-- ]
479+
-D (-Dname=value. Set a system property. This option can be repeated.)
480480

481-
<span class="err">-cp,</span> <span class="err">-</span><span class="nb">classpath</span> <span class="p">(</span><span class="s">-cp</span> <span class="s">path.</span> <span class="s">Specify</span> <span class="s">where</span> <span class="s">to</span> <span class="s">find</span> <span class="s">user</span> <span class="s">class</span> <span class="s">files.</span><span class="p">)</span>
481+
-cp, -classpath (-cp path. Specify where to find user class files.)
482482

483-
<span class="err">-doe,</span> <span class="err">-dump-on-</span><span class="nb">error</span> <span class="p">(</span><span class="s">Dump</span> <span class="s">a</span> <span class="s">stack</span> <span class="s">trace</span> <span class="s">on</span> <span class="s">errors.</span><span class="p">)</span>
484-
<span class="err">param:</span> <span class="err">[true|false]</span> <span class="err">default:</span> <span class="err">false</span>
483+
-doe, -dump-on-error (Dump a stack trace on errors.)
484+
param: [true|false] default: false
485485

486-
<span class="err">-fv,</span> <span class="err">-</span><span class="nb">fullversion</span> <span class="p">(</span><span class="s">Print</span> <span class="s">full</span> <span class="s">version</span> <span class="s">info</span> <span class="s">of</span> <span class="s">Nashorn.</span><span class="p">)</span>
487-
<span class="err">param:</span> <span class="err">[true|false]</span> <span class="err">default:</span> <span class="err">false</span>
486+
-fv, -fullversion (Print full version info of Nashorn.)
487+
param: [true|false] default: false
488488

489-
<span class="err">-</span><span class="nb">fx</span> <span class="p">(</span><span class="s">Launch</span> <span class="s">script</span> <span class="s">as</span> <span class="s">an</span> <span class="s">fx</span> <span class="s">application.</span><span class="p">)</span>
490-
<span class="err">param:</span> <span class="err">[true|false]</span> <span class="err">default:</span> <span class="err">false</span>
489+
-fx (Launch script as an fx application.)
490+
param: [true|false] default: false
491491

492-
<span class="err">-h,</span> <span class="err">-</span><span class="nb">help</span> <span class="p">(</span><span class="s">Print</span> <span class="s">help</span> <span class="s">for</span> <span class="s">command</span> <span class="s">line</span> <span class="s">flags.</span><span class="p">)</span>
493-
<span class="err">param:</span> <span class="err">[true|false]</span> <span class="err">default:</span> <span class="err">false</span>
492+
-h, -help (Print help for command line flags.)
493+
param: [true|false] default: false
494494

495-
<span class="err">-</span><span class="nb">scripting</span> <span class="p">(</span><span class="s">Enable</span> <span class="s">scripting</span> <span class="s">features.</span><span class="p">)</span>
496-
<span class="err">param:</span> <span class="err">[true|false]</span> <span class="err">default:</span> <span class="err">false</span>
495+
-scripting (Enable scripting features.)
496+
param: [true|false] default: false
497497

498-
<span class="err">-</span><span class="nb">strict</span> <span class="p">(</span><span class="s">Run</span> <span class="s">scripts</span> <span class="s">in</span> <span class="s">strict</span> <span class="s">mode.</span><span class="p">)</span>
499-
<span class="err">param:</span> <span class="err">[true|false]</span> <span class="err">default:</span> <span class="err">false</span>
498+
-strict (Run scripts in strict mode.)
499+
param: [true|false] default: false
500500

501-
<span class="err">-t,</span> <span class="err">-</span><span class="nb">timezone</span> <span class="p">(</span><span class="s">Set</span> <span class="s">timezone</span> <span class="s">for</span> <span class="s">script</span> <span class="s">execution.</span><span class="p">)</span>
502-
<span class="err">param:</span> <span class="err">&lt;timezone&gt;</span> <span class="err">default:</span> <span class="err">Asia/Shanghai</span>
501+
-t, -timezone (Set timezone for script execution.)
502+
param: default: Asia/Shanghai
503503

504-
<span class="err">-v,</span> <span class="err">-</span><span class="nb">version</span> <span class="p">(</span><span class="s">Print</span> <span class="s">version</span> <span class="s">info</span> <span class="s">of</span> <span class="s">Nashorn.</span><span class="p">)</span>
505-
<span class="err">param:</span> <span class="err">[true|false]</span> <span class="err">default:</span> <span class="err">false</span>
506-
</pre>
507-
</div>
504+
-v, -version (Print version info of Nashorn.)
505+
param: [true|false] default: false
506+
</code></pre>
508507
<h3> <a name="jrunscript-command-line-util" class="anchor" href="..md.html#jrunscript-command-line-util"><span class="octicon octicon-link"></span></a><code>jrunscript</code> command line util</h3>
509-
<div class="highlight highlight-txt">
510-
<pre> <span class="err">C:\Program</span> <span class="err">Files\Java\jdk1.8.0\bin&gt;jrunscript.exe</span> <span class="err">-h</span>
511-
<span class="err">Usage:</span> <span class="err">jrunscript</span> <span class="err">[options]</span> <span class="err">[arguments...]</span>
508+
<pre><code>
509+
C:\Program Files\Java\jdk1.8.0\bin&gt;jrunscript.exe -h
510+
Usage: jrunscript [options] [arguments...]
512511

513-
<span class="err">where</span> <span class="err">[options]</span> <span class="err">include:</span>
514-
<span class="err">-classpath</span> <span class="err">&lt;path&gt;</span> <span class="err">Specify</span> <span class="err">where</span> <span class="err">to</span> <span class="err">find</span> <span class="err">user</span> <span class="err">class</span> <span class="err">files</span>
515-
<span class="err">-cp</span> <span class="err">&lt;path&gt;</span> <span class="err">Specify</span> <span class="err">where</span> <span class="err">to</span> <span class="err">find</span> <span class="err">user</span> <span class="err">class</span> <span class="err">files</span>
516-
<span class="err">-D&lt;name&gt;=&lt;value&gt;</span> <span class="err">Set</span> <span class="err">a</span> <span class="err">system</span> <span class="err">property</span>
517-
<span class="err">-J&lt;flag&gt;</span> <span class="err">Pass</span> <span class="err">&lt;flag&gt;</span> <span class="err">directly</span> <span class="err">to</span> <span class="err">the</span> <span class="err">runtime</span> <span class="err">system</span>
518-
<span class="err">-l</span> <span class="err">&lt;language&gt;</span> <span class="err">Use</span> <span class="err">specified</span> <span class="err">scripting</span> <span class="err">language</span>
519-
<span class="err">-e</span> <span class="err">&lt;script&gt;</span> <span class="err">Evaluate</span> <span class="err">given</span> <span class="err">script</span>
520-
<span class="err">-encoding</span> <span class="err">&lt;encoding&gt;</span> <span class="err">Specify</span> <span class="err">character</span> <span class="err">encoding</span> <span class="err">used</span> <span class="err">by</span> <span class="err">script</span> <span class="err">files</span>
521-
<span class="err">-f</span> <span class="err">&lt;script</span> <span class="err">file&gt;</span> <span class="err">Evaluate</span> <span class="err">given</span> <span class="err">script</span> <span class="err">file</span>
522-
<span class="err">-f</span> <span class="err">-</span> <span class="err">Interactive</span> <span class="err">mode,</span> <span class="err">read</span> <span class="err">script</span> <span class="err">from</span> <span class="err">standard</span> <span class="err">input</span>
523-
<span class="err">If</span> <span class="err">this</span> <span class="err">is</span> <span class="err">used,</span> <span class="err">this</span> <span class="err">should</span> <span class="err">be</span> <span class="err">the</span> <span class="err">last</span> <span class="err">-f</span> <span class="err">option</span>
524-
<span class="err">-help</span> <span class="err">Print</span> <span class="err">this</span> <span class="err">usage</span> <span class="err">message</span> <span class="err">and</span> <span class="err">exit</span>
525-
<span class="err">-?</span> <span class="err">Print</span> <span class="err">this</span> <span class="err">usage</span> <span class="err">message</span> <span class="err">and</span> <span class="err">exit</span>
526-
<span class="err">-q</span> <span class="err">List</span> <span class="err">all</span> <span class="err">scripting</span> <span class="err">engines</span> <span class="err">available</span> <span class="err">and</span> <span class="err">exit</span>
527-
528-
<span class="err">If</span> <span class="err">[arguments..]</span> <span class="err">are</span> <span class="err">present</span> <span class="err">and</span> <span class="err">if</span> <span class="err">no</span> <span class="err">-e</span> <span class="err">or</span> <span class="err">-f</span> <span class="err">option</span> <span class="err">is</span> <span class="err">used,</span> <span class="err">then</span> <span class="err">first</span>
529-
<span class="err">argument</span> <span class="err">is</span> <span class="err">script</span> <span class="err">file</span> <span class="err">and</span> <span class="err">the</span> <span class="err">rest</span> <span class="err">of</span> <span class="err">the</span> <span class="err">arguments,</span> <span class="err">if</span> <span class="err">any,</span> <span class="err">are</span> <span class="err">passed</span>
530-
<span class="err">as</span> <span class="err">script</span> <span class="err">arguments.</span> <span class="err">If</span> <span class="err">[arguments..]</span> <span class="err">and</span> <span class="err">-e</span> <span class="err">or</span> <span class="err">-f</span> <span class="err">option</span> <span class="err">is</span> <span class="err">used,</span> <span class="err">then</span> <span class="err">all</span>
531-
<span class="err">[arguments..]</span> <span class="err">are</span> <span class="err">passed</span> <span class="err">as</span> <span class="err">script</span> <span class="err">arguments.</span> <span class="err">If</span> <span class="err">[arguments..],</span> <span class="err">-e,</span> <span class="err">-f</span> <span class="err">are</span>
532-
<span class="err">missing,</span> <span class="err">then</span> <span class="err">interactive</span> <span class="err">mode</span> <span class="err">is</span> <span class="err">used.</span>
533-
534-
<span class="err">C:\Program</span> <span class="err">Files\Java\jdk1.8.0\bin&gt;jrunscript.exe</span> <span class="err">-q</span>
535-
<span class="err">Language</span> <span class="err">ECMAScript</span> <span class="err">ECMA</span> <span class="err">-</span> <span class="err">262</span> <span class="err">Edition</span> <span class="err">5.1</span> <span class="err">implemention</span> <span class="err">&quot;Oracle</span> <span class="err">Nashorn&quot;</span> <span class="err">1.8.0</span>
536-
</pre>
537-
</div>
538-
<h3> <a name="contribute" class="anchor" href="..md.html#contribute"><span class="octicon octicon-link"></span></a>Contribute</h3>
539-
<p><a href="https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.help/contents/nashorn.md" target="_blank">Edit online on GitHub</a></p>
512+
where [options] include:
513+
-classpath Specify where to find user class files
514+
-cp Specify where to find user class files
515+
-D= Set a system property
516+
-J Pass directly to the runtime system
517+
-l Use specified scripting language
518+
-e </code></pre>
540519
</body>
541520
</html>

0 commit comments

Comments
 (0)