gazebosim/gz-gui
Option to blacklist plugins from showing on the menu
Aperta
#290 aperta il 24 set 2021
enhancementhelp wanted
Metriche repository
- Star
- (103 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
We have a way of whitelisting the plugins that we want to show on the menu with <window><plugins><show>, as explained on this tutorial. It would be nice to have a way of blacklisting a few plugins too.
Desired behavior
All plugins from the paths are shown on the menu except for the ones explicitly blacklisted.
Alternatives considered
:thinking:
Implementation suggestion
Similar to the show implementation here:
We could have a hide.
We should make sure it plays well with show and from_paths.
Additional context
It would be nice to blacklist plugins we don't want users to try out yet, or plugins that don't work well when inserted from the menu.