Uppercase Texteditor

Is it possible with a Texteditor to automatically start with an uppercase (Capital)? Have I overlooked this in the API? Or do I need to change the code inside Texteditor.cpp?

There's nothing in the TextEditor itself that would do that (and a class like that shouldn't do anything so specific). But you can easily look at the text when it changes and capitalise the letter yourself if you want to.

Thank you for the solution. Implementing it now. :)