Welcome to yEd Q&A!
Here you can ask questions and receive answers from other members of the community and yEd developers. And you can tell us your most wanted feature requests.

Categories

Change edge label into shorter number reference

0 votes

In my diagrams which are state machines the edges have rather long names which makes it hard to layout the diagrams in a properly manner since the edge labels goes all over the place.

My suggestion is to add an option to replace all edge labels with a number, and then presenting a list with original edge labels and corresponding number. This number could be built up as follows to further allow for easier reading:

  • Number each node in one sequence, nodeNo
  • Number each edge out of a given noded in separate sequence, edgeNo
  • The label number could then be: "nodeNo of originating Node"."edgeNo":"nodeNo of end Node"

An example showing this scheme (with one long text):

 

Such an feature would ease the process of generating diagrams based on statemachine which are configured in c# code and the base diagram is autogenerated. In other words, the diagrams needs to be reworked every so often as the code changes, so manual labour regarding (re-)placing edge labels needs to be avoided, if possible.

in Feature Requests by

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.
Legal Disclosure | Privacy Policy
...