From: <gre...@co...> - 2004-09-10 01:58:07
|
I am trying out this code editor component. It looks something like this: {'type':'CodeEditor', 'name':'CodeEditor1', 'position':(10, 10), 'size':(377, 240), 'backgroundColor':(255, 255, 255), } Could anyone point me to some documentation for this component? I'm hoping there's a way to change the key words and make it work with SQL instead of python so the user can type SQL queries within the python application. I'm also hoping it has code completion... If CodeEditor wouldn't work easily for those needs, what would people recommend as the next fastest way of getting a little text area with word/code completion and syntax highlighting into a pyCard or wxPython app? Thanks, Greg |