[MonoDevelop] Bug 76200

Jacob Ilsø Christensen jacobilsoe at gmail.com
Mon Nov 21 16:01:05 EST 2005


Hi.

I have been looking a bit into bug 76200. The problem seems to be in the
SourceViewTextIterator class.

If you place the cursor somewhere before the middle of the text, the entire
text is searched in one go whereas if you place the cursor after the middle
of the text, the second half is searched and then the first part. This does
not work if the text being searched for is split around the middle of the
text!

What is the best way to solve this? Perform the second search on the whole
text?

As an aside I would really like to do some unit tests for this stuff. What
is the status of unit tests in MD? I think we really need tests for this
kind if stuff.

/Jacob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20051121/78f0810c/attachment.html


More information about the Monodevelop-list mailing list