Skip to content

Commit 0c54615

Browse files
committed
macdoc
1 parent dd7af3b commit 0c54615

File tree

3 files changed

+52
-24
lines changed

3 files changed

+52
-24
lines changed

.idea/workspace.xml

Lines changed: 42 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ We provide an example project [DataStreamReceiver](https://github.com/codegrits/
2727
- [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.
2828
- [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.
2929

30+
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.
31+
3032
## Usage Guide
3133

3234
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).

site/welcome.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,17 @@ order: 100
88

99
!!! :zap: NEWS! :zap:
1010
We would present CodeGRITS at
11-
[ICSE 2024 Demo Track](https://conf.researchr.org/track/icse-2024/icse-2024-demonstrations).
11+
[ICSE 2024 Demo Track](https://conf.researchr.org/track/icse-2024/icse-2024-demonstrations?#program).
1212
Welcome to join us and discuss with us about it!
1313
!!!
1414

15+
!!!warning 🚨 macOS Support 🚨
16+
CodeGRITS has been primarily developed and tested on Windows and Linux, with only partial testing on macOS.
17+
There may be some unnoticed bugs on macOS. We have created a
18+
[`mac` branch](https://github.com/codegrits/CodeGRITS/tree/mac) for this and have fixed some known issues.
19+
If you encounter additional issues on macOS, please feel free to report them to us.
20+
!!!
21+
1522
CodeGRITS stands for **G**aze **R**ecording & **I**DE **T**racking **S**ystem. It's a plugin developed by
1623
the [SaNDwich Lab](https://toby.li/) and is specially designed for empirical software engineering researchers.
1724
CodeGRITS is built on top

0 commit comments

Comments
 (0)