Yes, this is also an option if we do not mind to show a bit more all options related to the spotter event recorder. 

Thanks!
Cheers,
Juraj

12. 3. 2015 v 16:15, Andrei Chis <chisvasileandrei@gmail.com>:

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