Skip to content

Commit 612a404

Browse files
Paul VerestPaul Verest
authored andcommitted
extend project and Enide 2015
1 parent 57bb304 commit 612a404

File tree

4 files changed

+90
-6
lines changed

4 files changed

+90
-6
lines changed

enide/2015/images.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: studio
3+
---
4+
5+
{% include navigation-links.html %}
6+
7+
# Enide 2015 images
8+
9+
![](eclipse32.png)
10+
![](eclipse16.png)
11+
![](eclipse48.png)
12+
13+
<p></p>
14+
15+
- Java
16+
17+
![](https://github.com/stuarthendren/jdt.spelling/raw/master/screenshots/interface.png)
18+
![](https://github.com/stuarthendren/jdt.spelling/raw/master/screenshots/refactor.png)
19+
20+
- Web
21+
22+
![](https://github.com/angelozerr/eclipse-wtp-webresources/wiki/images/ClassHyperlink.png)
23+
24+

enide/2015/index.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,43 @@ Recommended install via downloading package for your OS.
1717

1818
{% include enide-2015-downloads.html %}
1919

20+
## Features
21+
22+
Java and JavaScript tools
23+
24+
- Java
25+
- Maven (m2e) <i>Hint:</i> For multi-module projects try in Project Explorer menu <kbd>Project Presentation -> Hierachical</kbd>
26+
- Gradle (Gradle IDE Pack)
27+
- Java names spelling check
28+
- Tomcat Server feature
29+
- JavaScript
30+
- AngularJS
31+
- Node.js with debugging
32+
- PhantomJS
33+
- JSHInt
34+
- JSON Editor (with nice Outline)
35+
- Web
36+
- HTML Editor with hover and click-through for CSS, .js and images
37+
- Icon/images Editor <i>Warning:</i> not for big images
38+
- REST client
39+
- General
40+
- Eclipse Color Theme. <i>Hint:</i> <kbd>Preference -> General -> Appearance -> Color Theme</kbd>
41+
- Git (EGit or `git`). <i>Hint:</i> from Project Explorer <kbd>Show in -> Git Bash</kbd>
42+
- Github Flavored Markdown (GFM) support
43+
- Hudson/Jenkins Mylyn Builds Connector <i>Hint:</i> Open Builds view. [1]
44+
- Start shell, command line or default app <kbd>Ctrl+Alt+E</kbd>, <kbd>Ctrl+Alt+D</kbd>, <kbd>Ctrl+Alt+A</kbd>
45+
- Shell Editor
46+
- Terminal <kbd>Ctrl+Alt+T</kbd>
47+
- YAML Editor
48+
- Zip Editor
49+
50+
I believe with Java and JavaScript one can do everything: server from simple to complex, web and mobile.
51+
You can even develop Eclipse plugins with this package, so welcome to check [sources](/projects)
52+
53+
[1]:http://marketplace.eclipse.org/content/hudsonjenkins-mylyn-builds-connector
54+
55+
read [README_2015-7](README_2015-7)
56+
2057
Screens:
2158

2259
- Node.js
@@ -43,10 +80,10 @@ Screens:
4380

4481
This is the most feature-rich distribution of Nodeclipse for Java and JavaScript.
4582

46-
read [README](README)
47-
4883
If you want an existing plugin to be added to next version, raise issue at <https://github.com/Nodeclipse/packages/issues>
4984

85+
More [images](images)
86+
5087
## History
5188

5289
2015-07-06

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
88
<meta charset="utf-8">
99
<meta content="nodeclipse,Nodeclipse,node.js,eclipse pulgin,ide,node,debug,phantomjs,jjs,nashorn,vert.x,maven,gradle,android" name="keywords">
10-
<link type="image/x-icon" rel="icon" href="http://www.nodeclipse.org/favicon.ico">
11-
<link type="image/x-icon" rel="shortcut icon" href="http://www.nodeclipse.org/favicon.ico">
12-
<link rel="stylesheet" href="http://www.nodeclipse.org/pipe.css">
10+
<link type="image/x-icon" rel="icon" href="favicon.ico">
11+
<link type="image/x-icon" rel="shortcut icon" href="favicon.ico">
12+
<link rel="stylesheet" href="pipe.css">
1313
<title>Nodeclipse, Enide -- Node.JS development in Eclipse</title>
1414
<style>
1515
ul {

projects/index.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,32 @@ title: Nodeclipse/Enide projects
77

88
<p></p>
99

10-
- [Node.js in Eclipse](nodejs)
1110
- [Nodeclipse CLI](https://github.com/Nodeclipse/nodeclipse-1/tree/master/org.nodeclipse.ui/templates#nodeclipse-cli--installer)
11+
- [IDE packages](/enide/studio)
12+
- [Node.js in Eclipse](nodejs)
1213
- [Maven for Eclipse](maven)
1314
- [Gradle for Eclipse](gradle)
15+
- [Android for Eclipse](gradle/android)
1416
- [CoffeScript](coffeescript)
1517
- [EditBox](https://github.com/Nodeclipse/editbox)
18+
19+
# Friendly projects
20+
21+
by [Angelo Zerr](https://github.com/angelozerr/)
22+
23+
- AngularJS Eclipse
24+
- tern.java
25+
- eclipse-wtp-webresources
26+
27+
by [Jeeeyul Lee](https://github.com/jeeeyul)
28+
29+
- [Eclipse Themes](https://github.com/jeeeyul/eclipse-themes)
30+
- [PDE Tools](https://github.com/jeeeyul/pde-tools)
31+
32+
33+
<a href="http://with-eclipse.github.io/" target="_blank">
34+
<img alt="with-Eclipse logo" src="http://with-eclipse.github.io/with-eclipse-0.jpg" /></a>
35+
36+
see also <http://with-eclipse.github.io/>
37+
38+
add yours

0 commit comments

Comments
 (0)