Conversion on copy paste:
Copy element as text in case it can't be converted
This commit is contained in:
@@ -0,0 +1 @@
|
||||
b - c + d
|
||||
@@ -0,0 +1,3 @@
|
||||
public static void main(String[]args){
|
||||
a + <selection>b - c + d</selection> - e
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<caret>
|
||||
@@ -0,0 +1,4 @@
|
||||
fun main(args: Array<String>) {
|
||||
{
|
||||
val a = Object()
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
class A {
|
||||
public static void main(String[] args) <selection>{
|
||||
Object a = new Object();</selection>
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun main(args: Array<String>) {
|
||||
<caret>
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
class
|
||||
@@ -0,0 +1,3 @@
|
||||
<selection>class Some</selection>InterestingClass {
|
||||
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<caret>
|
||||
Reference in New Issue
Block a user