Files
Filipp Vakhitov 92ac1b6044 IDEA-110607 Double clicking space/tab characters should select all space/tab characters until it encounters another type of character
Better word unselect

GitOrigin-RevId: 5519cf57e79052e7472d554631865263531cf7d6
2023-02-15 19:12:46 +00:00

7 lines
106 B
Java

class C {
private void foo() {
<selection>{
<caret>
}</selection>
}
}