Complete words in XML even if there are classes in the completion list (IDEA-50044)

This commit is contained in:
peter
2010-03-08 21:53:22 +00:00
parent 59f690abc4
commit ebf8bc4fd9
10 changed files with 28 additions and 18 deletions
@@ -1 +1 @@
Settings Settings other
Settings Settings<caret> other
@@ -1 +1 @@
Settings Settings other
Settings Settings<caret> other
@@ -1 +1 @@
<a>Settings Settings <caret>other</a>
<a>Settings Settings<caret> other</a>
@@ -1,4 +1,4 @@
<root>
<a value="Settings"/>
<a value="Settings <caret>"></a>
<a value="Settings<caret>"></a>
</root>
@@ -1,4 +1,4 @@
public class MyClass {
String b = "My";
// public <caret>
// public<caret>
}
@@ -1,2 +1,2 @@
$test
$test <caret>
$test<caret>
@@ -1,4 +1,4 @@
public class MyClass {
/** comment MyClass <caret>*/
/** comment MyClass<caret> */
}