b5ea370570759737ad092c85b00c4140fc3a48d9
wiki/howto/onboarding.md
| ... | ... | @@ -120,7 +120,7 @@ Out of the box, multiple settings in Eclipse need to be changed. Go to Window |
| 120 | 120 | - In "Java ⇒ Installed JREs" add the Java 8 sdk and activate it. |
| 121 | 121 | - In "Java ⇒ Installed JREs ⇒ Execution Environments" make sure that the Java 8 JRE is selected for JavaSE-1.8 (if the jre is not listed open and close the preference Window once) |
| 122 | 122 | - For the next step, you may need to go to "Help ⇒ Install"; type _web_; then select _webtools_; click _web tools platform_; and then install the plugins. |
| 123 | -- In "Web ⇒ JavaScript ⇒ Code Style ⇒ Formatter" import the CodeFormatter_JavaScript.xml for JavaScript from $GIT_HOME/java to ensure correct formatting of JavaScript Native Interface (JSNI) implementations. |
|
| 123 | +- In "Web ⇒ Client-side JavaScript ⇒ Code Style ⇒ Formatter" import the CodeFormatter_JavaScript.xml for JavaScript from $GIT_HOME/java to ensure correct formatting of JavaScript Native Interface (JSNI) implementations. |
|
| 124 | 124 | - In "Web ⇒ HTML Files ⇒ Editor" activate indent using Spaces |
| 125 | 125 | - In "XML(Wild Web Developer) ⇒ Validation & Resolution ⇒ Enable Validation" Disable the Checkbox |
| 126 | 126 | - Install Eclipse eGit (optional) |