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,4 +1,4 @@
public class MyClass {
/** comment MyClass <caret>*/
/** comment MyClass<caret> */
}