This patch refactor arrow keys navigation to move properties and enum to generic ED_select_utils.h and property to WM_operator_properties_select_walk_direction()
No functional change
Differential D4771
Cleanup: Use generics properties for arrow keys navigation(walk_select) Authored by Valentin (Poulpator) on May 1 2019, 12:41 AM.
Details This patch refactor arrow keys navigation to move properties and enum to generic ED_select_utils.h and property to WM_operator_properties_select_walk_direction() No functional change
Diff Detail Event TimelineComment Actions Think this is fine, although better wait until it's used somewhere else than file browser (outliner most likely). Also, might make sense to add UI_ prefix, so UI_SELECT_WALK_FOO to make clear this is UI only. Comment Actions Nice. I’m guessing this will make it easier to re-use this for other places such as the Outliner? Comment Actions
I guess it could apply for code quality day |