I thought so. Attached hack removes it. Jan On 31/05/13 14:47, Marcus Denker wrote:
On May 31, 2013, at 1:32 PM, Jan Vrany <jan.vrany@fit.cvut.cz> wrote:
Hi
is there any reason why class builder does not allow lowercase classnames? Underscore is allowed, though.
In the past people started too add check to make sure that we only use the naming that people are supposed to use. The place these checks where placed was the class builder. Over time it has shown that this is not good: it has do be done on a higher level.
(we already removed certain checks, e.g. about variable capitalization).
We should at some point introduce something that does these kinds of checks for the tools, but allows one to just do anything when needed at the lower levelâ¦
Marcus