After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 626306 - Symbol completion doesn't work with "this."
Symbol completion doesn't work with "this."
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: plugins: language-support-vala
git master
Other Linux
: Normal minor
: ---
Assigned To: Abderrahim Kitouni
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2010-08-07 12:26 UTC by Jens Georg
Modified: 2010-08-11 06:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
language-support-vala: bgo#626306 Symbol completion doesn't work with "this." (999 bytes, patch)
2010-08-08 08:31 UTC, Abderrahim Kitouni
committed Details | Review

Description Jens Georg 2010-08-07 12:26:57 UTC
When using symbol completion in a class, typing this. doesn't give a list of symbols available in the current class. Completing functions from the current class works otoh
Comment 1 Abderrahim Kitouni 2010-08-08 08:31:41 UTC
Created attachment 167351 [details] [review]
language-support-vala: bgo#626306 Symbol completion doesn't work with "this."
Comment 2 Johannes Schmid 2010-08-08 08:58:56 UTC
Review of attachment 167351 [details] [review]:

Thanks for the patch, I applied it.

But I still cannot see any auto-completion for "this."
Comment 3 Jens Georg 2010-08-08 09:36:49 UTC
(In reply to comment #2)

> Thanks for the patch, I applied it.
> 
> But I still cannot see any auto-completion for "this."

Johannes, works for me.
Comment 4 Johannes Schmid 2010-08-11 06:54:13 UTC
OK, I don't vala much so maybe I just tried in wrong places. If it works for you I will close it

Thanks for fixing it.