diff --git a/docs/.gitbook/assets/intellij-checkstyle-settings.png b/docs/.gitbook/assets/intellij-checkstyle-settings.png index e5f0c027190..00dbc950937 100644 Binary files a/docs/.gitbook/assets/intellij-checkstyle-settings.png and b/docs/.gitbook/assets/intellij-checkstyle-settings.png differ diff --git a/docs/.gitbook/assets/intellij-gradle-config-ignore-buildSrc.png b/docs/.gitbook/assets/intellij-gradle-config-ignore-buildSrc.png index 203ad5ad207..30fd74bba1c 100644 Binary files a/docs/.gitbook/assets/intellij-gradle-config-ignore-buildSrc.png and b/docs/.gitbook/assets/intellij-gradle-config-ignore-buildSrc.png differ diff --git a/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace.md b/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace.md index 139082306f4..7ecc170c352 100644 --- a/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace.md +++ b/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace.md @@ -159,7 +159,7 @@ To use IntelliJ IDEA's internal build system when you build JabRef through **Bui "Test using" is set to "IntelliJ IDEA". -* Ignore the Gradle project "buildSrc": +* Ignore the Gradle project "buildSrc" by clicking the button **Select Project Data To Import** in the Gradle Tool Window and unchecking the folder "buildSrc. ![Ignore the Gradle project "buildSrc"](../.gitbook/assets/intellij-gradle-config-ignore-buildSrc.png) @@ -175,17 +175,16 @@ Contributions to JabRef's source code need to have a code formatting that is con * Go to **File \| Settings \| Editor \| Code Style** * Click on the settings wheel \(next to the scheme chooser\), then click "Import Scheme" * Select the IntelliJ configuration file `config/IntelliJ Code Style.xml` -* Go to **File \| Settings \| Checkstyle \| Configuration File** +* Go to **File \| Settings \| Tools \| Checkstyle \| Configuration File** 1. Import the CheckStyle configuration file by clicking the \[+\] button 2. For the description provide "JabRef" 3. Click "Browse" and choose `config/checkstyle/checkstyle.xml` - 4. Check "Store relative to project location" - 5. Click "Next" and "Finish" - 6. Activate the CheckStyle configuration file by ticking it in the list - 7. Ensure that the latest CheckStyle version is selected \(8.32 or higher\) - 8. Set the "Scan Scope" to "Only Java sources \(including tests\) - 9. Save settings by clicking "OK" - 10. Your configuration should now look like this: + 4. Click "Next" and "Finish" + 5. Activate the CheckStyle configuration file by ticking it in the list + 6. Ensure that the latest CheckStyle version is selected \(8.32 or higher\) + 7. Set the "Scan Scope" to "Only Java sources \(including tests\) + 8. Save settings by clicking "OK" + 9. Your configuration should now look like this: ![checkstyle settings](../.gitbook/assets/intellij-checkstyle-settings.png) diff --git a/docs/images/intellij-checkstyle-settings.png b/docs/images/intellij-checkstyle-settings.png deleted file mode 100644 index e5f0c027190..00000000000 Binary files a/docs/images/intellij-checkstyle-settings.png and /dev/null differ diff --git a/docs/intellij-gradle-config-ignore-buildSrc.png b/docs/intellij-gradle-config-ignore-buildSrc.png deleted file mode 100644 index 203ad5ad207..00000000000 Binary files a/docs/intellij-gradle-config-ignore-buildSrc.png and /dev/null differ diff --git a/docs/intellij-gradle-config.png b/docs/intellij-gradle-config.png deleted file mode 100644 index deb452c88b8..00000000000 Binary files a/docs/intellij-gradle-config.png and /dev/null differ