WordCompletionTest->community

This commit is contained in:
peter
2009-10-26 17:13:32 +00:00
parent 8740f9fa35
commit 81e863bdfd
18 changed files with 150 additions and 0 deletions
@@ -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>*/
}