surround with runnable: check if name unique; start inplace rename; place caret after

This commit is contained in:
anna
2011-08-19 21:11:07 +02:00
parent edcc4a17e0
commit 129d370f24
3 changed files with 34 additions and 6 deletions
@@ -1,6 +1,6 @@
class Test {
void foo() {
<selection>// This is comment"
<selection><caret>// This is comment"
int i = 1;</selection>
}
}
@@ -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;