mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-196178 Join Lines on selected text also joins not selected text
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
class Foo {
|
||||
void test() {
|
||||
int a = 2;
|
||||
int b = 2;
|
||||
|
||||
<selection>if (a == b){
|
||||
if (a > b){
|
||||
System.out.println();
|
||||
}
|
||||
}</selection>
|
||||
|
||||
System.out.println();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user