iTrace-Dev / iTrace-VisualStudio

Visual Studio plugin to identify textual and interface elements based on iTrace Core gaze data
GNU General Public License v3.0
4 stars 1 forks source link

Addin should store IDE window meta-data #49

Open abegel opened 1 year ago

abegel commented 1 year ago

In order to support a user playing back the stored X,Y data, the addin should be storing:

  1. VS window position (x, y, width, height)
  2. Editor window position (x, y, width, height)
  3. Editor viewport (x, y, width, height) (that's for recording the scroll position within the editor)
abegel commented 1 year ago

Please record this information every time it may change, e.g. when someone moves the window or editor or scrolls the editor window.