mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
when there are camel humps, match only them with word starts
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import java.io.File;
|
||||
|
||||
public class Foo {
|
||||
void foo(boolean flag) {
|
||||
if ('\\' == File.separach<caret>)
|
||||
if ('\\' == File.separaCh<caret>)
|
||||
System.out.println();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user