[wingide-users] Code completion on 'True' inserts wrong code
Wingware Support
support at wingware.com
Wed Jul 23 09:16:37 MDT 2008
René Pijlman wrote:
> In Wing Pro 3.1.2-1 on Windows XP, when I type:
>
> x = T
>
> ... and in the code completion dialog arrow-down to 'True' and select it
> with Tab, Wing produces this source code:
>
> try:
>
> except:
> x =
>
> I expected:
>
> x = True
I can't seem to reproduce this. It looks like the try snippet is being
completed -- is the try snippet just below True on your system?
Thanks,
John
More information about the wingide-users
mailing list