mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-03 03:37:58 +07:00
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:
committed by
intellij-monorepo-bot
parent
5af57b3d90
commit
4dcf483e49
@@ -1,6 +1,6 @@
|
||||
class C {
|
||||
<selection> private void foo() {
|
||||
<selection> </selection>private void foo() {
|
||||
if (a) {
|
||||
}
|
||||
}
|
||||
</selection>}
|
||||
}
|
||||
Reference in New Issue
Block a user