zsims / hunt-and-peck

Simple vimium/vimperator style navigation for Windows applications based on the UI Automation framework.
621 stars 54 forks source link

Refactored HintProviderService interface #34

Open AnsuzPantognestous opened 3 years ago

AnsuzPantognestous commented 3 years ago

Rewrite IHintProviderService and IDebugHintProviderService as instances of generic interface, segregate modules by splitting implementations into separate classes, move their sharing helper methods into new extension class to reduce implementation cost of new interfaces in the future.