mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
CIDR-18
This commit is contained in:
@@ -70,11 +70,11 @@ public class GotoSymbolModel2 extends ContributorsBasedGotoByModel {
|
||||
|
||||
@NotNull
|
||||
public String[] getSeparators() {
|
||||
return new String[] {".", ":"};
|
||||
return new String[] {"."};
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getHelpId() {
|
||||
return "procedures.navigating.goto.class";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -198,7 +198,7 @@ public class NameUtil {
|
||||
firstIdentifierLetter = true;
|
||||
}
|
||||
else {
|
||||
if (prevIsUppercase) {
|
||||
if (c == ':' || prevIsUppercase) {
|
||||
buffer.append("[A-Za-z\\s0-9\\$]*");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user