Vanco
Vanco
What is your real want? Please make it more specific.
No. SequenceDiagram is designed for show sequence base on source code. you can export generated diagram to PlantUML format (text) file, but import from txt file is not supported.
The generate setting is replace in Sequence Diagram tool windows.  Try to use `Sequence Diagram Options` combination with `Exclude from diagram` to achieve your purpose .
Add to feature list. Thanks.
> > I want to generate a Diagram for SqlSessionFactoryBuilder.build() in Junit , but it look like doesn't work You should navi to source of SqlSessionFactoryBuilder.build(), than generate. for your...
There may be recursion in generation process. This is tough one, meed some code pattern to find it.
try new version 2.1.2
You can read source code for reference. Tips: Interface `IGenerator` for generate sequence call stack (a tree style text), witch will render as diagram. Interface `SequenceNavigable` for navigation code when...