mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
light edit: inline HELP_ID (IDEA-CR-67851)
GitOrigin-RevId: d46a9e6d3bc152583b2daac2b29ea7dd38ffc141
This commit is contained in:
committed by
intellij-monorepo-bot
parent
76a60a5cbc
commit
0211cf3fa8
+1
-3
@@ -39,8 +39,6 @@ import java.util.function.Supplier;
|
||||
|
||||
public class LightEditModeNotificationWidget implements CustomStatusBarWidget {
|
||||
|
||||
private static final String HELP_ID = "lightedit-mode";
|
||||
|
||||
private final PopupState<JPopupMenu> myPopupState = PopupState.forPopupMenu();
|
||||
|
||||
public LightEditModeNotificationWidget() {
|
||||
@@ -128,7 +126,7 @@ public class LightEditModeNotificationWidget implements CustomStatusBarWidget {
|
||||
private static @NotNull String getHelpPageUrl() {
|
||||
ApplicationInfoEx info = ApplicationInfoEx.getInstanceEx();
|
||||
String productVersion = info.getMajorVersion() + "." + info.getMinorVersionMainPart();
|
||||
return StringUtil.trimEnd(info.getWebHelpUrl(), "/") + "/" + productVersion + "/" + HELP_ID + ".html";
|
||||
return StringUtil.trimEnd(info.getWebHelpUrl(), "/") + "/" + productVersion + "/lightedit-mode.html";
|
||||
}
|
||||
|
||||
private void showPopupMenu(@NotNull JComponent actionLink) {
|
||||
|
||||
Reference in New Issue
Block a user