Currently the eye_tracking.xml file offers more info than bare gaze data only for when the gaze falls on the editor pane. Otherwise CodeGRITS adds remark="Fail | Out of Text Editor" and raw gaze data.
Would it be possible and feasible to extract the name of the pane (the part of the JetBrains IDE window) where the gaze falls, and provide it in eye_tracking.xml? For example, I would like to know if "out of text editor" means that:
- the gaze falls outside IDE window
- the gaze falls on "Problems" pane, or "Project" pane, or "Commit", or plugin-provide pane like "AI Chat" - and I would like to know the name of the pane
I would appreciate if you at least pointed me into the right direction.
Thanks in advance.