"Vincent van Ravesteijn - TNW" <[EMAIL PROTECTED]> writes: > The folowing patch will solve the problem of bug 5156 discussed before. > Selecting the character at position 6 gives a selectionEnd at pos 7 and > a selectionBegin at pos 6. Checking for the current selection using <= > and >= always results in two characters being marked as selection. This > is wrong, so I changed <= into <. This probably is the case at a lot > more places in the code.
I applied it. JMarc