mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
include unique path in window title on mac (IDEA-76586)
This commit is contained in:
@@ -28,6 +28,6 @@ import org.jetbrains.annotations.NotNull;
|
||||
public class IdeaFrameTitleBuilder extends PlatformFrameTitleBuilder {
|
||||
@Override
|
||||
public String getFileTitle(@NotNull final Project project, @NotNull final VirtualFile file) {
|
||||
return ProjectUtil.calcRelativeToProjectPath(file, project, !SystemInfo.isMac);
|
||||
return ProjectUtil.calcRelativeToProjectPath(file, project, !SystemInfo.isMac, true, false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user