[wingide-users] folded header function goes right when enter hit
Wingware Support
support at wingware.com
Wed Jun 14 12:40:16 EDT 2006
Pujo Aji wrote:
> Hello try this:
> def codedump():
> def a():
> print 'hello'
>
> def b():
> print 'world'
>
> then fold until it looks like this:
>
> - def codedump():
> + def a():
> + def b():
I see the problem now -- it's a result of the new line being indented to
match the last line, which is the print 'hello' line. We'll see if we
can tweak the indentation algorithm to not do this.
Cheers,
John
More information about the wingide-users
mailing list