iTrace-Dev / iTrace-Eclipse

Eclipse plugin to identify textual and interface elements based on iTrace Core gaze data
GNU General Public License v3.0
5 stars 2 forks source link

iTrace-Eclipse does no record blank gaze points #67

Open Joshua2000B opened 6 months ago

Joshua2000B commented 6 months ago

When receiving gaze data from iTrace-Core, if a gaze point lies to the right of a line or below a line, iTrace-Eclipse will not mark an entry in the plugin output file. This is against how all other iTrace IDE Plugins work, which will record a "blank" entry that has line/col as -1/-1.

This should be updated so Eclipse has parity with the other plugins.

Eventually, these entries can be updated to label these entries as "BLANK".