Is there auto-indent, auto-completion simple example?

Is there simple example for auto-indent, auto-completion?

Wonjun, Choi

Wonjun, Choi wrote:

Is there simple example for auto-indent, auto-completion?

In what component?

···

--
Tim Roberts, timr@probo.com
Providenza& Boekelheide, Inc.

I used STC control in wxPython. so it will be good which is related to this example.

Wonjun, Choi

Have a look at any of the open source Python editors. You can find them on the wxPython wiki.

Werner

···

On 11/10/2011 11:47 PM, 최원준 wrote:

I used STC control in wxPython. so it will be good which is related to this example.

There is also an example of using the autocomplete feature in the StyledTextCtrl_2 sample in the demo. Press Ctrl-space.

···

On 11/11/11 1:27 AM, werner wrote:

On 11/10/2011 11:47 PM, 최원준 wrote:

I used STC control in wxPython. so it will be good which is related to
this example.

Have a look at any of the open source Python editors. You can find them
on the wxPython wiki.

--
Robin Dunn
Software Craftsman

can I automatically see the auto-completion without ctrl+space?

=> self.AutoCompShow(0, " ".join(kw)

Wonjun, Choi

Have a look at any of the open source Python editors. You can find them on the wxPython wiki.

do you mean this site? I couldn’t see the open source example from here. http://wiki.wxpython.org/

I know Editra, Ulipad wxPython open source but actually it was difficult to understand to me.