[Feature] Swap Line Text Buttons #219
RobustoSystems
started this conversation in
Ideas
Replies: 3 comments
-
Moving text up and down is a great feature! I would def use this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@eyesonvis since this is an UX change, do you see any problems if we implement this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I understand the functionality, but can someone provide examples of how you'd use it? I'm wondering if a drag-reorder UX paradigm would be more appropriate than swap buttons. (I'm not a fan of doing bubble sorts manually, lol.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary / Description
It would be useful to have three additional buttons in the "Icon Text" tab, as shown in the mock-up design above.
When pressed, the first button would swap the contents of the "Line 1 text" with the contents of the "Line 2 text". The second button would swap the contents of the "Line 2 text" with those of the "Line 3 text", and the third button would swap the contents of the "Line 3 text" with those of the "Line 4 text".
An interesting question is: What should happen with the "Line 1 colors" when these buttons are pressed? Should the line colours also be swapped, or should the colours remain in place? Personally I would be happy with either behaviour, as the vast majority of VIs I work with use pure black colour - RGB(0,0,0) - on all four lines of text. So both approaches would yield the same result in the vast majority of VIs.
Motivation / Use Case
Use cases:
Proposed Solution / Feature Details
Proposed solution: See screenshot above.
Similar feature that already exists
Beta Was this translation helpful? Give feedback.
All reactions