[MonoDevelop] Monodevelop 2.2 code completion bug

Ivan Radovanovic rivanr at gmail.com
Sat Nov 28 16:04:09 EST 2009


I think error is somehow related to referenced assemblies - when you 
create normal gtk project (exe) - you get correct completion, on the 
other hand, if you create lib with gtk support (dll) - you will not get 
completion on GLib (my guess is that's because glib-sharp is not in 
references list when you create lib with gtk support (although project 
compiles fine))

Michael Hutchinson napisa:
> On Thu, Nov 26, 2009 at 1:14 PM, Ivan Radovanovic <rivanr at gmail.com> wrote:
>> I was working today on some gtk# application when I noticed that
>> monodevelop 2.2 (svn version from few days ago) doesn't give correct
>> code completion for gtk# objects - for example I had
>> Gtk.Button object that is derived from Glib.Object, but code completion
>> doesn't offer any of the Glib.Object's methods
> 
> This sounds like the GLib code completion DB is corrupt. Do you get
> completion when you use GLib objects directly? Are there errors in the
> MD log? (~/.config/monodevelop/log)
> 


More information about the Monodevelop-list mailing list