[MonoDevelop] Updates to tooltips

Jacob Ilsø Christensen jacobilsoe at gmail.com
Mon Sep 11 15:30:51 EDT 2006


Ok. I will move some of the stuff to the Ambience class. Where is the
ambience stuff used apart from the LanguageItemWindow? In other words.
What criteria determines what formatting goes in the ambience class
and what is special for the LanguageItemWindow?

/Jacob

On 9/11/06, Lluis Sanchez <lluis at ximian.com> wrote:
> El lun, 11-09-2006 a las 20:59 +0200, Jacob Ilsø Christensen escribió:
> > Hi.
> >
> > The attached patch updates a few things wrt. tooltips in the source
> > editor. Is it ok to commit (with ChangeLogs)?
> >
> > I have one question though. It seems that the formatting is done in two places:
> >
> > Extras/MonoDevelop.SourceEditor/MonoDevelop.SourceEditor.Gui/LanguageItemWindow.cs
> >
> > and
> >
> > Extras/CSharpBinding/CSharpAmbience.cs
> >
> > Which place is the best to do it?
>
> The formatting should be done in the ambience class, since it may change
> depending on the language. I think Ambience don't have a method for
> formatting local variables, so maybe we should now add one. The "Local
> variable" label should be added by the LanguageItemWindow, since that's
> additional information we want to show in the tooltip.
>
> >
> > /Jacob
> > _______________________________________________
> > Monodevelop-list mailing list
> > Monodevelop-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>


More information about the Monodevelop-list mailing list