Am 18.04.2011 19:12, schrieb Colomban Wendling:
Le 18/04/2011 15:38, Thomas Martitz a écrit :
Am 18.04.2011 15:26, schrieb Colomban Wendling:
Hi,
Le 18/04/2011 15:17, Thomas Martitz a écrit :
Am 18.04.2011 15:04, schrieb Thomas Martitz:
Hello,
I just tried my patch again to make scope completion work better (see r4840), but I now noticed that scope completion doesn't work at all anymore.
Just for completeness. My way to open the scope completion list was (in this case) to type "editor->" or "editor." in e.g. autocomplete_scope().
It still works for me, and I'd be surprised it to be broken by recent changes. Maybe r5642 would have broken this, but it has been reverted by r5711 because it did actually broke calltips.
However, scope completion only works when the variable type is known, e.g. with globals only.
Pretty sure it worked with locals also, but I may be wrong.
Since all completions, including scope ones, are based on tags, and we never had local tags parsed AFAIK, I'm pretty sure it never worked. But I'd be happy to be proven wrong :)
Nah, I suspect my memory is just wrong. It's been a long time since I paid attention to scope completion.
Best regards.