[umbrello] [Bug 374845] Add support for importing sequence diagram entries from file or clipboard

Ralf Habacker bugzilla_noreply at kde.org
Mon May 29 10:29:57 UTC 2017


https://bugs.kde.org/show_bug.cgi?id=374845

--- Comment #4 from Ralf Habacker <ralf.habacker at freenet.de> ---
How to use this feature:

Importing from file:

1. start umbrello
2. add a new sequence diagram
3. right click on diagram and select new->import stack trace
4. Select file and press okay

Importing from clipboard:

1. start umbrello
2. add a new sequence diagram
3. copy sequences into clipboard
4. paste clipboard into sequence diagram  


Importing sequences requires to use one of the following forms:

class1::function1(...)
class2::function2()
class3::function3
::function4(...)
::function5()
::function6

These sequences are imported in the mentioned order, e.g.
'class1::function1(...)' will be the first, 'function6' the last synchronous
sequence.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list