[MonoDevelop] MonoDevelop 3.0.2 on Mac OS X and document formating
    Alexey Trizno 
    xpg934 at gmail.com
       
    Tue Jun  5 08:30:48 UTC 2012
    
    
  
Hello.
Why MonoDevelop always wrap long lines, when document formating occured?
For example:
        static BubbleCell()
        {
            bright = UIImage.FromFile("Images/bubble_green.png");
            bleft = UIImage.FromFile("Images/bubble_grey.png");
            left = bleft.CreateResizableImage(new UIEdgeInsets(10, 16, 18,
26));
            right = bright.CreateResizableImage(new UIEdgeInsets(11, 11,
17, 18));
        }
after document formating:
        static BubbleCell()
        {
            bright = UIImage.FromFile("Images/bubble_green.png");
            bleft = UIImage.FromFile("Images/bubble_grey.png");
            left = bleft.CreateResizableImage(new UIEdgeInsets(10, 16, 18,
26));
            right = bright.CreateResizableImage(new UIEdgeInsets(
                11,
                11,
                17,
                18
            ));
        }
why? file line width set to 120 in settings.
how I can disable wrapping, like this, at all?
-- 
Best regards,
Alexey [ xpg934 at gmail.com ]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20120605/51b5b4ce/attachment.html>
    
    
More information about the Monodevelop-list
mailing list