mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
first letter case sensitivity should match pattern start with name start even in middle matches
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
public class A {
|
||||
void foo(Foo myXxxxxxxxx) {
|
||||
Xxxxx<caret>
|
||||
xxxxx<caret>
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
public class A {
|
||||
void foo(Foo myXxxxxxxxx) {
|
||||
Xxxxx<caret>
|
||||
xxxxx<caret>
|
||||
}
|
||||
}
|
||||
|
||||
-12
@@ -1,12 +0,0 @@
|
||||
public class Foo {
|
||||
|
||||
Zoo foo() {
|
||||
return r<caret>
|
||||
}
|
||||
|
||||
void rMethod() {}
|
||||
}
|
||||
|
||||
enum Zoo {
|
||||
LEFT, RIGHT
|
||||
}
|
||||
+1
-1
@@ -3,6 +3,6 @@ import java.lang.String;
|
||||
public class Foo {
|
||||
|
||||
void foo(Object vx) {
|
||||
String s = "" + v<caret>
|
||||
String s = "" + v<caret>z
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user