Page 1 of 1

Formatting documentation in tooltip window

Posted: Thu Nov 16, 2006 10:50 am
by muewi
Hi,

is there a way to do some basic formatting within the yellow tooltip window that is generated from <xsd:annotation><<xsd:documentation>....?
At the very least it would be nice to have line breaks. Is that possible?

Best regards,
Frank

Posted: Fri Dec 01, 2006 12:21 pm
by sorin_ristache
Hello Frank,

This was already implemented in version 7.2. The current version is 8.0 and it works correctly. For example a <p/> used inside <xs:annotation> <xs:documentation> ... </xs:documentation> </xs:annotation> inserts an empty line in the tooltip displayed in the yellow popup, a <br/> breaks the line displayed in the tooltip, and <ul> <li>item1</li> <li>item2</li> <li>item3</li> </ul> is displayed as:

Code: Select all

 * item1
* item2
* item3

Regards,
Sorin