[MonoDevelop] Managed Line Editor

Kamil Skalski kamil.skalski at gmail.com
Tue Oct 31 14:11:28 EST 2006


>
>  - full-text searching in segmented buffers is hard (it is trivial for
> non-segmented buffers)

Well I don't see much difference here. Search algorithms are doing
linear walk through all the text anyway, so it does not really matter
if at some point it will need to handle newline character or end of
segment. Simply it will "switch to another segment" after getting to
the end of previous one and that's all.


-- 
Kamil Skalski
http://nazgul.omega.pl


More information about the Monodevelop-list mailing list