The Eclipse Plugin is developed and maintained by
Hallvard Trætteberg
(many thanks for his work!).
Like the core library PlantUML itself, it is open source and the plugin is distributed under EPL license.
The source code is hosted on GitHub.
Tout d'abord, vous devez afficher la vue PlantUML (cliquez sur le menu Fenêtre ) :
Cette vue affiche automatiquement la classe sur laquelle vous travaillez :
Si vous écrivez un commentaire en langage PlantUML, le diagramme correspondant est automatiquement affiché.
Et si vous avez plusieurs commentaires avec des diagrammes, il sélectionne celui dans lequel le curseur se trouve.
Dans la fenêtre des préférences, vous pouvez également configurer le chemin d'accès à GraphViz si nécessaire:
To install the plugin, you have to:
- Go to Help/Software Update/Find and install... or Help/Install new software...
- Create (if needed) or choose the following site as update site:
http://hallvard.github.io/plantuml/

- Select PlantUML features:

- Restart Eclipse
The plugin is not limited to Java source file, it also works with Ecore/Xcore
files.
So that you can see the corresponding class diagram in a view side-by-side the Ecore/Xcore
editor :
If you want to support other file types, you can implement a new extension to do so.
You can have a look at
the current xcore implementation.
|
|