|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width,initial-scale=1"> |
6 | 6 | <meta name="turbo-root" content="/CodeGRITS"> |
7 | | - <meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.11.0.807920289507"> |
| 7 | + <meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.11.0.807924422421"> |
8 | 8 |
|
9 | 9 | <!-- See retype.com --> |
10 | 10 | <meta name="generator" content="Retype 3.11.0"> |
|
32 | 32 | <script data-cfasync="false">(function(){var cl=document.documentElement.classList,ls=localStorage.getItem("retype_scheme"),hd=cl.contains("dark"),hl=cl.contains("light"),wm=window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches;if(ls==="dark"||(!ls&&wm&&!hd&&!hl)){cl.remove("light");cl.add("dark")}else if(ls==="light"||(!ls&&!wm&&!hd&&!hl)){cl.remove("dark");cl.add("light")}})();</script> |
33 | 33 |
|
34 | 34 | <link href="favicon.png" rel="icon"> |
35 | | - <link href="resources/css/retype.css?v=3.11.0.807920289507" rel="stylesheet"> |
| 35 | + <link href="resources/css/retype.css?v=3.11.0.807924422421" rel="stylesheet"> |
36 | 36 |
|
37 | | - <script data-cfasync="false" src="resources/js/config.js?v=3.11.0.807920289507" data-turbo-eval="false" defer></script> |
| 37 | + <script data-cfasync="false" src="resources/js/config.js?v=3.11.0.807924422421" data-turbo-eval="false" defer></script> |
38 | 38 | <script data-cfasync="false" src="resources/js/retype.js?v=3.11.0" data-turbo-eval="false" defer></script> |
39 | | - <script id="lunr-js" data-cfasync="false" src="resources/js/lunr.js?v=3.11.0.807920289507" data-turbo-eval="false" defer></script> |
| 39 | + <script id="lunr-js" data-cfasync="false" src="resources/js/lunr.js?v=3.11.0.807924422421" data-turbo-eval="false" defer></script> |
40 | 40 | </head> |
41 | 41 | <body> |
42 | 42 | <div id="retype-app" class="relative text-base antialiased text-base-text bg-base-bg font-body"> |
@@ -347,13 +347,8 @@ <h3> |
347 | 347 | </h3> |
348 | 348 | </doc-anchor-target> |
349 | 349 | <ul class="contains-task-list"> |
350 | | -<li class="task-list-item"><p><input disabled="disabled" type="checkbox" checked="checked" /> CodeGRITS provides cross-platform support for Windows, macOS, |
351 | | -and Linux, and is expected to be compatible with the entire family of JetBrains IDEs, including IntelliJ IDEA, |
352 | | -PyCharm, WebStorm, etc.</p> |
353 | | -</li> |
354 | | -<li class="task-list-item"><p><input disabled="disabled" type="checkbox" checked="checked" /> CodeGRITS could extract the abstract syntax tree (AST) structure of eye gazes on multiple |
355 | | -programming languages, as long as the IDE supports them, including Java, Python, C/C++, JavaScript, etc.</p> |
356 | | -</li> |
| 350 | +<li class="task-list-item"><input disabled="disabled" type="checkbox" checked="checked" /> 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.</li> |
| 351 | +<li class="task-list-item"><input disabled="disabled" type="checkbox" checked="checked" /> 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.</li> |
357 | 352 | </ul> |
358 | 353 | <doc-anchor-target id="key-features"> |
359 | 354 | <h2> |
|
0 commit comments