You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,12 @@ For more information, please see the Eclipse Committer Handbook:
20
20
21
21
## 💬 Get in touch with the community
22
22
23
-
Eclipse Wild Web Developer use mainly 2 channels for technical discussions:
23
+
Eclipse Wild Web Developer uses mainly two channels for technical discussions:
24
24
25
-
* 🐞 View and report issues through uses GitHub Issues at https://github.com/eclipse/wildwebdeveloper/issues.
25
+
* 🐞 View and report issues through GitHub Issues at https://github.com/eclipse/wildwebdeveloper/issues.
26
26
* 🗪 Technical discussions that are not yet qualified as issue are happening in GitHub Discussions at https://github.com/eclipse/wildwebdeveloper/discussions
27
27
28
-
Project committers must 📧 join the m2e[email protected] mailing-list which must be used (according the the Eclipse Development Process) for formal project development decision such as committers and project lead elections.
28
+
Project committers must 📧 join the wildwebdeveloper[email protected] mailinglist, which must be used (according to the Eclipse Development Process) for formal project development decisions such as committer and project lead elections.
29
29
30
30
## 🆕 Trying latest builds
31
31
@@ -53,7 +53,7 @@ Java 21 and Maven 3.9.6 (only if you want to build from the command-line), or ne
53
53
54
54
Simply `mvn clean verify`, this will run the tests (`-DskipTests` to skip them) and the resulting p2 repository and specific IDE applications will be available for further manual testing in `repository/target`.
55
55
56
-
To full build and test use the following commands:
56
+
To fully build and test, use the following commands:
57
57
```
58
58
$ cd <WildWebDeveloper project root directory>
59
59
$ mvn clean install
@@ -77,7 +77,7 @@ Or you can run an individual JUnit test by using `-Dtest=...` argument, for exam
77
77
$ mvn clean verify -Dtest=TestHTML
78
78
```
79
79
80
-
In case you need to work on tests only or repeatedly execute several tests, it's easier and faster to build everything then run only the tests:
80
+
In case you need to work on tests only or repeatedly execute several tests, it's easier and faster to build everything than run only the tests:
81
81
82
82
```
83
83
$ cd <WildWebDeveloper project root directory>
@@ -89,7 +89,7 @@ $ mvn clean install -DskipTests
89
89
$ cd org.eclipse.wildwebdeveloper.tests/
90
90
$ mvn clean verify -Dtest=TestHTML
91
91
92
-
#`Repeat running TestHTML or run any other tests, for example:
92
+
#Repeat running TestHTML or run any other tests, for example:
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ This page describes the noteworthy improvements provided by each release of Ecli
67
67
68
68
## 1.3.5
69
69
70
-
* 📅 Release Date: May 23th, 2024
70
+
* 📅 Release Date: May 23rd, 2024
71
71
* All changes: https://github.com/eclipse/wildwebdeveloper/compare/1.3.4...1.3.5
72
72
73
73
#### Editing improvements
@@ -87,7 +87,7 @@ This page describes the noteworthy improvements provided by each release of Ecli
87
87
88
88
## 1.3.4
89
89
90
-
* 📅 Release Date: May 6t, 2024
90
+
* 📅 Release Date: May 6th, 2024
91
91
* All changes: https://github.com/eclipse/wildwebdeveloper/compare/1.3.3...1.3.4
92
92
93
93
#### Editing improvements
@@ -111,7 +111,7 @@ This page describes the noteworthy improvements provided by each release of Ecli
111
111
112
112
## 1.3.3
113
113
114
-
* 📅 Release Date: November 21th, 2023
114
+
* 📅 Release Date: November 21st, 2023
115
115
* All changes: https://github.com/eclipse/wildwebdeveloper/compare/1.3.2...1.3.3
116
116
117
117
#### Editing improvements
@@ -133,7 +133,7 @@ This page describes the noteworthy improvements provided by each release of Ecli
133
133
134
134
#### Dependencies update
135
135
136
-
* Use the latest VSCode extensions v..1.84.0 for CSS/HTML/JSON editing
136
+
* Use the latest VSCode extensions v.1.84.0 for CSS/HTML/JSON editing
137
137
138
138
## 1.3.1
139
139
@@ -143,7 +143,7 @@ This page describes the noteworthy improvements provided by each release of Ecli
143
143
#### Editing improvements
144
144
145
145
* Bugfix for fsevents.node is not signed
146
-
* Bugfix for "Chrome Debug Launch configuration
146
+
* Bugfix for "Chrome Debug" Launch configuration
147
147
* Bugfix for WebRoot folder validation in Launch configuration
148
148
* Bugfix for allow using TypeScript version specified by project
149
149
* Bugfix for Run HTML Debug configuration validation
@@ -165,7 +165,7 @@ This page describes the noteworthy improvements provided by each release of Ecli
165
165
* Switched to use TM4E's own repository to use the most latest release
166
166
* Added 'fsevents' NPM dependency for MacOS users
167
167
* Use the latest Vue.js LS to v.1.8.22
168
-
* Use the latest VSCode extensions v..1.83.0 for CSS/HTML/JSON editing
168
+
* Use the latest VSCode extensions v.1.83.0 for CSS/HTML/JSON editing
169
169
* Embed latest Node.js to v.18.18.2 LTS with the latest Security Fixes
170
170
* Use the latest Firefox Debug adapter v.2.9.9
171
171
* Use the latest TypeScript LS v.4.0.0
@@ -207,7 +207,7 @@ This page describes the noteworthy improvements provided by each release of Ecli
207
207
#### Dependencies update
208
208
209
209
* Use the latest VSCode ESLint extension v.2.4.2
210
-
* Use the latest VSCode extensions v..1.79.0 for CSS/HTML/JSON editing
210
+
* Use the latest VSCode extensions v.1.79.0 for CSS/HTML/JSON editing
211
211
* Use LemMinX 0.26.1 ⚠️ Your lemminx extensions registered to Wild Web Developer may be incompatible if they were built against an older version of LemMinX ⚠️
212
212
* Embed latest Node.js (v.18.16.1) with the latest Security fixes
213
213
@@ -225,7 +225,7 @@ This page describes the noteworthy improvements provided by each release of Ecli
225
225
#### Dependencies update
226
226
227
227
* Use the latest VSCode ESLint extension v.2.4.1
228
-
* Use the latest VSCode extensions v..1.78.2 for CSS/HTML/JSON editing
228
+
* Use the latest VSCode extensions v.1.78.2 for CSS/HTML/JSON editing
229
229
* Use the latest YAML Language Server v.1.13.0
230
230
231
231
## 1.1.0
@@ -240,7 +240,7 @@ This page describes the noteworthy improvements provided by each release of Ecli
240
240
#### Dependencies update
241
241
242
242
* Embed latest Node.js (v.18.16.0) with the latest Security fixes
243
-
* Use the latest VSCode extensions v..1.78.0 for CSS/HTML/JSON editing
243
+
* Use the latest VSCode extensions v.1.78.0 for CSS/HTML/JSON editing
244
244
* Use LemMinX 0.25.0 ⚠️ Your lemminx extensions registered to Wild Web Developer may be incompatible if they were built against an older version of LemMinX ⚠️
245
245
* Updated language servers
246
246
@@ -269,7 +269,7 @@ This page describes the noteworthy improvements provided by each release of Ecli
269
269
#### Dependencies update
270
270
271
271
* Embed latest Node.js (v.18.15.0) with the latest Security fixes
272
-
* Use the latest VSCode extensions v..1.77.0 for CSS/HTML/JSON editing
272
+
* Use the latest VSCode extensions v.1.77.0 for CSS/HTML/JSON editing
273
273
274
274
## 1.0.3
275
275
@@ -283,7 +283,7 @@ This page describes the noteworthy improvements provided by each release of Ecli
283
283
284
284
#### Dependencies update
285
285
286
-
* Use the latest VSCode extensions v..1.76.0 for CSS/HTML/JSON editing
286
+
* Use the latest VSCode extensions v.1.76.0 for CSS/HTML/JSON editing
Copy file name to clipboardExpand all lines: RELEASING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
# Committer status & ECA
4
4
5
-
In order to perform a release, you need to have a committer status on the project and have the Eclipse Contributor Agreement signed, using the e-mail used at Github.
5
+
In order to perform a release, you need to have a committer status on the project and have the Eclipse Contributor Agreement signed, using the e-mail used at GitHub.
USER_NAME in used in various Jenkins files and configs. If new image is published by another user this has to be changed in various existing Jenkins files and configs in order the correct image to be taken into account.
38
+
`USER_NAME` is used in various Jenkins files and configs. If a new image is published by another user, this has to be changed in various existing Jenkins files and configs in order for the correct image to be taken into account.
Copy file name to clipboardExpand all lines: org.eclipse.wildwebdeveloper.embedder.node/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ When a developer's system suits the supported OSs (Linux, MacOS and Win32) and a
4
4
5
5
## 📥 Integration of Node.js Embedder
6
6
7
-
Developers may use the Node.js Embedder by adding the `org.eclipse.wildwebdeveloper.embedder.node.feature` into the dependencies, and calling the `getNodeJsLocation()` method of `NodeJSManager` class in order to automatic install (if it's not yet installed) and obtain the embedded version of Node.js in their products.
7
+
Developers may use the Node.js Embedder by adding the `org.eclipse.wildwebdeveloper.embedder.node.feature` into the dependencies, and calling the `getNodeJsLocation()` method of the `NodeJSManager` class in order to automatically install (if it's not yet installed) and obtain the embedded version of Node.js in their products.
8
8
9
9
```java
10
10
{
@@ -17,15 +17,15 @@ Developers may use the Node.js Embedder by adding the `org.eclipse.wildwebdevelo
17
17
}
18
18
```
19
19
20
-
After the first call to `getNodeJsLocation()` the subsequent calls to `which(String program)` method will start searching for the specified program firstly in the embedded Node.js installation directory. This allows to use the `node`, `npm` or `npx`utilities (if a utility name according to OS is provided as an argument) to be taken from the same embedded Node.js installation.
20
+
After the first call to `getNodeJsLocation()`, subsequent calls to the `which(String program)` method will start searching for the specified program first in the embedded Node.js installation directory. This allows the `node`, `npm`, or `npx`utilities (if a utility name according to OS is provided as an argument) to be taken from the same embedded Node.js installation.
0 commit comments