Skip to content

Commit 8cbd931

Browse files
Paul VerestPaul Verest
Paul Verest
authored and
Paul Verest
committed
up
1 parent c8589a4 commit 8cbd931

File tree

5 files changed

+41
-20
lines changed

5 files changed

+41
-20
lines changed

enide/2015/README_2015-7.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ and save you some time.
4040

4141
0. If you don't have, get latest Node.js <http://www.nodejs.org/download/>
4242

43-
1. If you don't have, download & install latest JDK 7/8
43+
1. If you don't have, download & install latest JDK 8
4444

4545
<http://www.oracle.com/technetwork/java/javase/downloads/index.html>
46-
For example "Java Platform (JDK) 7u40"
46+
For example "Java Platform (JDK) 8u45"
4747

4848
2. [Download Enide 2015 for your operating system](https://sourceforge.net/projects/nodeclipse/files/Enide-2015/)
4949

projects/gradle/android/start.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ Back to [Android](./) page
1313

1414
You can start by downloading Android SDK, but you would be better off by asking your friends who have been developing
1515
for some years to get Android SDK with all Android images and sources downloaded.
16-
A full pack will be around 10GB of data, it may be too long and troublesome to download it.
16+
A full pack will be around 10GB of data, it may be too long and troublesome to download it.
17+
18+
Create `ANDROID_HOME` environment variable, and add to `Path`
19+
20+
%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools;
1721

1822
### Command line
1923

projects/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ by [Jeeeyul Lee](https://github.com/jeeeyul)
3333

3434
## Other
3535

36-
- https://github.com/ccancinos/rinzo-xml-editor
36+
- <https://github.com/ccancinos/rinzo-xml-editor>
3737

3838
<a href="http://with-eclipse.github.io/" target="_blank">
3939
<img alt="with-Eclipse logo" src="http://with-eclipse.github.io/with-eclipse-0.jpg" /></a>

updates/index.html

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,34 @@ <h3>prerequisites</h3>
142142
and <a href="/projects/gradle/android/start">android-start</a> pages.<br>
143143
<br>
144144

145-
That is enough for Node.js, JavaScript and Java development. You can update to the latest version
145+
That is enough for Node.js, JavaScript and Java development.<br>
146+
<br>
147+
For existing Node.js project you can run <code>nodeclipse -p</code> to add project files and then import as existing project.<br>
148+
For any project or folder you can run <code>nodeclipse -g</code> and then import as existing project
149+
(this will add only 1 <code>.project</code> file).<br>
150+
See <a href="/usage">Usage</a>.<br>
151+
<br>
152+
You can update to the latest version later
146153
and install even more from Nodeclipse Updates repository, see "b) update site".<br>
147154
<br>
155+
</li>
156+
157+
<li>4.b or <a href="http://www.eclipse.org/downloads/">Download</a> and install Eclipse for your OS.</br>
158+
Recommended is "Eclipse IDE for Committers" (actually it is Standard/SDK),
159+
"Eclipse IDE for Java Developers" or "Eclipse for Java/DSL Developers".
160+
You can also install Nodeclipse/Enide plugins into
161+
<!--<a href="http://developer.android.com/sdk/installing/bundle.html">Android ADT-Bundle</a>,-->
162+
<a href="http://aptana.com/products/studio3/download">Aptana Studio</a>
163+
(see <a href="https://github.com/Nodeclipse/nodeclipse-1/issues/181">issue #181</a>),
164+
<!--<a href="http://spring.io/tools/ggts/">GGTS Groovy Grails Tool Suite</a>,-->
165+
<a href="https://devstudio.jboss.com/download/">Red Hat JBoss Developer Studio</a>,
166+
<a href="http://spring.io/tools/sts/">STS Spring Tool Suite</a>
167+
or other <a href="http://en.wikipedia.org/wiki/List_of_Eclipse-based_software">Eclipse-based software</a>
168+
like Adobe Flash Builder, IBM Rational products and SAP NetWeaver Developer Studio.<br>
169+
<br>
170+
</li>
171+
172+
<li>4.old
148173
For MacOC X there was also download method using
149174
<a href="https://github.com/phinze/homebrew-cask" >homebrew-cask</a>.
150175
<ol>
@@ -165,21 +190,6 @@ <h3>prerequisites</h3>
165190
then update following "Installation Instructions".
166191
(<a href="/projects/coffeescript">CoffeeScript plugin</a> works fine with Eclipse 4.3.0 platform.)
167192
</li>
168-
169-
<li>4.b or <a href="http://www.eclipse.org/downloads/">Download</a> and install Eclipse for your OS.</br>
170-
Recommended is "Eclipse IDE for Committers" (actually it is Standard/SDK),
171-
"Eclipse IDE for Java Developers" or "Eclipse for Java/DSL Developers".
172-
You can also install Nodeclipse/Enide plugins into
173-
<!--<a href="http://developer.android.com/sdk/installing/bundle.html">Android ADT-Bundle</a>,-->
174-
<a href="http://aptana.com/products/studio3/download">Aptana Studio</a>
175-
(see <a href="https://github.com/Nodeclipse/nodeclipse-1/issues/181">issue #181</a>),
176-
<!--<a href="http://spring.io/tools/ggts/">GGTS Groovy Grails Tool Suite</a>,-->
177-
<a href="https://devstudio.jboss.com/download/">Red Hat JBoss Developer Studio</a>,
178-
<a href="http://spring.io/tools/sts/">STS Spring Tool Suite</a>
179-
or other <a href="http://en.wikipedia.org/wiki/List_of_Eclipse-based_software">Eclipse-based software</a>
180-
like Adobe Flash Builder, IBM Rational products and SAP NetWeaver Developer Studio.
181-
</li>
182-
183193

184194
</ul>
185195

usage.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ Read also <a href="https://github.com/Nodeclipse/eclipse-node-ide/blob/master/Hi
8888
</ol>
8989
</p>
9090

91+
#### Importing
92+
93+
For existing Node.js project you can run <code>nodeclipse -p</code> to add project files and then import as existing project.<br>
94+
For any project or folder you can run <code>nodeclipse -g</code> and then import as existing project
95+
(this will add only 1 <code>.project</code> file).<br>
96+
97+
9198
#### No miracles, just files
9299

93100
<p>

0 commit comments

Comments
 (0)