mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-13 07:32:23 -07:00
tweaks & language fix
This commit is contained in:
@@ -2089,7 +2089,7 @@ d_tick(Arena *arena, D_TargetArray *targets, D_BreakpointArray *breakpoints, D_P
|
||||
// rjf: no targets -> error
|
||||
if(targets_to_launch->count == 0)
|
||||
{
|
||||
log_user_error(str8_lit("No active targets exist; cannot launch. You must select target first."));
|
||||
log_user_error(str8_lit("No active targets exist; cannot launch. You must select a target first."));
|
||||
}
|
||||
}break;
|
||||
case D_CmdKind_Kill:
|
||||
|
||||
@@ -1960,8 +1960,8 @@ RD_SettingVal rd_setting_code_default_val_table[19] =
|
||||
{1, 1},
|
||||
{1, 0},
|
||||
{1, 4},
|
||||
{1, 12},
|
||||
{1, 12},
|
||||
{1, 11},
|
||||
{1, 11},
|
||||
{1, 1},
|
||||
{1, 0},
|
||||
{1, 1},
|
||||
|
||||
@@ -1206,8 +1206,8 @@ RD_SettingTable:
|
||||
{BreakpointGlow breakpoint_glow "Breakpoint Glow" 0 1 0 1 }
|
||||
{OpaqueBackgrounds opaque_backgrounds "Opaque Backgrounds" 0 0 0 1 }
|
||||
{TabWidth tab_width "Tab Width" 0 4 1 32 }
|
||||
{MainFontSize main_font_size "Main Font Size" 1 12 6 72 }
|
||||
{CodeFontSize code_font_size "Code Font Size" 1 12 6 72 }
|
||||
{MainFontSize main_font_size "Main Font Size" 1 11 6 72 }
|
||||
{CodeFontSize code_font_size "Code Font Size" 1 11 6 72 }
|
||||
{SmoothUIText smooth_ui_text "Smooth UI Text" 1 1 0 1 }
|
||||
{SmoothCodeText smooth_code_text "Smooth Code Text" 1 0 0 1 }
|
||||
{HintUIText hint_ui_text "Hint UI Text" 1 1 0 1 }
|
||||
|
||||
Reference in New Issue
Block a user