Skip to content

Commit 84de2ff

Browse files
committed
update README
1 parent aaf1850 commit 84de2ff

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ target/
33
bin/
44

55
.metadata
6-
/.project
76
/.*.md.html
87
#*.settings/
98
/*.error

.project

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>nodeclipse-1</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
</natures>
11+
</projectDescription>

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,20 @@ Usage (incl Video, Demo) with all shortcuts, Help and Hints,
1414

1515
## Enhancing Nodeclipse
1616

17-
Some minimal Java & Eclipse plugin development skills are needed for improving code base.
17+
First give a try (using [Eclipse IDE for Eclipse Committers](https://www.eclipse.org/downloads/)):
18+
19+
- `git clone https://github.com/Nodeclipse/nodeclipse-1.git` or EGit equivalent
20+
- import as existing project "nodeclipse-1" (only root)
21+
- in Project Explorer right-click a plugin project folder, e.g. "org.nodeclipse.enide.editors.jade",
22+
select "Select Import as Project"
23+
- right-click chosen plugin project as select Run As -> Eclipse Application
24+
25+
Now you have Eclipse running with the latest version of chosen plugin!
26+
Make your changes to the code and see it running (for some cases without launch Eclipse restart).
27+
For example try changes Jade keywords in
28+
[`src/org/nodeclipse/enide/editors/jade/highlight/Words.java`](https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.enide.editors.jade/src/org/nodeclipse/enide/editors/jade/highlight/Words.java)
29+
30+
To go on some minimal Java & Eclipse plugin development skills are needed for improving code base.
1831
Check "Plug-in development 101" <http://www.ibm.com/developerworks/library/os-eclipse-plugindev1/> as great tutorial by Chris Aniszczyk (2008).
1932
That will be great starting point, that lets you get understanding.
2033
For future references there is also often updated "Eclipse 4 RCP - Tutorial"

0 commit comments

Comments
 (0)