* TextControl.cs: Do not update the view while inserting
commite3535ca332e7702de96ed0c6985de3a8cacb8549
authorJackson Harper <jackson@novell.com>
Fri, 1 Dec 2006 21:59:22 +0000 (1 21:59 -0000)
committerJackson Harper <jackson@novell.com>
Fri, 1 Dec 2006 21:59:22 +0000 (1 21:59 -0000)
tree3fd56f58c88a21a6adc42a00fdfb4cf0d345bf74
parente45b79f9801fabb84d39dbd003c987d03dd86bcb
    * TextControl.cs: Do not update the view while inserting
        * multiline
        text. If we update the view we might wrap lines, before entering
        the new lines, which causes the new line insertion calculations
to
        be totally fubared.
        - Remove an old TODO
        - Make debug output a little nicer

svn path=/trunk/mcs/; revision=68860
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextControl.cs