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

Eclipse is sending zero based col positions #46

Closed dtg3 closed 4 years ago

dtg3 commented 4 years ago

Per discussions in meetings and Issue 6 in Post Processing all plugins must output line/col data as one based positions. This means the first character in the first line of the file is located at position should be recorded as line=1 col=1.

Presently Eclipse is outputting line=1 col=0

clptrsn commented 4 years ago

Fixed in c6eb85d8c95e975f4558a22ce4d7f43c3ac102c4

dtg3 commented 4 years ago

Verified fixed using mouse tracker (only real way to get a precise position) in the most recently provided installer site.