|
2 | 2 | <html> |
3 | 3 | <head> |
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
5 | | -<title>C:\Users\weibl\git\Enide-nodeclipse-1\org.nodeclipse.help\contents\.configuration.md.html</title> |
| 5 | +<title>D:\Workspaces\Nodeclipse-DEV\nodeclipse-1\org.nodeclipse.help\contents\.configuration.md.html</title> |
6 | 6 |
|
7 | 7 |
|
8 | 8 | <style type="text/css"> |
|
453 | 453 | <h2> <a name="configuration" class="anchor" href="..md.html#configuration"><span class="octicon octicon-link"></span></a>Configuration</h2> |
454 | 454 | <p>Some recommended configuration (These steps are needed for every new workspace):</p> |
455 | 455 | <p>Goto Window->Preferences </p> |
456 | | -<p>General select Show heap status<br /> General->Workspace -> Text file encoding select other UTF-8<br /> (if Eclipse 4.x Chrome Theme (Optional) installed)<br /> General->Appearance ->Theme select Jeeeyul's themes - Chrome Theme, restart Eclipse<br /> Team -> Git -> History : Check "Follow renames" </p> |
| 456 | +<p>General select Show heap status<br /> General->Workspace -> Text file encoding select other UTF-8<br /> (if Eclipse 4.x Chrome Theme installed (Optional, recommended) )<br /> General->Appearance ->Theme select Jeeeyul's themes - Chrome Theme, restart Eclipse<br /> Team -> Git -> History : Check "Follow renames" </p> |
457 | 457 | <p>Switch to Node perspective (e.g. Window -> Open Perspective -> Other ... -> Node)</p> |
458 | | -<p>Window -> Show View -> Other... -> REST Client -> REST Client Tool</p> |
| 458 | +<p>Window -> Show View -> Other... -> REST Client -> REST Client Tool<br /> or Ctrl+3 type <code>rest</code></p> |
459 | 459 | <p>REST Client Tool is also nice to use in Debug perspective.</p> |
460 | | -<h3> <a name="preferences" class="anchor" href="..md.html#preferences"><span class="octicon octicon-link"></span></a>Preferences</h3> |
461 | | -<p>Check preferences ( Window -> Preferences ) for Node.js related settings.</p> |
462 | | -<p><a href="images/Nodeclipse-Preferences.png" target="_blank"><img src="images/Nodeclipse-Preferences.png" alt="" style="max-width:100%;" /></a></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> |
| 461 | +<p>General -> Workspace -> Refresh on access General -> Workspace -> 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 -> Workspace -> Text file encoding - select UTF-8 </code></code></p> |
| 462 | +<p>General -> Editors -> Text Editors -> Show print margin, 120</p> |
| 463 | +<p>General -> Editors -> Text Editors -> Show whitespace characters (just remeber where is this setting)</p> |
| 464 | +<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> |
| 466 | +<p>Check preferences ( Window -> Preferences ) for Node.js, PhantomJS, MongoDB and Nashorn related settings.</p> |
463 | 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> |
464 | 468 | <h3> <a name="before-06" class="anchor" href="..md.html#before-06"><span class="octicon octicon-link"></span></a>Before 0.6</h3> |
465 | 469 | <p>Window -> Show View -> Other... -> GFM Support -> GFM View<br /> (Very useful when exploring <code>node_modules</code> folders) </p> |
466 | 470 | <h4> <a name="file-associations" class="anchor" href="..md.html#file-associations"><span class="octicon octicon-link"></span></a>File associations</h4> |
467 | 471 | <p>Window -> Preferences -> General -> Editors -> File Associations <kbd>Add...</kbd></p> |
468 | 472 | <ul> |
469 | 473 | <li>*.jade - associate with Scrapbook (from JDT)</li> |
470 | | - <li>*.ejs - associate with HTML Editor (from WebTools, Aptana, etc)</li> |
| 474 | + <li>*.ejs - associate with HTML Editor (from WebTools, Aptana, etc) or better with Amateras HTML Editor (check on Nodeclipse Plugin List)</li> |
471 | 475 | </ul> |
472 | 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> |
473 | 477 | <p>Window -> Show View -> Other... -> MiniMap -> MiniMap</p> |
|
0 commit comments