Can extended symbols be supported in !defines?

0 votes
asked Dec 11, 2018 in Wanted features by boshka (3,940 points)
edited Dec 11, 2018 by boshka

I have a need to make the following define:

!define [*]_at_start [*]

Is there a way to support (or explicitly enable) such definition (i.e. with symbols [, *, ], etc)?

OR, may be, you could implement an alternative ability to define start points [*] / end points of a State diagram? Such as

startpoint "start point" as startPoint { /' this will replace [*] definition, so that startPoint below will mean "[*]" '/
}

endpoint "end point" as endPoint { /' this will replace [*] definition, so that endPoint below will mean "[*]" '/
}

state "User" as actor {
}

state "State A" as State_A  {
}

state "State B" as State_B {
}

startPoint --> actor: start
actor --> State_A: To A
actor --> State_B: To B

State_B --> endPoint: exit

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...