Skip to content

Commit aaf1850

Browse files
committed
update help
1 parent 9a4af5d commit aaf1850

File tree

3 files changed

+25
-13
lines changed

3 files changed

+25
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Maven build is optional for full build with other plugins.
6969
Build
7070

7171
`mvn package` or `mvn clean package -Pquick` builds in `org.nodeclipse.updates/target` with less external dependencies.
72-
Not enought for release, e.g. because JSHint is external plugin and there are 20 more others.
72+
It is not enough for release, e.g. because JSHint is external plugin and there are 20 more others.
7373

7474
`mvn clean package -Pfull` builds in `org.nodeclipse.site/target`. For release.
7575

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

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@
9191
.markdown-body p, .markdown-body blockquote, .markdown-body ul, .markdown-body ol, .markdown-body dl, .markdown-body table, .markdown-body pre {
9292
margin: 15px 0;
9393
}
94+
.markdown-body hr {
95+
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OENDRjNBN0E2NTZBMTFFMEI3QjRBODM4NzJDMjlGNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OENDRjNBN0I2NTZBMTFFMEI3QjRBODM4NzJDMjlGNDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4Q0NGM0E3ODY1NkExMUUwQjdCNEE4Mzg3MkMyOUY0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4Q0NGM0E3OTY1NkExMUUwQjdCNEE4Mzg3MkMyOUY0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqqezsUAAAAfSURBVHjaYmRABcYwBiM2QSA4y4hNEKYDQxAEAAIMAHNGAzhkPOlYAAAAAElFTkSuQmCC") repeat-x;
96+
border: 0;
97+
color: #CCC;
98+
height: 4px;
99+
margin: 15px 0;
100+
padding: 0;
101+
}
94102
.markdown-body ul, .markdown-body ol {
95103
padding-left: 30px;
96104
}
@@ -450,34 +458,35 @@
450458
</head>
451459
<body class="markdown-body">
452460
<p>Title: Nodeclipse Online Help - Configuration </p>
453-
<h2> <a name="configuration" class="anchor" href="..md.html#configuration"><span class="octicon octicon-link"></span></a>Configuration</h2>
461+
<h2> <a name="user-content-configuration" class="anchor" href="..md.html#configuration" aria-hidden="true"><span class="octicon octicon-link"></span></a>Configuration</h2>
454462
<p>Some recommended configuration (These steps are needed for every new workspace):</p>
455463
<p>Goto Window-&gt;Preferences </p>
456464
<p>General select Show heap status<br /> General-&gt;Workspace -&gt; Text file encoding select other UTF-8<br /> (if Eclipse 4.x Chrome Theme installed (Optional, recommended) )<br /> General-&gt;Appearance -&gt;Theme select Jeeeyul's themes - Chrome Theme, restart Eclipse<br /> Team -&gt; Git -&gt; History : Check &quot;Follow renames&quot; </p>
457465
<p>Switch to Node perspective (e.g. Window -&gt; Open Perspective -&gt; Other ... -&gt; Node)</p>
458-
<p>Window -&gt; Show View -&gt; Other... -&gt; REST Client -&gt; REST Client Tool<br /> or Ctrl+3 type <code>rest</code></p>
459-
<p>REST Client Tool is also nice to use in Debug perspective.</p>
460-
<h4> <a name="optional-general-eclipse-configuration" class="anchor" href="..md.html#optional-general-eclipse-configuration"><span class="octicon octicon-link"></span></a>Optional general Eclipse configuration</h4>
466+
<p>In Project Explorer press small triangle to open View Menu and select Customize View... Then on Filter tab deselect <code>.* resources</code></p>
467+
<p><a href="http://www.nodeclipse.org/restclient-tool/">REST Client Tool</a> is also nice to use in Debug perspective.</p>
468+
<p><kbd>Window -&gt; Show View -&gt; Other... -&gt; REST Client -&gt; REST Client Tool</kbd><br /> or <kbd>Ctrl+3</kbd> type <code>rest</code></p>
469+
<h4> <a name="user-content-optional-general-eclipse-configuration" class="anchor" href="..md.html#optional-general-eclipse-configuration" aria-hidden="true"><span class="octicon octicon-link"></span></a>Optional general Eclipse configuration</h4>
461470
<p>General -&gt; Workspace -&gt; Refresh on access General -&gt; Workspace -&gt; Refresh using native hooks or polling (so that you don't need to press <kbd>F5</kbd> after <code>npm install<code> or other changes on file system) General -&gt; Workspace -&gt; Text file encoding - select UTF-8 </code></code></p>
462471
<p>General -&gt; Editors -&gt; Text Editors -&gt; Show print margin, 120</p>
463472
<p>General -&gt; Editors -&gt; Text Editors -&gt; Show whitespace characters (just remeber where is this setting)</p>
464473
<p>Take a time to explore other Eclipse setting, you may be rewarded with findings. </p>
465-
<h3> <a name="nodeclipse-preferences" class="anchor" href="..md.html#nodeclipse-preferences"><span class="octicon octicon-link"></span></a>Nodeclipse Preferences</h3>
474+
<h3> <a name="user-content-nodeclipse-preferences" class="anchor" href="..md.html#nodeclipse-preferences" aria-hidden="true"><span class="octicon octicon-link"></span></a>Nodeclipse Preferences</h3>
466475
<p>Check preferences ( Window -&gt; Preferences ) for Node.js, PhantomJS, MongoDB and Nashorn related settings.</p>
467-
<h2> <a name="in-previous-versions" class="anchor" href="..md.html#in-previous-versions"><span class="octicon octicon-link"></span></a>In previous versions</h2>
468-
<h3> <a name="before-06" class="anchor" href="..md.html#before-06"><span class="octicon octicon-link"></span></a>Before 0.6</h3>
476+
<h2> <a name="user-content-in-previous-versions" class="anchor" href="..md.html#in-previous-versions" aria-hidden="true"><span class="octicon octicon-link"></span></a>In previous versions</h2>
477+
<h3> <a name="user-content-before-06" class="anchor" href="..md.html#before-06" aria-hidden="true"><span class="octicon octicon-link"></span></a>Before 0.6</h3>
469478
<p>Window -&gt; Show View -&gt; Other... -&gt; GFM Support -&gt; GFM View<br /> (Very useful when exploring <code>node_modules</code> folders) </p>
470-
<h4> <a name="file-associations" class="anchor" href="..md.html#file-associations"><span class="octicon octicon-link"></span></a>File associations</h4>
479+
<h4> <a name="user-content-file-associations" class="anchor" href="..md.html#file-associations" aria-hidden="true"><span class="octicon octicon-link"></span></a>File associations</h4>
471480
<p>Window -&gt; Preferences -&gt; General -&gt; Editors -&gt; File Associations <kbd>Add...</kbd></p>
472481
<ul>
473482
<li>*.jade - associate with Scrapbook (from JDT)</li>
474483
<li>*.ejs - associate with HTML Editor (from WebTools, Aptana, etc) or better with Amateras HTML Editor (check on Nodeclipse Plugin List)</li>
475-
</ul>
476-
<h4> <a name="nts-only" class="anchor" href="..md.html#nts-only"><span class="octicon octicon-link"></span></a><a href="http://www.nodeclipse.org/nts/">NTS</a> Only</h4>
484+
</ul>
485+
<h4> <a name="user-content-nts-only" class="anchor" href="..md.html#nts-only" aria-hidden="true"><span class="octicon octicon-link"></span></a> <a href="http://www.nodeclipse.org/nts/">NTS</a> Only</h4>
477486
<p>Window -&gt; Show View -&gt; Other... -&gt; MiniMap -&gt; MiniMap</p>
478-
<h3> <a name="before-04" class="anchor" href="..md.html#before-04"><span class="octicon octicon-link"></span></a>Before 0.4</h3>
487+
<h3> <a name="user-content-before-04" class="anchor" href="..md.html#before-04" aria-hidden="true"><span class="octicon octicon-link"></span></a>Before 0.4</h3>
479488
<p>Window -&gt; Show View -&gt; Other... -&gt; Markdown -&gt; Markdown HTML Preview<br /> (Very useful when exploring <code>node_modules</code> folders) </p>
480-
<h3> <a name="contribute" class="anchor" href="..md.html#contribute"><span class="octicon octicon-link"></span></a>Contribute</h3>
489+
<h3> <a name="user-content-contribute" class="anchor" href="..md.html#contribute" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contribute</h3>
481490
<p><a href="https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.help/contents/configuration.md" target="_blank">Edit online on GitHub</a></p>
482491
</body>
483492
</html>

org.nodeclipse.help/contents/configuration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Team -> Git -> History : Check "Follow renames"
1414

1515
Switch to Node perspective (e.g. Window -> Open Perspective -> Other ... -> Node)
1616

17+
In Project Explorer press small triangle to open View Menu
18+
and select Customize View... Then on Filter tab deselect `.* resources`
19+
1720
[REST Client Tool](http://www.nodeclipse.org/restclient-tool/) is also nice to use in Debug perspective.
1821

1922
<kbd>Window -> Show View -> Other... -> REST Client -> REST Client Tool</kbd>

0 commit comments

Comments
 (0)