DirectGuiDesigner icon indicating copy to clipboard operation
DirectGuiDesigner copied to clipboard

Stateless options

Open fireclawthefox opened this issue 2 years ago • 0 comments

Currently stated options like text, image, etc for states like hover, click, disabled, and so on have to be set for each state individually and can not be simply "copied" over to all other states or simply be set for every state at once.

Option 1: Add stateless property entries like text for entering text for text1, text2, etc. Option 2: Add button next to entries to copy to other states Option 3: Selection on top to only show a specific state or "all" states

fireclawthefox avatar Sep 25 '22 12:09 fireclawthefox

Coverage Status

Coverage increased (+0.2%) to 89.785% when pulling 39d75a3a5099110108de4f50ae4c817cc9c68029 on dys-bigwig:patch-1 into 5b3ec9b3ea3ca493f3fcda4994b81bc804f29870 on lexi-lambda:master.

coveralls avatar Jul 10 '19 19:07 coveralls

Are sets "intended" to be indexable by natural number even though there isn't a definitive order of elements? That's what's causing the test failures

AlexKnauth avatar Jul 12 '19 17:07 AlexKnauth

Are sets "intended" to be indexable by natural number even though there isn't a definitive order of elements? That's what's causing the test failures

When I realised they worked with ref and set-ref, I tested them and seemed to get consistent results regarding the ordering of the first two items. However, I don't think the test is helpful, and the results clearly aren't consistent. I'll remove the test. Thanks.

dys-bigwig avatar Jul 12 '19 17:07 dys-bigwig