IDEA-110607 Double clicking space/tab characters should select all space/tab characters until it encounters another type of character

Fixed tests

GitOrigin-RevId: 038d0b6004f90b8a7cac231a83ba4cc883f2fa8a
This commit is contained in:
Filipp Vakhitov
2023-02-06 16:32:10 +02:00
committed by intellij-monorepo-bot
parent 5af57b3d90
commit 4dcf483e49
33 changed files with 72 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
class C {
<selection> private void foo() {
<selection> </selection>private void foo() {
if (a) {
}
}
</selection>}
}