Skip to content

Conversation

@HelloLudger
Copy link

Currently the system is VERY restricted about which classnames are allowed.
This will allow a lot of characters and allows to have the classname in quotes:

image

class someclass {}
class §$noQuotes|_:;~#!§$()[]+-*\/,| {}
class "inQuotes" {}
class "AZaz09 |_:;~#!§$()[]+-*\/,{}|" {}

Currently the system is VERY restricted about which classnames are allowed.
This will allow a lot of characters and allows to name the classname in quotes.
I am not sure what the correct UML name is for these additional class information, but PlantUML supports them and now the plantuml-code-generator can handle them as well.
I also edited the coffeescript template to "make use" of the new information.
@HelloLudger HelloLudger changed the title initial introduction of rich and richer chars Richer class names and introduction of "classtypes" Oct 13, 2020
@HelloLudger
Copy link
Author

"class types"
image

class "withDescr1" <<something>>
class "withDescr2" <<some { } thing>> {
}

becomes

class withDescr1
# was typed as <<something>>

class withDescr2
# was typed as <<some { } thing>>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant