Word marking does not always work

Claus Pedersen

Member³
I have the code
Code:
myUser.myMethod ('abc');
myUser. myMethod ('abc');

If I mark "abc" in line 1, line 2 is marked as well. This is by design.

But if I mark "myUser" or "myMethod" in line 1, nothing is marked in line 2.
If I mark "myUser" or "myMethod" in line 2, both line 1 and 2 are marked.

It seems that PLD does not recognize a word when it is part of a dotted syntax (without spaces), even if Ctrl- will find the word.
 
Back
Top