From: Kevin A. <al...@se...> - 2004-09-10 06:04:48
|
On Sep 9, 2004, at 6:58 PM, Gregory Pi=F1ero wrote: > I am trying out this code editor component. It looks something like=20= > 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=20= > hoping there's a way to change the key words and make it work with SQL=20= > instead of python so the user can type SQL queries within the python=20= > application. I'm also hoping it has code completion... > > If CodeEditor wouldn't work easily for those needs, what would people=20= > recommend as the next fastest way of getting a little text area with=20= > word/code completion and syntax highlighting into a pyCard or wxPython=20= > app? > > Thanks, > > Greg > http://wiki.wxpython.org/index.cgi/wxStyledTextCtrl You'll probably need to post this question over on the wxPython-users=20 mailing list in regards to wxStyledTextCtrl since all the functionality=20= is provided by that control with the CodeEditor component. ka |