mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
IDEA-87938 Completion: extend 'middle-matching' by '*word*parts*' in completion
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
-Camel.java
|
||||
-Camel
|
||||
[getSomeHead():void]
|
||||
[doSomethingWithMyHead():void]
|
||||
getSomeArtHeader():void
|
||||
getSomeHead():void
|
||||
+5
-1
@@ -80,7 +80,11 @@ public class SecondSmartTypeCompletionTest extends LightCompletionTestCase {
|
||||
}
|
||||
|
||||
public void testNoObjectMethodsAsFirstPart() throws Throwable { doTest(); }
|
||||
public void testGetClassLoader() throws Throwable { doTest(); }
|
||||
public void testGetClassLoader() throws Throwable {
|
||||
configure();
|
||||
selectItem(myItems[0]);
|
||||
checkResult();
|
||||
}
|
||||
public void testNewStaticProblem() throws Throwable { doTest(); }
|
||||
|
||||
public void testChainingPerformance() throws Throwable {
|
||||
|
||||
Reference in New Issue
Block a user