Incorrect auto-editing behaviour for Wing Pro when enabing all of the options for auto-editing.
Hi,
In wingide pro, I enabled all of the options for auto-editing. But I meet the incorrect behavior given by wingide for the auto-editing, see following for detailed info:
from aiida.orm.querybuilder import QueryBuilder
qb = QueryBuilder()
qb
When I input the qb
for the second time in above snippets, the cursor will skip to the location of the first appearance of qb
. As a result, the auto-editing will edit the things there and give a error results.
How to solve this problem?
Regards
Comments
I don't see this problem here, but it may have to do with additional context in the file triggering a bug. Is there a file that reproduces this that you can send to support@wingware.com?