Conversion on copy paste:

Copy elements that are partially selected as text
This commit is contained in:
Pavel V. Talanov
2013-12-20 18:16:06 +04:00
parent 3a4b7e07f8
commit 5408c6ea77
6 changed files with 39 additions and 2 deletions
@@ -0,0 +1,11 @@
class A {
fun foo() {}
fun bar() {}
fun f() {}
}
@@ -0,0 +1,10 @@
class A {
<selection>
void foo() {}
void bar() {}
</selection>
void foobar() {}
}
@@ -0,0 +1,6 @@
class A {
<caret>
fun f() {}
}
@@ -1 +1 @@
class
class Some