提交 bbad501e 编写于 作者: S serge-rider

DBeaver CE extensions link

上级 13d34948
......@@ -220,9 +220,11 @@ public class ApplicationActionBarAdvisor extends ActionBarAdvisor
helpMenu.add(new Separator());
helpMenu.add(ActionUtils.makeCommandContribution(getActionBarConfigurer().getWindowConfigurer().getWindow(), "org.eclipse.equinox.p2.ui.sdk.install", CoreMessages.action_menu_installNewSoftware, null));
helpMenu.add(ActionUtils.makeCommandContribution(getActionBarConfigurer().getWindowConfigurer().getWindow(), "org.eclipse.ui.help.installationDialog", CoreMessages.action_menu_installInfo, null));
helpMenu.add(new Separator());
helpMenu.add(checkUpdatesAction);
helpMenu.add(new ExternalPageAction(CoreMessages.action_menu_marketplace_extensions, UIIcon.DBEAVER_MARKETPLACE, "https://marketplace.eclipse.org/search/site/dbeaver"));
helpMenu.add(new ExternalPageAction(CoreMessages.action_menu_enterpriseEdition, UIIcon.DBEAVER_LOGO_SMALL, "https://dbeaver.com"));
} else {
helpMenu.add(new GroupMarker(IWorkbenchActionConstants.MB_ADDITIONS));
......
......@@ -37,6 +37,7 @@ public class CoreMessages extends NLS {
public static String action_menu_installNewSoftware;
public static String action_menu_installInfo;
public static String action_menu_enterpriseEdition;
public static String action_menu_marketplace_extensions;
public static String action_menu_sqleditor_maximizeResultsPanel;
public static String action_menu_sqleditor_restoreResultsPanel;
......
......@@ -61,6 +61,7 @@ actions_spreadsheet_copy_special = Advanced copy ...
common_error_sql = SQL Error
action_menu_marketplace_extensions = Install DBeaver Extensions
action_menu_enterpriseEdition = Enterprise Edition
action_menu_installInfo = Installation Details
action_menu_installNewSoftware = Install New Software
......
......@@ -25,6 +25,7 @@ public class UIIcon {
public static final DBIcon DBEAVER_LOGO = new DBIcon("dbeaver_logo", "dbeaver_logo_medium.png"); //$NON-NLS-1$ //$NON-NLS-2$
public static final DBIcon DBEAVER_LOGO_SMALL = new DBIcon("dbeaver_logo_small", "dbeaver_logo_small.png"); //$NON-NLS-1$ //$NON-NLS-2$
public static final DBIcon DBEAVER_MARKETPLACE = new DBIcon("dbeaver_marketplace", "actions/marketplace.png"); //$NON-NLS-1$ //$NON-NLS-2$
public static final DBIcon DRAG_HANDLE = new DBIcon("dragHandle", "platform:/plugin/org.eclipse.platform/images/dragHandle.png");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册