- Fixed Streamline method
authorPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Thu, 16 Dec 2004 10:18:11 +0000 (10:18 -0000)
committerPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Thu, 16 Dec 2004 10:18:11 +0000 (10:18 -0000)
commit274fbf9965f9fa857c110782b8e3b841ea432b02
tree484ace8019e4b4bc1823f5c079630870c5b7a448
parentfea4a4c50c1abb8fb487d6567cc906c95235c7ac
- Fixed Streamline method
- Added FindTag method to Line
- Added DumpTree method for debugging
- Added DecrementLines() method for deleting lines
- Fixed UpdateView to update the cursor to end-of-line on single-line updates
- Added PositionCaret() method
- Fixed MoveCaret(LineDown) to move into the last line, too
- Added InsertChar overload
- Fixed InsertChar tag offset calculations
- Added DeleteChar() method
- Added Combine() method for folding lines
- Fixed Delete() method, no longer allocates wasted Line object and now
  copies all properties when swapping nodes
- Delete() method now updates document line counter

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