It would be of great help, if we had hint texts like we newly have them for static controls, these hints in curly braces.
Example:
Code: Select all
Functional Class: Testclass
...
Constructor/Destructor
Constructor: Testclass { String: p_sValue1, Number: p_nValue2 }
Constructor: Testclass { String: p_sValue1 }
Constructor: Testclass { Number: p_nValue }
Constructor: Testclass { Testclass: p_Source }
Functions
Greetings
Christof