What about:

SettingBrowser new��
changePackageSet: (RPackage organizer packageNamed: 'GT-Spotter-EventRecorder') asOrderedCollection;��
open;��
�� �� �� �� expandAll.


Cheers,
Andrei

On Thu, Mar 12, 2015 at 7:08 PM, Juraj Kubelka <juraj.kubelka@gmail.com> wrote:
Hi,

I am looking for how we can open Setting Browser with only desired setting items and found this solution:

�� �� �� �� SettingBrowser new changeSearchedText: 'sendUsageData'; open; expandAll

Is there a better way? We want to have a possibility to open SettingBrowser from Spotter as it was discussed recently.

Thanks!
Juraj