Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to jump to a newline in StarUML

I have been using StarUML, and I'm creating an activity diagram but I want to add a new line inside an action node, How would I do that?

like image 822
Mohamed Benkedadra Avatar asked Feb 27 '18 20:02

Mohamed Benkedadra


People also ask

What is stereotype in StarUML?

A stereotype is a modeling element that has definitions for adding new properties and constraints to the standard UML modeling elements. A stereotype can also have definitions to provide new notations for modeling elements.

How many diagrams are there in StarUML?

StarUML™ supports 11 UML diagram types. The user can freely create and manage different diagrams as needed.

Is StarUML open source?

StarUML is an open source software modeling tool that supports the UML (Unified Modeling Language) framework for system and software modeling. It is based on UML version 1.4, provides eleven different types of diagram and it accepts UML 2.0 notation.


1 Answers

You can't create a new line with Return but you can format the Node.

CTRL+Shift+W or Format->Word Wrap in the ContextMenu

If the Action-Node is to small the text after a space will wrap into the next line.

like image 79
Michael Seiler Avatar answered Oct 09 '22 20:10

Michael Seiler