tabMisc.setControl(rateGroup);
SupportPanel.createSupportLinks(rateGroup);
addField(new BooleanFieldEditor(
BCOConstants.LINK_VIEW_TO_EDITOR, BytecodeOutlinePlugin
.getResourceString("BCOPreferencePage.linkViewToEditor"),
viewGroup));
addField(new BooleanFieldEditor(
BCOConstants.LINK_REF_VIEW_TO_EDITOR, BytecodeOutlinePlugin
.getResourceString("BCOPreferencePage.linkRefViewToEditor"),
viewGroup));
addField(new BooleanFieldEditor(
BCOConstants.SHOW_ONLY_SELECTED_ELEMENT, BytecodeOutlinePlugin
.getResourceString("BCOPreferencePage.showOnlySelected"),
viewGroup));
addField(new BooleanFieldEditor(
BCOConstants.SHOW_RAW_BYTECODE, BytecodeOutlinePlugin
.getResourceString("BCOPreferencePage.showRawBytecode"),
viewGroup));
addField(new BooleanFieldEditor(
BCOConstants.SHOW_ASMIFIER_CODE, BytecodeOutlinePlugin
.getResourceString("BCOPreferencePage.showAsmifierCode"),
viewGroup));
addField(new BooleanFieldEditor(
BCOConstants.SHOW_ANALYZER, BytecodeOutlinePlugin
.getResourceString("BCOPreferencePage.showAnalyzer"), viewGroup));
addField(new BooleanFieldEditor(
BCOConstants.SHOW_LINE_INFO, BytecodeOutlinePlugin
.getResourceString("BCOPreferencePage.showLineInfo"), viewGroup));
addField(new BooleanFieldEditor(
BCOConstants.SHOW_VARIABLES, BytecodeOutlinePlugin
.getResourceString("BCOPreferencePage.showVariables"),
viewGroup));
addField(new BooleanFieldEditor(
BCOConstants.SHOW_STACKMAP, BytecodeOutlinePlugin
.getResourceString("BCOPreferencePage.showStackMap"), viewGroup));
addField(new BooleanFieldEditor(
BCOConstants.SHOW_HEX_VALUES, BytecodeOutlinePlugin
.getResourceString("BCOPreferencePage.showHexValues"),
viewGroup));
addField(new BooleanFieldEditor(
BCOConstants.EXPAND_STACKMAP, BytecodeOutlinePlugin
.getResourceString("BCOPreferencePage.expandStackMap"),
viewGroup));
addField(new BooleanFieldEditor(
BCOConstants.DIFF_SHOW_ASMIFIER_CODE, BytecodeOutlinePlugin
.getResourceString("BCOPreferencePage.diffShowAsmifierCode"),
compareGroup));
addField(new BooleanFieldEditor(
BCOConstants.DIFF_SHOW_LINE_INFO, BytecodeOutlinePlugin
.getResourceString("BCOPreferencePage.diffShowLineInfo"),
compareGroup));
addField(new BooleanFieldEditor(
BCOConstants.DIFF_SHOW_VARIABLES, BytecodeOutlinePlugin
.getResourceString("BCOPreferencePage.diffShowVariables"),
compareGroup));
addField(new BooleanFieldEditor(
BCOConstants.DIFF_SHOW_STACKMAP, BytecodeOutlinePlugin
.getResourceString("BCOPreferencePage.diffShowStackMap"),
compareGroup));
addField(new BooleanFieldEditor(
BCOConstants.DIFF_EXPAND_STACKMAP, BytecodeOutlinePlugin
.getResourceString("BCOPreferencePage.diffExpandStackMap"),
compareGroup));
// addField( new BooleanFieldEditor( BCOConstants.RECALCULATE_STACKMAP,