Add selection to overview

Issue #188 closed
Robert Leach created an issue

The currently visible area in the overview is great, but it would also be nice to see what is currently selected as well. But, if that's difficult (e.g. cannot get it to work with disjoint selections, like from a search), then forget it.

Comments (8)

  1. Christopher Keil repo owner

    That should not be hugely difficult. What scenario gave you the idea? Wouldn't that mainly be useful if the selection is outside of the current main view? How often does this occur?

  2. Robert Leach reporter

    Hey @TreeView3Dev, I'm having trouble trying to figure out how to do this properly. In GlobalMatrixView, how should I access the geneSelection and arraySelection values that InteractiveMatrixView has access to? Do I need a listener or is there a way to obtain those values directly?

  3. Log in to comment