mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-17 21:15:58 +07:00
surround with runnable: check if name unique; start inplace rename; place caret after
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
class Test {
|
||||
void foo() {
|
||||
<selection>// This is comment"
|
||||
<selection><caret>// This is comment"
|
||||
int i = 1;</selection>
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
class Test {
|
||||
void foo() {
|
||||
Runnable <caret><selection>runnable</selection> = new Runnable() {
|
||||
<caret>Runnable runnable = new Runnable() {
|
||||
public void run() {
|
||||
// This is comment"
|
||||
int i = 1;
|
||||
|
||||
Reference in New Issue
Block a user