allow text searching in browser graph
when zooming in into the graph, the browser search (ctrl+F) doesn't work very well. it just jumps into random places.
would be very convenient to have a working search bar (either fix the browser search bar, or create a new one)
Nice idea. If you have an idea how to implement this, contributions are very welcome ;)
I believe that this feature is provided by dependencyBrowseTree which I've implemented in PR136.
http://imgur.com/7MlXbcg
How exactly is this feature used? Might be just missing something silly from docs but just trying out dependencyBrowseTree in shell and getting the following with sbt 1.2.3 and plugin 0.9.2
error] Not a valid project ID: dependencyBrowseTree
[error] Expected ':'
[error] Not a valid key: dependencyBrowseTree (similar: dependencyBrowseGraph, dependencyBrowseGraphTarget, dependencyTree)
[error] dependencyBrowseTree
It's part of unreleased 0.10.0: https://github.com/jrudolph/sbt-dependency-graph/blob/master/CHANGELOG.md#version-0100-unreleased
Thank you.