mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
preserve method call parameters when selecting with tab
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
public class MyJavaClass {
|
||||
|
||||
boolean ffff() {}
|
||||
|
||||
{
|
||||
|
||||
boolean b = ffff(<caret>239);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
public class MyJavaClass {
|
||||
|
||||
boolean ffff() {}
|
||||
|
||||
{
|
||||
|
||||
boolean b = <caret>equals(239);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user