mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-121972 - Map help button of the Clouds page
This commit is contained in:
+3
-1
@@ -34,6 +34,8 @@ public class RemoteServerConfigurable extends NamedConfigurable<RemoteServer<?>>
|
||||
|
||||
private static final Logger LOG = Logger.getInstance("#" + RemoteServerConfigurable.class.getName());
|
||||
|
||||
private static final String HELP_TOPIC_ID = "reference.settings.clouds";
|
||||
|
||||
private static final int CHANGES_CHECK_TIME = 500;
|
||||
private static final int CONNECTION_CHECK_TIME = 2000;
|
||||
private static final int NO_CHANGES = -1;
|
||||
@@ -150,7 +152,7 @@ public class RemoteServerConfigurable extends NamedConfigurable<RemoteServer<?>>
|
||||
@Nullable
|
||||
@Override
|
||||
public String getHelpTopic() {
|
||||
return null;
|
||||
return HELP_TOPIC_ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user