[wingide-users] Code completion on 'True' inserts wrong code
René Pijlman
reneOnLists at applinet.nl
Wed Jul 23 04:36:55 MDT 2008
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
This only happens when I select 'True'. With other choices, code
completion seems to work fine. Even 'False' works :-)
--
René
More information about the wingide-users
mailing list