@@ -91,6 +91,20 @@ <h3>Announcements</h3><a class="anchor" id="news"></a>
91
91
92
92
< p > < a href ="community/newsletter "> Subscribe for newsletter.</ a > </ p >
93
93
94
+ < p >
95
+ 2013-12-11< br />
96
+ < a href ="https://github.com/Nodeclipse/nodeclipse-1/tree/master/org.nodeclipse.ui/templates "> Nodeclipse CLI</ a > is published with npm
97
+ < a href ="https://npmjs.org/package/nodeclipse "> registry</ a > .
98
+ Install it with < pre > $ npm install -g nodeclipse</ pre >
99
+ Now create new project in any way, then < pre > $ nodeclipse -p</ pre > to make it Eclipse project ready for import
100
+ < code > File -> Import -> General / Existing Projects into Workspace</ code > .
101
+ CLI also allows to create new Node.js projects like < pre > $ nodeclipse -c project1 -u hellow-world</ pre > .
102
+ And that is great because it uses
103
+ < a href ="https://github.com/Nodeclipse/nodeclipse-1/tree/master/org.nodeclipse.ui/templates "> the same templates as Nodeclipse plugin</ a > .
104
+ So if you have an idea for new wizard, propose your additions with pull request as new_folder,
105
+ then it will be immediately available as < pre > $ nodeclipse -c new_project1 -u new_folder</ pre > ,
106
+ and after a while as Wizard option in Eclipse/Enide.
107
+ </ p >
94
108
< p >
95
109
2013-12-06< br />
96
110
< a href ="/enide/monster/ "> Enide Monstr</ a > 0.8.1 for Windows x32 is published on
@@ -174,18 +188,20 @@ <h3>Installing</h3>
174
188
< p >
175
189
If you have not installed < a href ="http://www.nodejs.org/ "> Node.js</ a > yet,
176
190
please < a href ="http://www.nodejs.org/download/ "> install</ a > it first.< br />
177
- Then, please install Express as follows.
191
+ Then, please install Nodeclipse CLI and Express as follows.
178
192
<!-- for Windows
179
193
<pre>$ npm install -g express</pre><br/>
180
194
-->
181
- < pre > $sudo npm install -g express</ pre > < br />
195
+ < pre > $npm install -g nodeclipse</ pre > < br />
196
+ < pre > $npm install -g express</ pre > < br />
182
197
</ p >
183
198
184
199
< p >
185
200
Drag and drop {% include nodeclipse_install_button.html %} into a running Eclipse to install Nodeclipse.</ br >
186
201
Or use update site:
187
202
< pre > {% include nodeclipse_update_site.html %}</ pre >
188
203
</ p >
204
+ < p > Check < a href ="/updates/ "> download page</ a > for more details.</ p >
189
205
<!--
190
206
<p>
191
207
You may want to install JSHint integration for Eclipse.<br/>
@@ -203,19 +219,19 @@ <h3><a name="features" class="anchor" href="#features"></a>Features</h3>
203
219
< li > Refactoring within one file (< kbd > Alt+Shift+R</ kbd > )</ li >
204
220
< li > JSON files highlight and validation</ li >
205
221
< li > NPM support</ li >
206
- < li > Debugging - Breakpoint, Trace, Variables, Expressions, etc... via Eclipse debugger plugin for V8</ li >
222
+ < li > Debugging - Breakpoint, Trace, Variables, Expressions, etc... via modified Eclipse debugger plugin for V8</ li >
207
223
< li > Setting project properties for < a href ="http://github.eclipsesource.com/jshint-eclipse/ "> JSHint-Eclipse</ a > automatically;
208
224
< a href ="http://www.jshint.com/ "> JSHint</ a >
209
- settings < a href ="https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.ui/common-templates/.jshintrc "> template</ a > </ li >
225
+ settings < a href ="https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.ui/templates/ common-templates/.jshintrc "> template</ a > </ li >
210
226
< li > Passing arguments to Node application and Node.js, specifying environment variables values to use</ li >
211
227
< li > Running CoffeeScript *.coffee files</ li >
212
228
< li > Running *.js files with PhantomJS, MongoDB Shell or Java 8 Nashorn < code > jjs</ code > util</ li >
213
229
< li > Bundled together with Markdown Editor, GitHub Flavored Markdown, StartExplorer (for system explorer and shell),
214
- RegEx, Icon Editor, MongoDB, RestClient Tool
230
+ RegEx, Icon Editor, MongoDB GUI , RestClient Tool
215
231
and other plugins (20+ in total, check update site and
216
232
< a href ="http://www.nodeclipse.org/updates/list "> Nodeclispe Plugin List</ a > )
217
233
</ li >
218
- < li > Support for Eclipse Juno, Kepler, Luna M3</ li >
234
+ < li > Support for Eclipse Juno, Kepler, Luna M3 (3.7, 3.8, 4.2, 4.3, 4.4) </ li >
219
235
</ ul >
220
236
221
237
< h3 > < a name ="usage " class ="anchor " href ="#usage "> </ a > Usage</ h3 >
@@ -276,7 +292,7 @@ <h4>No miracles, just files</h4>
276
292
< p >
277
293
In Project Explorer press trianle to call drop down menu Cutomize View... -> Filter -> uncheck *.resources.
278
294
Now you see all files:
279
- .project, .jshnt.rc and .settings folder. Take time to explore content.
295
+ .project, .jshnt.rc and .settings folder. Take time to explore files content, it is all under your control .
280
296
</ p >
281
297
282
298
< h3 > < a name ="support " class ="anchor " href ="#support "> </ a > Support</ h3 >
@@ -290,10 +306,10 @@ <h3><a name="support" class="anchor" href="#support"></a>Support</h3>
290
306
< li > I got this error, why? -- < a href ="http://stackoverflow.com/questions/tagged/nodeclipse "> StackOverflow</ a > ! *1</ li >
291
307
< li > I got this error and I'm sure it's a bug -- raise an < a href ="https://github.com/Nodeclipse/nodeclipse-1/issues "> issue</ a > !</ li >
292
308
< p >
293
- Should you report a bug, please include the following:
309
+ Should you < a name =" report-a-bug " class =" anchor " href =" #report-a-bug " > </ a > report a bug, please include the following:
294
310
< ol >
295
- < li > Nodeclipse version number (like 0.5 or 0.6 )</ li >
296
- < li > Eclipse version number (like 4.2.2 or 3.8 .0)</ li >
311
+ < li > Nodeclipse version number (like 0.4 or 0.8 )</ li >
312
+ < li > Eclipse version number (like 4.3.1 Kepler or 4.4 .0)</ li >
297
313
< li > Eclipse distribution (e.g. Eclipse for JEE Developers)</ li >
298
314
< li > A detailed description of the steps necessary to reproduce the problem.</ li >
299
315
< li > Screenshot and stack trace, that you can get from Eclipse Error Log View (Window -> Show View ...)
@@ -320,7 +336,9 @@ <h3>Fork me on <a href="https://github.com/Nodeclipse">GitHub</a></h3>
320
336
< p > Then build with</ p >
321
337
< pre > $ mvn package</ pre >
322
338
323
- < p > < a href ="https://github.com/Nodeclipse/nodeclipse-1#maven-build "> Check README</ a > </ p >
339
+ < p > First time < a href ="http://maven.apache.org/ "> maven</ a > needs download a lots!
340
+ < a href ="https://github.com/Nodeclipse/nodeclipse-1#maven-build "> Check README</ a > .</ p >
341
+
324
342
325
343
< h3 > Hepling</ h3 >
326
344
< p > Start by raising an < a href ="https://github.com/Nodeclipse/nodeclipse-1/issues "> issue</ a >
0 commit comments