Skip to content

Commit 1f88ba1

Browse files
authored
Refine warnings (#13499)
1 parent a451254 commit 1f88ba1

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ nav_order: 90
66

77
# Advanced: Eclipse as IDE
88

9+
{: .important }
10+
> Following is currently not possible.
11+
>
12+
> We keep this page as basis for future work.
13+
914
For advanced users, [Eclipse](https://eclipse.org) (`2023-03` or newer) is also possible.
1015
On Ubuntu Linux, you can follow the [documentation from the Ubuntu Community](https://help.ubuntu.com/community/EclipseIDE#Download_Eclipse) or the [step-by-step guideline from Krizna](https://www.krizna.com/ubuntu/install-eclipse-in-ubuntu-12-04/) to install Eclipse.
1116
On Windows, download it from [www.eclipse.org](http://www.eclipse.org/downloads/) and run the installer.

docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/intellij-89-run-with-intellij.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ nav_order: 89
66

77
# Advanced: Build and run using IntelliJ IDEA
88

9-
Following is currently not possible due to [IDEA-3733059](https://youtrack.jetbrains.com/issue/IDEA-373305).
9+
{: .important }
10+
> Following is currently not possible due to [IDEA-3733059](https://youtrack.jetbrains.com/issue/IDEA-373305).
11+
>
12+
> We keep this page as basis for future work.
1013
1114
In "Step 2: Setup the build system: JDK and Gradle", IntelliJ was configured to use Gradle as tool for launching JabRef.
1215
It is also possible to use IntelliJ's internal build and run system to launch JabRef.

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ nav_order: 91
66

77
# Advanced: VS Code as IDE
88

9-
We are working on supporting VS Code for development.
10-
There is basic support, but important things such as our code conventions are not in place.
11-
Thus, use at your own risk.
9+
> {: .warning }
10+
> We do not recommend using VS Code, because it does not offer all important features essential for JabRef development.
11+
12+
{: .important }
13+
> We are working on supporting VS Code for development.
14+
> There is basic support, but important things such as our code conventions are not in place.
15+
> Thus, use at your own risk.
1216
1317
Quick howto:
1418

0 commit comments

Comments
 (0)