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

Refactoring Eclipse Plugin #20

Closed clptrsn closed 5 years ago

clptrsn commented 5 years ago

Fixed several formatting issues and made whitespace more conscistent Simplified StyledTextGazeHandler creation in iTrace class. Removed ProjectExporerGazeHandler, HandlerBindManager, and GazeHandlerFactory as they were not utilized effectively Modified the Gaze class to better fit the data being received Removed setup that was made unneccesary inside ControlView Various other removal of unused methods and general renaming Closes #16