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

Error thrown when opening plaintext files when tracking #58

Closed clptrsn closed 2 years ago

clptrsn commented 3 years ago

Steps to reproduce

  1. Open a project with a .txt file in it
  2. Start Tracking with iTrace Eclipse and Core
  3. Open the .txt file. The following image should be shown image

The tracking does not work on the plaintext file but will work after the file is closed and iTrace Eclipse will proceed as normal

KangilPark commented 3 years ago

The error can be avoided by disabling the use of ProjectionViewer and changing the foldedLineIndex to lineIndex (rolling back the folded comment handling).

shbonita commented 3 years ago

@clptrsn I've assigned this one to you to fix. We came across this while testing @KangilPark version of iTrace.

KangilPark commented 2 years ago

Closing as issue is related to #64