Skip to content

Commit

Permalink
macdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
TTangNingzhi committed Mar 5, 2024
1 parent dd7af3b commit 0c54615
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 24 deletions.
65 changes: 42 additions & 23 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
9 changes: 8 additions & 1 deletion site/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c54615

Please sign in to comment.