[MonoDevelop] Strange format behaviour

Dylan v.d Merwe dylanvdmerwe at gmail.com
Mon May 14 22:02:48 UTC 2012


After the upgrade to version 3 of MD, when I paste the following line:
  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])
                        );

How do I stop it from doing this?! It is driving me insane!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20120515/f00e8ecc/attachment.html>


More information about the Monodevelop-list mailing list