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

Incomplete XML Output #9

Closed dtg3 closed 5 years ago

dtg3 commented 6 years ago

If the plugin is connected to iTrace core and recording on the core is stopped and restarted, all but the most recent XML output files will be incomplete (missing closing tags for gazes and plugin elements). Disconnecting the plugin and reconnecting the plugin before starting the next session is the only way to end the open tags.

Propose two conditions for ending XML documents. 1) Plugin is disconnected from Core: Study is complete and the active XML document can be closed (this currently works). 2) Plugin receives a new location to write out XML: Study is not complete, but the current recording session is. Close the previous XML document before writing to the new one.

dtg3 commented 5 years ago

If the new_design branch is adopted as the head of development for VS Plugin, this issue can be closed.

dtg3 commented 5 years ago

Verify that this issue is not present in fixed_develop branch. If issue is present, it must be fixed.

cabryant20 commented 5 years ago

Verified not present in fixed_develop