Skip to content

Commit

Permalink
tdb: document shortcut for #toggleBorderContext in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Jan 14, 2024
1 parent cac601b commit 91c39ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mainContextMenu: menu
ifNotNil: ['open a new window on the selected portion of the trace']).
context ifNotNil:
[menu
tdbAddUpdating: 'border context'
tdbAddUpdating: 'border context ( )'
getState: [context ifNotNil: [self isBorderContext: context]]
setState: [self toggleBorderContext: context];
balloonTextForLastItem: 'control whether the displayed trace will be clipped beyond this context'].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"latestChildFor:ifPresent:" : "ct 3/21/2022 17:24",
"listSelectContext:" : "ct 3/12/2022 20:39",
"listSelectedContext" : "ct 3/12/2022 20:38",
"mainContextMenu:" : "ct 8/1/2022 01:10",
"mainContextMenu:" : "ct 1/3/2024 15:44",
"messageListMenu:shifted:" : "ct 3/17/2022 15:01",
"messageText" : "ct 11/20/2021 17:37",
"messageText:" : "ct 11/20/2021 22:29",
Expand Down

1 comment on commit 91c39ae

Please sign in to comment.