[wingide-users] small feature?
Wingware Support
support at wingware.com
Mon May 1 10:43:23 EDT 2006
Encolpe Degoute wrote:
> There's the same autocompletion problem with mutiple symbols import from a module:
>
> from AccessControl import getSecurityManager, UnrestrictedUser
>
> UnrestrictedUser will never be autocompleted.
>
> with from Products.CMFCore.utils import getToolByName
>
> CMFCore and utils will never be autocompleted but getToolByName will.
I think this is actually caused by another bug -- the autocompletion on
an import line itself is limited in the ways you describe. The symbol
UnrestrictedUser but not Products should appear in autocompletion lists
on lines other than the import line.
We'll try to fix this in future releases,
John
More information about the wingide-users
mailing list