Forum
PureRef could remember the selection of nodes
eg. if I select node 1, 5, 9, 101 on canvas
there could be shortcuts for "show previous selection" and "show next selection" or something like "select forward" and "select backward"
(not sure what's the best wording)
on each shortcut for "select backward" the node selection would be 101, 9, 5, 1 then.
best,
s
Thanks for the suggestion! This is not a feature we're currently planning but just for discussions sake: We've thought about having the selection part of the undo history, so undoing would have this effect in that case, would that work for your case?
I think undo is not the best way, because If I change nodes the "selecting part" should be independent, so no real undo is done.
select 1, 3, 2. 3 - change node 3 - previous selections jumps to 2, 3, 1 without undoing the change in 3
best,
s