📄 preferenceconstants.java
字号:
package com.newegg.eclipse.soaw.facet.codegen.ui.preferences;
import org.eclipse.jface.preference.ComboFieldEditor;
public class PreferenceConstants
{
public static final String NEWEGG_SOAW_FACET_CONTROLLER = "com.newegg.eclipse.soaw.CodeGenPreferencePage.controllerComboEditor";
public static final String NEWEGG_SOAW_FACET_CONTEXT = "com.newegg.eclipse.soaw.CodeGenPreferencePage.contextComboEditor";
public static final String NEWEGG_SOAW_FACET_PERSISTENT = "com.newegg.eclipse.soaw.CodeGenPreferencePage.persistentComboEditor";
public static final String NEWEGG_SOAW_FACET_DATABASETYPE = "com.newegg.eclipse.soaw.CodeGenPreferencePage.dataBaseTypeComboEditor";
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -