5408c6ea77
Copy elements that are partially selected as text
10 lines
104 B
Java
Vendored
10 lines
104 B
Java
Vendored
class A {
|
|
|
|
<selection>
|
|
void foo() {}
|
|
|
|
void bar() {}
|
|
|
|
</selection>
|
|
void foobar() {}
|
|
} |