Be sure to visit the Trace Modeler website for updates and UML sequence diagram resources!

Edit modes

An edit mode determines how TraceModeler interprets your input actions.

There are two different edit modes you can use, diagram edit mode and text edit mode, but only one of them can be active at any given time.

There's an icon in the lower right corner (or lower left if you're using a R2L script) that indicates what the current edit mode is :

the diagram edit mode indicator
diagram edit mode
the text edit mode indicator
text edit mode

Diagram edit mode

Diagram edit mode allows you to manipulate the elements of a diagram and is the one you'll be using most of the time.

For example, you'll use it to add elements, remove elements, change element properties, move elements, etc.

Text edit mode

Text edit mode allows you to edit the text of the currently selected element.

All standard text editing capabilities are supported such as selection, cut, copy, paste, undo, redo (and typing of course).

To make it easier for you to enter UML stereotypes, Trace Modeler will automatically replace "<<" and ">>" with resp. "«" and "»" (guillemets).

Switch to diagram edit mode

If you want to switch to diagram edit mode when text edit mode is active :

With the mouse

With the keyboard

Switch to text edit mode

If you want to start editing the text of the currently selected element (i.e. switch to text edit mode) :

With the mouse

With the keyboard

Note that some elements do not have editable text, so you won't be able to switch to text edit mode when such an element is selected.

Related topics