This is the home for the EclipseGraphviz project, originally on SourceForge.
EclipseGraphviz is an Eclipse plug-in that provides a Java API for Graphviz and an Image Viewer view that allows easily visualizing the graphical output of your .dot files as you save changes to them.
- Java 8
- Eclipse Mars or later
- Graphviz
- If you don't have Eclipse Mars or newer, install it from http://eclipse.org/downloads/
- Start Eclipse
If you have the Eclipse Marketplace client installed, that is the easiest way to install EclipseGraphviz. Just search for the "TextUML Toolkit" (EclipseGraphviz ships as part of it), and install it directly. You can install EclipseGraphviz and skip installing the TextUML Toolkit if you prefer (what is the TextUML Toolkit?).
- Open the Software Updates dialog (Help > Install New Software...), and enter the following URL in the "Work with:" field:
https://abstratt.com/textuml/update/
-
Select the EclipseGraphviz feature from the Modeling category.
-
Accept to restart Eclipse to make the changes effective.
Some strict proxies may prevent applications (such as Eclipse) from downloading .zip files (such as the EclipseGraphviz repository). For example, if you consistently see the Eclipse Marketplace client (method 1) or Update Manager (method 2) failing with errors like these:
Communication with repository at jar:https://abstratt.com/textuml/update/com.abstratt.mdd.oss.repository-2.13.0.zip!/content.xml.xz failed.
root cause
Caused by: java.net.SocketTimeoutException: Read timed out
you can use this workaround:
- Download the EclipseGraphviz repository archive from here
- Open the Software Updates dialog (Help > Install New Software...), hit the Add... button, then use the "Archive..." button to find the zip file you just downloaded
- Select the EclipseGraphviz feature from the Modeling category.
- Accept to restart Eclipse to make the changes effective.
If you don't have it yet, download and install Graphviz for your platform.
Note to Windows users: you might need to download and install the "Microsoft Visual C++ 2005 Redistributable Package (x86)" as mentioned in the Graphviz for Windows download page. From user reports, it seems XP usually requires that package to be installed, while Vista does not.
Once Graphviz is installed, you may need to tell EclipseGraphviz where to find it. Open the Graphviz preference page in Eclipse and enter the location for the dot executable.
EclipseGraphviz provides an "Image Viewer" view that will show a rendered diagram whenever a .dot file is selected or an editor loaded with a .dot file is currently selected (saving triggers updates). To open the Image Viewer, go Window > Show view > Other... > EclipseGraphviz > Image viewer.
Allows configuring how to find Graphviz and global options for the dot tool.
The Image Viewer view automatically renders diagrams as you select .dot files in Eclipse.
The Image Viewer view automatically renders diagrams as you edit .dot files in an Eclipse editor (updating as you save your changes).