mirror of
https://github.com/ArnoldSmith86/virtualtabletop.git
synced 2026-03-02 22:57:02 -05:00
Set multiple properties from SET #596
Labels
No labels
PCIO compatibility
Validator
automated testing
bug
documentation
duplicate
editor
enhancement
enhancement
library
library
maintenance
needs legacy server
pile related
reported client crash
routine operations
user interface
widget properties
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/virtualtabletop#596
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @flackr on GitHub (Nov 12, 2022).
When you need to set multiple properties it can be quite verbose writing multiple calls to SET. It would be nice to have a convenient way to set multiple properties in a single SET call.
If we don't want to diverge from the existing syntax we could use index-paired lists, e.g.
One convention when one list is shorter than another in CSS is to auto-extend the last value. This could be useful for different relations, e.g.
Where the "=" would auto-extend for everything after the first two indices.
@96LawDawg commented on GitHub (Nov 12, 2022):
Duplicate of #1168
@flackr commented on GitHub (Nov 12, 2022):
We should close this right?
@96LawDawg commented on GitHub (Nov 12, 2022):
Yes, I just wanted to make sure your observations got added to the other one. You did that, I see. Thanks.