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

Highlight for Token can Remain on Screen #49

Closed dtg3 closed 4 years ago

dtg3 commented 4 years ago

If token highlighting is enabled during tracking and a token is highlighted while the tracker is stopped by highlighting remains checked, the token's highlight box will remain visible and affixed to the position on the screen even during scrolling until the window is closed.

If a similar situation occurs however token highlighting is unchecked. Interacting with the window will remove the highlighting (redraw the window without it).

dtg3 commented 4 years ago

This is probably not a blocking issue for the release, but should be noted for subsequent releases.

clptrsn commented 4 years ago

With this and issue #44. I’m going to gut out and rewrite the highlighting engine once I get time. I’ve been unhappy with it for the past few months and have done my best to patch it but I think a more straight forward implementation exists and will investigate that

dtg3 commented 4 years ago

Long term this sounds like a good idea.

Short term, the question becomes do we cut it out for this release or leave it in?

dtg3 commented 4 years ago

Per Discord discussion, short term will be to release alpha 0.1.0 with the inclusion of the feature.

shbonita commented 4 years ago

related to #44

clptrsn commented 4 years ago

Token highlighting is a lot more responsive now with the recent PR