albinaask / SEAL

Settings Encapsulation and Abstraction Layer
MIT License
10 stars 1 forks source link

SearchingBox display Group of found Setting #10

Open LightTab2 opened 2 hours ago

LightTab2 commented 2 hours ago

An option to display a group that the Setting belongs to would be nice.

For a scene: image

This is the current behaviour: image

LightTab2 commented 2 hours ago

This is somewhat more complicated, because once the Group is added, you can break search by closing it and opening it (and this is current behaviour too, if searched term finds Group and Setting at once, which is a bug?):

Godot_v4 3-stable_win64_142Cj2AM2c

Also you can find a closed Group...: image

I am thinking of adding another button's state: partially open, which displays only the Group and Settings relavent to the searched term. If user clicks it, it will cycle between its (now 3) states. Once search is done, partially open buttons should revert to their previous state.