browngraphicslab / NuSys

0 stars 0 forks source link

Single-title highlighting #1557

Closed tdgreen closed 7 years ago

tdgreen commented 7 years ago

The original purpose of the filtering ability was to be able to select a single library element and have its nodes be highlighted on the current workspace. Please allow this to happen again. A simple interface would be: during a filter, selecting from the library will apply the highlight to the selections

murrayLuke commented 7 years ago

@tdgreen as we continue to integrate mutual functionality between the library and filtering, there is a danger of creating too much coupling between the separate elements.

tdgreen commented 7 years ago

Have the library fire an event when searched, have the filter listen to the event and include it in its filtering function when the library filters.

murrayLuke commented 7 years ago

ok so when the item is selected, are all other items then deselected? is the selection considered an AND operation or an OR operation.

tdgreen commented 7 years ago

Its considered an AND