Skip to content

Commit d8e8f7b

Browse files
committed
doc-mac
1 parent 4898154 commit d8e8f7b

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

.idea/workspace.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/usage.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ screeninfo==0.8
5757

5858
Refer to [Supported platforms and languages](https://developer.tobiipro.com/tobiiprosdk/platform-and-language.html),
5959
Tobii Pro SDK only supports Python 3.8 and Python 3.10. Regarding operating systems, Tobii Pro SDK supports Windows
60-
10 and 11 (64-bit), macOS 10.15 and 12, and Ubuntu 20.04 LTS.
60+
10 and 11 (64-bit), macOS 10.15 and 12, and Ubuntu 20.04 LTS. Note that unsupported operating systems may cause
61+
installation issues, especially the `tobii-research` package.
6162

6263
## Installation
6364

@@ -68,16 +69,21 @@ Tobii Pro SDK only supports Python 3.8 and Python 3.10. Regarding operating syst
6869
We provide the direct download link of the plugin zip file for the following JetBrains IDEs for convenience.
6970

7071
{.compact}
71-
| JetBrains IDEs | Version | Download Link |
72-
|:--------------:|:---------------:|:-------------:|
73-
| IntelliJ IDEA | 2022.2 - 2023.3 | [Download](https://drive.google.com/file/d/1slG1PVpUQEJWoGb17mcl_-JYlK7bbiQz/view?usp=sharing) |
74-
| PyCharm | 2022.2 - 2023.3 | [Download](https://drive.google.com/file/d/1hLIT86SMCTAeRh5MKK-QItu8EogYwlHY/view?usp=drive_link) |
72+
| JetBrains IDEs | Operating System | Version | Download Link |
73+
|:--------------:|:----------------:|:-------:|:-------------:|
74+
| IntelliJ IDEA | Windows & Linux | 2022.2 - 2023.3 | [Download](https://drive.google.com/file/d/1slG1PVpUQEJWoGb17mcl_-JYlK7bbiQz/view?usp=sharing) |
75+
| PyCharm | Windows & Linux | 2022.2 - 2023.3 | [Download](https://drive.google.com/file/d/1hLIT86SMCTAeRh5MKK-QItu8EogYwlHY/view?usp=drive_link) |
76+
| IntelliJ IDEA | macOS | 2022.2 - 2023.3 | [Download](https://drive.google.com/file/d/1yQ04RCCeA1si6kgZnxKRtrQalHL2x2xh/view?usp=drive_link) |
77+
78+
Note that the macOS version of the plugin is not fully tested as Windows and Linux versions, and some minor issues may
79+
exist.
7580

7681
#### Build from Source
7782

7883
We also encourage you to build the plugin from the source code, especially for the IDEs that are not listed above.
7984

80-
1. Clone the [repository](https://github.com/codegrits/CodeGRITS) to your local machine.
85+
1. Clone the [repository](https://github.com/codegrits/CodeGRITS) to your local machine. Note that the `main` branch
86+
is the stable version for Windows and Linux, and the `mac` branch is the unstable version for macOS.
8187
2. Set the IDE type and version in `build.gradle.kts` file. For example, if you want to build the plugin for IntelliJ
8288
Community Edition between 2022.2 and
8389
2023.3, you should set the following in `build.gradle.kts` file.

src/main/java/components/AlertDialog.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public AlertDialog(String label, Icon icon) {
3838

3939
/**
4040
* Create the OK button.
41+
*
4142
* @return The OK button.
4243
*/
4344
@Override
@@ -47,6 +48,7 @@ public AlertDialog(String label, Icon icon) {
4748

4849
/**
4950
* Create the center panel of the dialog.
51+
*
5052
* @return The center panel of the dialog.
5153
*/
5254
@Override

0 commit comments

Comments
 (0)