code
code copied to clipboard
Highlight selection plugin: Fix highlighting when same word reselected
#1520
- Simplify workings following recent changes to master
selection-changedsignal replaced withselection-eventsignal (SearchBar no longer listens to original signal)- Separate
deselectedsignal no longer required - Anonymous closure used to handle throttled selection-event signal
TODO
- [x] Fix behaviour when search is on going
Works OK without ongoing search but regression in draw-spaces when there is a search term in the search bar. Further work required.
Blocking as conflicts with #1622 which needs to be merged first.