Change In 8.1.0: Full Stop Now Included in "Words"
Posted: Tue Nov 22, 2016 2:28 pm
I've noticed this issue/change in behavior in TextPad 8.1.0. Version 8.0.2 works as expected.
I use TextPad for coding.
In 8.0.2, if you double-click on the letter "u" above, only the letters "util" are highlighted/selected: the selection does not include either full stop/period. This is the behavior I have come to expect.
However, in 8.1.0, if you do the same, then all of "java.util.Hashtable" becomes highlighted/selected. Somewhere along the way, full stops became included in the set of characters that a double-click selects.
The syntax file I use for Java has not changed, so no full stops were added there. Nor did I change/add to any of the characters specified at Configure > Preferences > Document Classes > Java > Syntax, "Other characters in words".
Can TextPad's behavior be reverted in this regard, so that a double-click within a word still honours full stops as delimiting characters, and are not included in the selection?
Thank you.
I use TextPad for coding.
Code: Select all
import java.util.Hashtable;However, in 8.1.0, if you do the same, then all of "java.util.Hashtable" becomes highlighted/selected. Somewhere along the way, full stops became included in the set of characters that a double-click selects.
The syntax file I use for Java has not changed, so no full stops were added there. Nor did I change/add to any of the characters specified at Configure > Preferences > Document Classes > Java > Syntax, "Other characters in words".
Can TextPad's behavior be reverted in this regard, so that a double-click within a word still honours full stops as delimiting characters, and are not included in the selection?
Thank you.