IDE/BreakPointsDlg: Add a hint for the button to display breakpoints by group

This commit is contained in:
n7800 2025-07-04 01:24:14 +05:00 committed by Maxim Ganetsky
parent 3237a49d33
commit c232ac5b2d
2 changed files with 2 additions and 0 deletions

View File

@ -623,6 +623,7 @@ begin
actProperties.ImageIndex := IDEImages.LoadImage('menu_environment_options');
tbGroupByBrkGroup.ImageIndex := IDEImages.LoadImage('ttreeview');
tbGroupByBrkGroup.Hint := lisDbgBreakpointGroupsHint;
case DebuggerOptions.BreakpointsDialogShowTree of
bstNone: tbGroupByBrkGroup.Down := False;
bstBrkGroup: tbGroupByBrkGroup.Down := True;

View File

@ -122,6 +122,7 @@ resourcestring
lisDbgAllItemDelete = 'Delete all';
lisDbgAllItemDeleteHint = 'Delete all';
lisDbgBreakpointPropertiesHint = 'Breakpoint Properties ...';
lisDbgBreakpointGroupsHint = 'Show breakpoints by group';
liswlProperties = '&Properties';
liswlQuickFormat = '&Format';