<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        I would only do such a thing if we are able to indicate the matches in the result list. Maybe we should even list the categories there in the expanded preference view?<div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class='history_container' type='cite' style='border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;'>
                        <p style='color: #AAAAAA; margin-top: 10px;'>Am 20.05.2022 18:48:54 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style='font-family:Arial,Helvetica,sans-serif'>A new version of PreferenceBrowser was added to project The Inbox:<br>http://source.squeak.org/inbox/PreferenceBrowser-ct.150.mcz<br><br>==================== Summary ====================<br><br>Name: PreferenceBrowser-ct.150<br>Author: ct<br>Time: 20 May 2022, 6:48:44.518499 pm<br>UUID: 3d8cf55a-3022-9643-8df9-fd41f5577848<br>Ancestors: PreferenceBrowser-mt.149<br><br>Proposal: Also search the category list of preferences via the search field. I was so confused that some 'halo' preferences did not appear in the search results.<br><br>=============== Diff against PreferenceBrowser-mt.149 ===============<br><br>Item was changed:<br>  ----- Method: PreferenceBrowser>>searchPreferencesFor: (in category 'preferences search') -----<br>  searchPreferencesFor: pattern<br>      | result |<br>    result := pattern asString asLowercase withBlanksTrimmed.<br>     result ifEmpty: [^self].<br>      searchResults := self allPreferences select: [:aPreference |<br>                  ((aPreference name includesSubstring: result caseSensitive: false)<br>                    or: [aPreference helpString includesSubstring: result caseSensitive: false])<br>+                         or: [aPreference codeString includesSubstring: result caseSensitive: false]<br>+                  or: [aPreference categoryList anySatisfy: [:category |<br>+                               category includesSubstring: result caseSensitive: false]] ].<br>-                         or: [aPreference codeString includesSubstring: result caseSensitive: false] ].<br>        self updateSearchResultsLabel.<br>        self selectSearchResultsCategory.<br>     self lastExecutedSearch: pattern.<br>  !<br><br><br></div></blockquote>
                                        </div></body>