Hi every one! :)
Based on the example of StyledTextCtrl of the wxPython demo i managed to write a small application intended to Php code writing.
Does anyone know how to set styles for Php codes?
I found it's necessary to use SetLexer(stc.STC_LEX_HTML) because STC_LEX_PHP is deprecated.
But i have no idea how to set all StyleSetSpec for php (and also html, because this one can even be used into php code).
If anyone has any experience and/or some examples to share, i'd be very grateful!
Thank you very much in advance.