fian46 / addons-btree

Visual Behavior Tree
MIT License
115 stars 19 forks source link

Add option for Search Node Next and Search Node Previous #37

Closed davord45 closed 4 years ago

davord45 commented 4 years ago

Hey fian46. Could you add for Search Node bar to have arrows or something to go to next/previous node with the same function name? Cant seem to find how to do it now. Just a little speed to the workflow like you did for jump to source.

fian46 commented 4 years ago

you can test it in 1.1.8-beta

davord45 commented 4 years ago

Arrows go thru all nodes,regardless of the function name. I was thinking of Find Previous and Find Next like in Script Editor.

fian46 commented 4 years ago

Oh you mean search only function name and not the entire node tree ?. But i like it to be able to search everything too.

davord45 commented 4 years ago

Well can you make a shortcut to jump to next node and jump to previous,but keep search for function named? Cause that is when im trying to find something specific.Going threw entire tree when its a big tree is kind of tedious

fian46 commented 4 years ago

So you're suggesting the search is only for function name only ?

davord45 commented 4 years ago

Yes,and that some hotkey is jump to next and previous nodes,cause i dont see why you would need to search for that.You can jump from selected.

davord45 commented 4 years ago

New commit fixes work great!