I am currently developing an application in wxPython, one of its main parts is to accept C code through multiline TextCtrl, and it would be good if entered C code could be syntax highlighted.
Is there a way to achieve this with TextCtrl, or is there any other convenient method for achieving the same purpose?