DirectGuiDesigner
DirectGuiDesigner copied to clipboard
Stateless options
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
Coverage increased (+0.2%) to 89.785% when pulling 39d75a3a5099110108de4f50ae4c817cc9c68029 on dys-bigwig:patch-1 into 5b3ec9b3ea3ca493f3fcda4994b81bc804f29870 on lexi-lambda:master.
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
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.