google / depan

DepAn is a direct manipulation tool for visualization, analysis, and refactoring of dependencies in large applications.
http://google.github.io/depan
Apache License 2.0
89 stars 20 forks source link

Have an "Open in Eclipse" action. #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Give the possibility to open in eclipse (or any other software) a selected
class, field or method. This require the user to specify a source directory
for each graph.

For eclipse this could be done with an eclipse plugin listening
instructions on a port, and DepAn sending instructions on this port.
Instructions could be like "open class
com.google.devtools.depan.graph.api.Graph".

Original issue reported on code.google.com by lep...@gmail.com on 9 Apr 2008 at 12:32