I would like the name of a custom component in Dymola to be displayed on two lines.
When I use %name or %paramName (where paramName is the name of a String parameter of the component) in the TextBox, the name gets written on one line, even when there is space for two, and even when i try to use any of the following: \n, <br>, \\n...
So the only solution I found so far was to create two parameters, nameLine1 and nameLine2, and to use them inside the TextBox, where I can put each parameter on a different line easily by using S+RET.
Yet I find this solution quite cumbersome. Is there any way to do it more easily?
