Skip to content

Commit

Permalink
browser: honor balloonHelpInMessageLists preference again
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Jan 5, 2025
1 parent d6f0d58 commit 99d36f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ accessing - toolbuilder
basicHelpForMessage: message

| selector method |
Preferences balloonHelpInMessageLists ifFalse: [^ nil].

selector := (Symbol lookup: message) ifNil: [^ nil].
method := self selectedClassOrMetaClass compiledMethodAt: selector ifAbsent: [^ nil].

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"addModelItemsToWindowMenu:" : "ct 12/19/2024 23:25",
"aspectDependencies" : "ct 12/22/2024 01:49",
"authorFilterLabel" : "ct 12/10/2024 23:22",
"basicHelpForMessage:" : "ct 1/5/2025 01:24",
"basicHelpForMessage:" : "ct 1/5/2025 03:38",
"browseSelectedTestNode" : "ct 12/21/2024 20:39",
"browseSelectedTestNodeMapper" : "ct 12/21/2024 20:39",
"buildClassList:" : "ct 12/17/2024 22:15",
Expand Down

0 comments on commit 99d36f2

Please sign in to comment.