Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-button select for copy/paste/delete #2834

Open
2 tasks done
phillipivan opened this issue Apr 10, 2024 · 4 comments
Open
2 tasks done

Multi-button select for copy/paste/delete #2834

phillipivan opened this issue Apr 10, 2024 · 4 comments
Labels
area/gui GUI / Webapp related Enhancement New feature or request

Comments

@phillipivan
Copy link

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

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

Is there an existing issue for this?

  • 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.

@dnmeid dnmeid added Enhancement New feature or request area/gui GUI / Webapp related labels Apr 16, 2024
@dnmeid
Copy link
Member

dnmeid commented Apr 16, 2024

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.

@phillipivan
Copy link
Author

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

@8bitfriend
Copy link

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

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

@dnmeid
Copy link
Member

dnmeid commented Apr 20, 2024

* 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/gui GUI / Webapp related Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants