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

Line and column numbers #4

Closed dtg3 closed 6 years ago

dtg3 commented 6 years ago

Line and column values should be 1 based the same way that most editors represent it.

This means the first line and column in the file is (1, 1)

cabryant20 commented 6 years ago

Added a +1 offset to the 0 based line and column values