Namespace label formating

+1 vote
asked Apr 1, 2014 in Wanted features by anonymous

As it exist for class labeling:

 

class Class1 as "MyClass <img:file> Fancy <b> formated label"{

Method1

}

 

It might be worth to be able to do something similar with namespace labeling:

 

namespace net.foo as "MyNamespaceName <img:file>" {

Class1

Class2

}

 

Thank you very much in advance for your answer!

Cheers!

1 Answer

0 votes
answered Dec 14, 2017 by kharrhei (140 points)
I would need this aliasing feature too...

I need to draw a namespace with a "-" in the name (e.g. "some-node-plugin"), but now it is impossible and I have to replace the "-" with "_" to get it working...
...