diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 913af59..19079a3 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -6,8 +6,8 @@
-
-
+
+
@@ -68,28 +68,28 @@
- {
+ "keyToString": {
+ "JavaVariableFindUsagesOptions.isSearchForAccessors": "true",
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
+ "RunOnceActivity.ShowReadmeOnStart": "true",
+ "SHARE_PROJECT_CONFIGURATION_FILES": "true",
+ "ShowUsagesActions.previewPropertyKey": "true",
+ "WebServerToolWindowFactoryState": "false",
+ "git-widget-placeholder": "main",
+ "last_opened_file_path": "D:/IdeaProjects/CodePEAR",
+ "node.js.detected.package.eslint": "true",
+ "node.js.detected.package.tslint": "true",
+ "node.js.selected.package.eslint": "(autodetect)",
+ "node.js.selected.package.tslint": "(autodetect)",
+ "nodejs_package_manager_path": "npm",
+ "project.structure.last.edited": "Libraries",
+ "project.structure.proportion": "0.0",
+ "project.structure.side.proportion": "0.0",
+ "settings.editor.selected.configurable": "preferences.pluginManager",
+ "vue.rearranger.settings.migration": "true"
}
-}]]>
+}
@@ -203,6 +203,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
index cb7b58d..831e21e 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,8 @@ We provide an example project [DataStreamReceiver](https://github.com/codegrits/
- [x] CodeGRITS provides cross-platform support for Windows, macOS, and Linux, and is expected to be compatible with the entire family of JetBrains IDEs, including IntelliJ IDEA, PyCharm, WebStorm, etc.
- [x] CodeGRITS could extract the abstract syntax tree (AST) structure of eye gazes on multiple programming languages, as long as the IDE supports them, including Java, Python, C/C++, JavaScript, etc.
+CodeGRITS has been primarily developed and tested on Windows and Linux, with only partial testing on macOS. There may be some unnoticed bugs on macOS. We have created a [`mac` branch](https://github.com/codegrits/CodeGRITS/tree/mac) for this and have fixed some known issues. If you encounter additional issues on macOS, please feel free to report them to us.
+
## Usage Guide
Please see the [CodeGRITS website](https://codegrits.github.io/CodeGRITS/) for more details. The Javadoc documentation is available [here](https://codegrits.github.io/CodeGRITS/docs/index.html).
diff --git a/site/welcome.md b/site/welcome.md
index 6fe95e9..949adb8 100644
--- a/site/welcome.md
+++ b/site/welcome.md
@@ -8,10 +8,17 @@ order: 100
!!! :zap: NEWS! :zap:
We would present CodeGRITS at
-[ICSE 2024 Demo Track](https://conf.researchr.org/track/icse-2024/icse-2024-demonstrations).
+[ICSE 2024 Demo Track](https://conf.researchr.org/track/icse-2024/icse-2024-demonstrations?#program).
Welcome to join us and discuss with us about it!
!!!
+!!!warning 🚨 macOS Support 🚨
+CodeGRITS has been primarily developed and tested on Windows and Linux, with only partial testing on macOS.
+There may be some unnoticed bugs on macOS. We have created a
+[`mac` branch](https://github.com/codegrits/CodeGRITS/tree/mac) for this and have fixed some known issues.
+If you encounter additional issues on macOS, please feel free to report them to us.
+!!!
+
CodeGRITS stands for **G**aze **R**ecording & **I**DE **T**racking **S**ystem. It's a plugin developed by
the [SaNDwich Lab](https://toby.li/) and is specially designed for empirical software engineering researchers.
CodeGRITS is built on top