IDEA-207961 Copy TBX reference URL: support multiple paths, testes provided

This commit is contained in:
Dmitry.Krasilschikov
2019-03-04 15:10:08 +02:00
parent f0be2f3ed7
commit c4d06c8ec1
20 changed files with 652 additions and 279 deletions
@@ -0,0 +1,8 @@
class X<caret> {
String s = "";
<selection>
String s = "";
String s = "";
String s = "";
</selection>
}