BehaviorTree / Groot

Graphical Editor to create BehaviorTrees. Compliant with BehaviorTree.CPP
739 stars 241 forks source link

Click and drag un-highlights blackboard items #103

Open crichardson332 opened 4 years ago

crichardson332 commented 4 years ago

Blackboard variables in nodes highlight yellow when double clicked, which is nice for seeing everywhere that item appears in the tree. However, moving the canvas around via click and drag disables the highlight. It would be nice to stay highlighted while I move the canvas around to see where my variable appears.

esromneb commented 4 years ago

oh I had no idea what the double-click + yellow meant lol

facontidavide commented 4 years ago

actually I found myself a little bit annoying. I should probably remove that

crichardson332 commented 4 years ago

I find it to be very useful for tracing where a blackboard item appears in your tree, especially for larger trees. But it's not that helpful if it disappears when you drag the canvas.

Could it be a feature the user can enable/disable?