[MonoDevelop] Changes to Gtk#

Vladimir Giszpenc vgiszpenc at dsci.com
Thu Mar 5 13:32:22 EST 2009


> > > I added a method to Gtk# and I would like to see it reflected in
> the
> > > MonoDevelop editor.
> > >
> > > I added the proper verbiage to gtk-sharp/doc/en/Gtk/NodeView.xml
> > >
> > > How do I refresh what the editor knows about so it will
> > tooltip/autocomplete
> > > my new method and show the associated help text?
> > >
> > > The code compiles so it is not a Gtk# issue.
> >
> > Ensure that the updated GTK# assemblies and docs are installed
> > correctly. Do the updated docs show up in MonoDoc?
> 
> No, the updated docs do not show up in MonoDoc.  I then tried monoDoc
> when invoked using
> 
> monodoc --engine Gecko --edit gtk-sharp/doc/en
> 
> It throws numerous errors.  I removed entries from the index so I
could
> get it to run, but my new entries still do not show up.
> 
> I followed Lluis' advice (thanks) and tooltips now show up, but
without
> the text underneath.
> 
> Is there a how to on writing MonoDoc content (and testing it)?
> 
> > Michael Hutchinson

Problem solved.  My Gtk-sharp was going to the wrong (/usr/local) GAC.
Having multiple GACs is terribly confusing.

Sorry for the trouble,

Vlad


More information about the Monodevelop-list mailing list