[MonoDevelop] Updates to tooltips

Lluis Sanchez lluis at ximian.com
Mon Sep 11 15:14:28 EDT 2006


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