sbt-dependency-graph icon indicating copy to clipboard operation
sbt-dependency-graph copied to clipboard

allow text searching in browser graph

Open lev112 opened this issue 8 years ago • 5 comments

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)

lev112 avatar May 12 '17 08:05 lev112

Nice idea. If you have an idea how to implement this, contributions are very welcome ;)

jrudolph avatar May 12 '17 08:05 jrudolph

I believe that this feature is provided by dependencyBrowseTree which I've implemented in PR136. http://imgur.com/7MlXbcg

pcejrowski avatar Aug 20 '17 19:08 pcejrowski

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

robbyki avatar Oct 19 '18 15:10 robbyki

It's part of unreleased 0.10.0: https://github.com/jrudolph/sbt-dependency-graph/blob/master/CHANGELOG.md#version-0100-unreleased

pcejrowski avatar Oct 19 '18 15:10 pcejrowski

Thank you.

robbyki avatar Oct 19 '18 15:10 robbyki