Inconsistent methods for getting/setting values #6
Loading…
Reference in New Issue
Block a user
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?
Currently, the way you get or set the value of an editable widget depends on the widget. For consistency, these should all be called Value and SetValue respectively.
Inconsistent methods of getting/setting valuesto Inconsistent methods for getting/setting valuesAdditonally, editable inputs should have an OnEnter if possible, but that might not be the best name for it. Perhaps OnConfirm would be better.