Skip to content

Commit 49a2e7e

Browse files
authored
docs: update documentation images and fix some spelling in setting up development environment (#12978)
1 parent 782bd34 commit 49a2e7e

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed
118 KB
Loading
Loading
Loading
Loading

docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/intellij-12-build.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Ensure you have a Java 23 SDK configured by navigating to **File > Project Struc
1212
**Note:** In some MacBooks, `Project Structure` can be found at the "IntelliJ" button of the app menu instead of at "File".
1313

1414
{% figure caption:"JDKs 11, 14, and 15 shown in available SDKs. JDK 23 is missing." %}
15-
![Plattform Settings - SDKs](intellij-choose-jdk-adoptopenjdk-on-windows-project-settings.png)
15+
![Platform Settings - SDKs](intellij-choose-jdk-adoptopenjdk-on-windows-project-settings.png)
1616
{% endfigure %}
1717

1818
If there is another JDK than JDK 23 selected, click on the plus button and choose "Download JDK..."
1919

2020
{% figure caption:"Download JDK..." %}
21-
![Plattform Settings - SDKs - plus button - Download JDK...](guidelines-select-download-jdk.png)
21+
![Platform Settings - SDKs - plus button - Download JDK...](guidelines-select-download-jdk.png)
2222
{% endfigure %}
2323

2424
Select JDK version 23 and then Eclipse Temurin.
@@ -46,7 +46,7 @@ Click "OK" to store the changes.
4646
Navigate to **File > Settings... > Build, Execution, Deployment > Build Tools > Gradle** and select the "Project SDK" as the Gradle JVM at the bottom.
4747
If that does not exist, just select JDK 23.
4848

49-
{% figure caption:"Gradle JVM is project SDK (showing "Projekt SDK temurin-23" as example)" %}
49+
{% figure caption:"Gradle JVM is project SDK (showing "Project SDK temurin-23" as example)" %}
5050
![Gradle JVM is project SDK](guidelines-intellij-settings-gradle-gradlejvm-is-projectjvm.png)
5151
{% endfigure %}
5252

docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/pre-02-software.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ It is strongly recommended that you have git installed.
3030

3131
## Installed IDE
3232

33-
We highly encourage using [IntelliJ IDEA](https://www.jetbrains.com/idea/?from=jabref), because all other IDEs work less good.
34-
Especially using Visual Studio Code has issues.
33+
We highly encourage using [IntelliJ IDEA](https://www.jetbrains.com/idea/?from=jabref), as it provides the most reliable experience for this project.
34+
Other IDEs may have compatibility issues, particularly Visual Studio Code.
3535

3636
IntelliJ's Community Edition works well.
3737
Most contributors use the Ultimate Edition, because they are students getting that edition for free.

0 commit comments

Comments
 (0)