Highlighting when finding text in folded block
Posted: Thu Jul 03, 2008 12:49 am
sample code:
fold code:
search for text 'abdt'
on first find it opens the folded text, but highlights in this example from the end of 'begin' to the beginning of 'abdt' if you find again it highlights 'abdt' correctly

Grant
Code: Select all
1 begin
abdt
abkdjk
sdfjklsd
sdjklsd
sfjklsdf
end
Code: Select all
1 begin ... end
on first find it opens the folded text, but highlights in this example from the end of 'begin' to the beginning of 'abdt' if you find again it highlights 'abdt' correctly

Grant