UNC-Project-Open-AAC / OS-DPI

A system for creating experimental AAC prototypes.
14 stars 3 forks source link

Highlight components in UI when selecting components in layout #157

Closed gbishop closed 1 year ago

gbishop commented 1 year ago

This stopped working with the new release. Discussion #156.

gbishop commented 1 year ago

I have implemented a version of this much requested feature.

In the Layout tab, select a component and then type Control-h or Command-h. It should draw a red dashed border on the component. If the component is not visible because (say) it is in a hidden TabPanel it will update the state to make that Panel visible.

I'm open to ideas on how to improve this.