Hi,

I am planning to extend the editor. I am thinking of some advanced autocompletion features that can be used while you develop the application. I am thinking of using the list returned by dir() while you are debugging the application. I also want the editor to show the AST returned by the Python parser, not the raw code. And I want to be able to modify this AST. And I want to get events (when the user changed something in the AST) and handle these events.

Is that possible with QScintilla or do I need to develop an own editor component?

Regards,
Albert

_______________________________________________
Eric mailing list
[email protected]
http://www.riverbankcomputing.com/mailman/listinfo/eric

Reply via email to