Hi Simon,
If in a line only one word is located, and this is selected, so this word don't include in the find text.
you write in the findex.cpp:
// Need to decide if we want to put the dialog into "Replace In Selection" mode
// and whether to include the selected text as the find text.
// Rules:
// There is a selection AND
// (The selection runs from the first character on the line to the last OR
// The selection spans multiple lines OR
// The selection is longer than 1024 characters)
is there a reason that a selected line (The selection runs from the first character on the line to the last) not included in find text?
Thanks,
Klaus