[MonoDevelop] Strange format behaviour

Peter hultqvist phq at silentorbit.com
Wed May 16 11:02:31 UTC 2012


I have observed the same too.

I submitted a bug for it:
https://bugzilla.xamarin.com/show_bug.cgi?id=5117
 
On 2012-05-15 00:02, Dylan v.d Merwe wrote:
>   el = new NewsElement (i.Date, i.Description, i.AvailableBalance,
> i.TransferAmount, true,
> GetImagefromByteArray(ImageCache.Cache[i.AirtimeVoucherInfo.Category]));
>
> it gets changed to:
>
>                         el = new NewsElement(
>                             i.Date,
>                             i.Description,
>                             i.AvailableBalance,
>                             i.TransferAmount,
>                             true,
>                            
> GetImagefromByteArray(ImageCache.Cache[i.AirtimeVoucherInfo.Category])
>                         );



More information about the Monodevelop-list mailing list