mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
introduce: shrink selection to exclude whitespaces and comments (IDEA-149120)
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
class Test {
|
||||
{
|
||||
final String ab = "".substring(1)
|
||||
.substring(1);
|
||||
ab // comment
|
||||
.notify()
|
||||
}
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
class Test {
|
||||
{
|
||||
<selection> "".substring(1)
|
||||
.substring(1) // comment</selection>
|
||||
.notify()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user