Skip to content

Commit 4825289

Browse files
committed
update marketplace link
1 parent 7133382 commit 4825289

File tree

5 files changed

+29
-24
lines changed

5 files changed

+29
-24
lines changed

.idea/workspace.xml

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

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CodeGRITS · [🌐 Visit Website](https://codegrits.github.io/CodeGRITS/)
1+
# CodeGRITS · [🌐 Visit Website](https://codegrits.github.io/CodeGRITS/) · [🚀 Install Plugin](https://plugins.jetbrains.com/plugin/28118-codegrits)
22

33
[![Star on GitHub](https://img.shields.io/github/stars/codegrits/CodeGRITS?style=social)](https://github.com/codegrits/CodeGRITS) [![Paper ACM DL](https://img.shields.io/badge/Paper-ACM%20DL-olive)](https://dl.acm.org/doi/10.1145/3639478.3640037) [![Demo Video](https://img.shields.io/badge/Demo-Video-orange)](https://www.youtube.com/watch?v=d-YsJfW2NMI) [![Javadoc](https://img.shields.io/badge/Javadoc-Docs-blue)](https://codegrits.github.io/CodeGRITS/docs/index.html) [![Archived](https://img.shields.io/badge/Archived-SWH-blueviolet)](https://archive.softwareheritage.org/swh:1:dir:32d91426f07dd0f4b36ba05bc708b5a25ad06dd3) [![MIT License](https://img.shields.io/badge/License-MIT-green)](https://github.com/codegrits/CodeGRITS/blob/main/LICENSE)
44

@@ -34,6 +34,8 @@ CodeGRITS has been primarily developed and tested on Windows and Linux, with onl
3434

3535
## Usage Guide
3636

37+
You can now [install CodeGRITS from JetBrains Marketplace](https://plugins.jetbrains.com/plugin/28118-codegrits) to use it directly in supported IDEs.
38+
3739
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). Please refer to the [developer guide](https://codegrits.github.io/CodeGRITS/developer/) if you want to contribute to CodeGRITS.
3840

3941
The data collected by CodeGRITS can be used by empirical SE researchers to understand the behaviors of developers, especially those related to eye gaze. CodeGRITS also provides a [real-time data API](developer.md) for future plugin developers and researchers to design context-aware programming support tools.

retype.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ links:
2828
link: https://github.com/codegrits/CodeGRITS/issues
2929
icon: comment-discussion
3030
target: blank
31-
- text: Download
32-
link: https://drive.google.com/file/d/1KF_yehApDJDUrTAU4qzfmt4MeJfsZWcv/view?usp=sharing
31+
- text: Install Plugin
32+
link: https://plugins.jetbrains.com/plugin/28118-codegrits
3333
icon: download
3434
target: blank
3535

site/usage.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ order: 90
66

77
# Usage Guide
88

9+
**Install CodeGRITS directly from the JetBrains Plugin Marketplace!**
10+
11+
<iframe width="384px" height="319px" src="https://plugins.jetbrains.com/embeddable/card/28118"></iframe>
12+
913
## Environment Requirements
1014

1115
### Eye-tracking Device
@@ -49,15 +53,14 @@ Tobii Pro SDK only supports Python 3.8 and Python 3.10. Regarding operating syst
4953

5054
## Installation
5155

52-
### Get the Plugin
53-
54-
#### Direct Download
56+
### Install from Marketplace
5557

56-
Please download the plugin zip file directly from this [Google Drive link](https://drive.google.com/file/d/1KF_yehApDJDUrTAU4qzfmt4MeJfsZWcv/view?usp=sharing).
58+
Open any JetBrains IDE, click `Settings` - `Plugins` and search for `CodeGRITS`. Click the `Install` button to install the
59+
plugin. The plugin homepage is available [here](https://plugins.jetbrains.com/plugin/28118-codegrits).
5760

58-
Note that the macOS version of the plugin is not as fully tested as the Windows and Linux versions, and some minor issues may exist.
61+
### Build from Source
5962

60-
#### Build from Source
63+
#### Get the Plugin
6164

6265
We also encourage you to build the plugin from the source code.
6366

@@ -84,7 +87,7 @@ We also encourage you to build the plugin from the source code.
8487
3. Open the command line and run `./gradlew build` in the root folder to build the plugin.
8588
4. Find the plugin zip file in the `build/distributions` folder.
8689

87-
### Install the Plugin
90+
#### Install the Plugin
8891

8992
1. Open the JetBrains IDE, click `File` - `Settings` - `Plugins` - `Install Plugin from Disk...` to install the plugin
9093
zip file.

site/welcome.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,17 @@ meta:
88

99
# Welcome to CodeGRITS
1010

11-
!!! 🏆 ICSE 2024 Artifact Badges Awarded! 🔥
12-
CodeGRITS has received the **Artifact Available** and **Artifact Evaluated** badges for its commitment to reproducibility!
11+
!!! 🚀 Install CodeGRITS from JetBrains Marketplace!
12+
13+
You can now install **CodeGRITS** directly from the [JetBrains Plugin Marketplace](https://plugins.jetbrains.com/plugin/28118-codegrits) — fully integrated with any IntelliJ-based IDEs!
1314

1415
💡 If you find CodeGRITS useful, please consider giving us a ⭐ on [GitHub](https://github.com/codegrits/CodeGRITS) — it helps others discover the project!
1516
!!!
1617

18+
!!! 🏆 ICSE 2024 Artifact Badges Awarded! 🔥
19+
CodeGRITS has received the **Artifact Available** and **Artifact Evaluated** badges for its commitment to reproducibility!
20+
!!!
21+
1722
CodeGRITS stands for **G**aze **R**ecording & **I**DE **T**racking **S**ystem. It's a plugin developed by
1823
the [SaNDwich Lab](https://toby.li/) and is specifically designed for empirical software engineering researchers.
1924
CodeGRITS is built on top
@@ -47,13 +52,6 @@ using CodeGRITS in your research, don't hesitate to email us for setup support.
4752
- [x] CodeGRITS could extract the abstract syntax tree (AST) structure of eye gazes on multiple
4853
programming languages, as long as the IDE supports them, including Java, Python, C/C++, JavaScript, etc.
4954

50-
!!!warning 🚨 macOS Support 🚨
51-
CodeGRITS has been primarily developed and tested on Windows and Linux, with only partial testing on macOS.
52-
There may be some unnoticed bugs on macOS. We have created a
53-
[`mac` branch](https://github.com/codegrits/CodeGRITS/tree/mac) for this and have fixed some known issues.
54-
If you encounter additional issues on macOS, please feel free to report them to us.
55-
!!!
56-
5755
## Key Features
5856

5957
- :mag: **IDE Tracking**: CodeGRITS tracks developers’ IDE interactions, including mouse clicks, keyboard inputs, etc.

0 commit comments

Comments
 (0)