You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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".
The text was updated successfully, but these errors were encountered: