I am creating a very basic IDE for wxpython and python, and at the moment I have a big wx.textctrl
.I am typing my code into, I heard it wasn't a good practice and I'm better off using the wx.Stc.StyledTextControl
from the scintilla library.
How would I implement this styled text control with a size and syntax highlighting?? Can someone please lead me in the right direction, the documentation is very poor.
Thankyou.
The code thus far: http://pastebin.com/VvxspyjX