companion icon indicating copy to clipboard operation
companion copied to clipboard

Multi-button select for copy/paste/delete

Open phillipivan opened this issue 2 months ago • 4 comments

Is this a feature relevant to companion itself, and not a module?

  • [X] I believe this to be a feature for companion, not a module

Is there an existing issue for this?

  • [X] I have searched the existing issues

Describe the feature

Ability to select multiple buttons (similar to selecting multiple cells in Excel) for copy/paste or delete actions.

Usecases

Faster building and editing of panels. Especially for things like audio mixers where you may have 3-4 buttons configured per channel, and once the first channel is setup, being able to copy them all at once would save time.

phillipivan avatar Apr 10 '24 23:04 phillipivan

I wanted to do this for such a long time. Actually I even have some implementation ideas, but as usual there are so many other things to do and not much time. It will happen but I can't say when.

dnmeid avatar Apr 16 '24 19:04 dnmeid

Thanks Dorian. Combined with the variables scoped to a button in this ticket, programming configs should be much faster.

phillipivan avatar Apr 18 '24 22:04 phillipivan

Multi-button select for copy/paste/delete and:

  • Apply BG/Text Color to multiple Buttons
  • Apply Press/Release Action to Multiple Buttons

8bitfriend avatar Apr 20 '24 07:04 8bitfriend

* Apply BG/Text Color to multiple Buttons
* Apply Press/Release Action to Multiple Buttons

Not very likely. The data structures are too heterogenous to edit multiple actions at once in a selection. It would be possible for colors at the moment but there are also plans to change button styling.

dnmeid avatar Apr 20 '24 22:04 dnmeid