>> Trying to select a word to highlight in in tortoise merge by
>> double-clicking on the first character in the word doesn't work as
>> intended.
> Fixed in r19256.
Nice! Works well!
There still seems to be some inconsistencies regarding how word bounderies are selected.
- Mostly adjoining whitespace is not selected, but if one double clicks a non-alphabetical or numerical character they are sometimes included. (For example "int i = 0;", double click the equals character and three characters will be selected.)
- Doubleclicking a single space between two words highlights the whole document.
- Doubleclicking a double quote character (or bracket or similar) that is almost on the end of a line selects more than one line but highlights nothing.
I'm not sure what the desired behavior should be, but it seems a bit inconsistens as it is now. I think RockScroll does the right thing in most of these edge cases, so it might be a good idea to use it as a reference.
Hans-Emil
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2588913
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-04-19 08:38:35 CEST