mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-84019 (Project with underscore in name lead to non functional window menu)
This commit is contained in:
@@ -41,7 +41,7 @@ public class ProjectWindowAction extends ToggleAction implements DumbAware {
|
||||
@NotNull private final String myProjectLocation;
|
||||
|
||||
public ProjectWindowAction(@NotNull String projectName, @NotNull String projectLocation, ProjectWindowAction previous) {
|
||||
super(projectName);
|
||||
super();
|
||||
myProjectName = projectName;
|
||||
myProjectLocation = projectLocation;
|
||||
if (previous != null) {
|
||||
@@ -53,6 +53,7 @@ public class ProjectWindowAction extends ToggleAction implements DumbAware {
|
||||
myPrevious = this;
|
||||
myNext = this;
|
||||
}
|
||||
getTemplatePresentation().setText(projectName, false);
|
||||
}
|
||||
|
||||
public void dispose() {
|
||||
|
||||
Reference in New Issue
Block a user