Re: [Pharo-users] Opening filtered Setting Browser in Pharo 4.0

2015-03-12 Thread Juraj Kubelka
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 chisvasileand...@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.kube...@gmail.com 
 mailto:juraj.kube...@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
 



Re: [Pharo-users] Opening filtered Setting Browser in Pharo 4.0

2015-03-12 Thread Andrei Chis
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.kube...@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



Re: [Pharo-users] Opening filtered Setting Browser in Pharo 4.0

2015-03-12 Thread Ben Coman
PharoLauncher does this at the level of a group.
cheers -ben

On Fri, Mar 13, 2015 at 3:22 AM, Juraj Kubelka juraj.kube...@gmail.com
wrote:

 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 chisvasileand...@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.kube...@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