mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
WordCompletionTest->community
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Settings Sett<caret> other
|
||||
@@ -0,0 +1 @@
|
||||
Settings Sett<caret> other
|
||||
@@ -0,0 +1 @@
|
||||
<a>Settings Sett<caret> other</a>
|
||||
@@ -0,0 +1 @@
|
||||
Settings Settings other
|
||||
@@ -0,0 +1 @@
|
||||
Settings Settings other
|
||||
@@ -0,0 +1 @@
|
||||
<a>Settings Settings <caret>other</a>
|
||||
@@ -0,0 +1,4 @@
|
||||
<root>
|
||||
<a value="Settings"/>
|
||||
<a value="Sett<caret>"></a>
|
||||
</root>
|
||||
@@ -0,0 +1,4 @@
|
||||
<root>
|
||||
<a value="Settings"/>
|
||||
<a value="Settings <caret>"></a>
|
||||
</root>
|
||||
@@ -0,0 +1,3 @@
|
||||
public class MyClass {
|
||||
String b = "My<caret>";
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
public class MyClass {
|
||||
String b = "MyHardVariant<caret>";
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
public class MyClass {
|
||||
String b = "My";
|
||||
// pu<caret>
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
public class MyClass {
|
||||
String b = "My";
|
||||
// public <caret>
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
$test
|
||||
$te<caret>
|
||||
@@ -0,0 +1,2 @@
|
||||
$test
|
||||
$test <caret>
|
||||
@@ -0,0 +1,4 @@
|
||||
public class MyClass {
|
||||
|
||||
// comment <caret>
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
public class MyClass {
|
||||
|
||||
/** comment My<caret> */
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
public class MyClass {
|
||||
|
||||
/** comment MyClass <caret>*/
|
||||
}
|
||||
Reference in New Issue
Block a user