select word behavior not right for strings

if I have this:

def blah = 'this is| some text'

I would expect two "select word at caret" operations to have just the text (not the single quotes) selected...

1) is
2) this is some text
3) 'this is some text'
4) def blah = 'this is some text'

that would be my expectation for the given line for each "select word at caret" operation...

are my expectations wrong?

0

Dan,

I admit, JetGroovy behavior you described is illogical. We've corrected it and changes will be available in next EAP at our confluence site.

0

请先登录再写评论。