frostyfan109 / tranql

A Translator Query Language
https://researchsoftwareinstitute.github.io/data-translator/apps/tranql
MIT License
0 stars 1 forks source link

Use tools on find tool results #56

Closed frostyfan109 closed 5 years ago

frostyfan109 commented 5 years ago

Would be a simple change that would add additional functionality to the find tool. Every result within the find tool would be treated as if it were an actual node/link in the graph, therefore allowing for tool usage on it.

frostyfan109 commented 5 years ago

Also, this should be added for the connection viewer results too. It already has the capability, but it always uses the object viewer instead of the active tool. This could be changed so that you can deselect the connection viewer tool and it will leave the connection viewer window open until you press the close button (which is probably better behavior regardless).

frostyfan109 commented 5 years ago

This is not feasible for the find tool when using the nodes->links->nodes syntax. When this syntax is active, it should only use the link.

frostyfan109 commented 5 years ago

Added for both.