Uses of Class
mars.settings.BooleanSetting
Packages that use BooleanSetting
-
Uses of BooleanSetting in mars.settings
Fields in mars.settings declared as BooleanSettingModifier and TypeFieldDescriptionfinal BooleanSettingSettings.assembleOnOpenEnabledFlag to control whether a file is immediately and automatically assembled upon opening.final BooleanSettingSettings.autoIndentEnabledFlag to control whether the editor will use the auto-indent feature.final BooleanSetting[]Settings.booleanSettingsfinal BooleanSettingSettings.compatibilityWarningsEnabledFlag to control whether the assembler outputs a warning whenever it assembles a program which uses features exclusive to MARS Red, and would not assemble properly in MARS 4.5.final BooleanSettingSettings.delayedBranchingEnabledFlag to control whether delayed branching is simulated.final BooleanSettingSettings.displayAddressesInHexFlag to control whether memory addresses are displayed in hexadecimal.final BooleanSettingSettings.displayEditorLineNumbersFlag to control whether the editor will display line numbers on the side.final BooleanSettingSettings.displayValuesInHexFlag to control whether operand, memory, and register values are displayed in hexadecimal.final BooleanSettingSettings.exceptionHandlerEnabledFlag to control whether the currently selected exception handler source file will be included in each assembly operation.final BooleanSettingSettings.extendedAssemblerEnabledFlag to control whether the assembler will be limited to basic MIPS instructions and formats.final BooleanSettingSettings.highlightCurrentEditorLineFlag to control whether the editor will highlight the line currently being edited.final BooleanSettingSettings.labelWindowVisibleFlag to control whether the symbol table window will be visible upon successful assembly in the Execute tab.final BooleanSettingSettings.memoryHighlightingEnabledFlag to control whether values in the memory viewer are highlighted during stepped execution.final BooleanSettingSettings.popupInstructionGuidanceFlag to control whether the editor will provide popup instruction guidance while typing.final BooleanSettingSettings.popupSyscallInputFlag to control whether the simulator will use popup dialogs for input syscalls.final BooleanSettingSettings.registerHighlightingEnabledFlag to control whether registers in the register window are highlighted during stepped execution.final BooleanSettingSettings.selfModifyingCodeEnabledFlag to control whether a program can write binary code to the text or data segment and execute that code.final BooleanSettingSettings.startAtMainFlag to control whether the assembler automatically initializes program counter to the address of global labelmain, if defined.final BooleanSettingSettings.useBigEndianFlag to control whether the big-endian byte ordering is used in memory and register addressing.final BooleanSettingSettings.useProgramArgumentsFlag to control whether to accept and use program arguments.final BooleanSettingSettings.warningsAreErrorsFlag to control whether assembler warnings are automatically promoted to errors. -
Uses of BooleanSetting in mars.venus.preferences.components
Constructors in mars.venus.preferences.components with parameters of type BooleanSettingModifierConstructorDescriptionCheckBoxPreference(BooleanSetting setting, String label, String toolTip)