mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
Complete words in XML even if there are classes in the completion list (IDEA-50044)
This commit is contained in:
@@ -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> */
|
||||
}
|
||||
Reference in New Issue
Block a user