Re: [Pharo-users] Browse list of methods

2014-07-24 Thread Mark Rizun
Thanks. That will do:) 2014-07-24 16:07 GMT+02:00 Camille Teruel : > > On 24 juil. 2014, at 16:02, Mark Rizun wrote: > > > Hi guys, > > > > If I have list of methods, how can I open a browser containing only this > > methods? > > There is MessageBrowser. > Look at the class side for the creatin

Re: [Pharo-users] Browse list of methods

2014-07-24 Thread Camille Teruel
On 24 juil. 2014, at 16:02, Mark Rizun wrote: > Hi guys, > > If I have list of methods, how can I open a browser containing only this > methods? There is MessageBrowser. Look at the class side for the creating instances For example you can do: (MessageBrowser on: { Object>>#copy } named: 'My

[Pharo-users] Browse list of methods

2014-07-24 Thread Mark Rizun
Hi guys, If I have list of methods, how can I open a browser containing only this methods? Best, Mark -- View this message in context: http://forum.world.st/Browse-list-of-methods-tp4769871.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.