[MonoDevelop] Updates to tooltips

Jacob Ilsø Christensen jacobilsoe at gmail.com
Mon Sep 11 16:21:40 EDT 2006


Hi.

I have cleaned up LanguageItemWindow a bit now and moved functionality
to Ambience. I also removed the NetAmbience class as it does not seem
to be used anywhere.

Looks good to commit?

/Jacob

On 9/11/06, Jacob Ilsø Christensen <jacobilsoe at gmail.com> wrote:
> 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
> >
> >
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: local-variable-ambience.patch
Type: text/x-patch
Size: 18775 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/monodevelop-list/attachments/20060911/0ff69ae3/attachment-0001.bin 


More information about the Monodevelop-list mailing list