Re: [Pharo-users] Searching package for comment content

2015-03-13 Thread stepharo
you can even use a nautilus plugin that shows you the list of all the flag: method in a package. Le 9/3/15 15:51, Marcus Denker a écrit : On 09 Mar 2015, at 15:44, sergio_101 wrote: Hi, all. Does anyone have any ideas on this? I would like to be able to do a quick text search in all classe

Re: [Pharo-users] Searching package for comment content

2015-03-10 Thread sergio_101
thanks all! this is just what i was looking for.. On Mon, Mar 9, 2015 at 11:01 AM Esteban Lorenzano wrote: > I always do: > > self flag: #todo. “An explanation here” > > probably not the best… but works. > > Esteban > > On 09 Mar 2015, at 15:55, Andrei Chis wrote: > > Or you can add > > > and

Re: [Pharo-users] Searching package for comment content

2015-03-09 Thread Esteban Lorenzano
I always do: self flag: #todo. “An explanation here” probably not the best… but works. Esteban > On 09 Mar 2015, at 15:55, Andrei Chis wrote: > > Or you can add > > > and then search for methods using the pragma todo: > > > Andrei > > On Mon, Mar 9, 2015 at 3:51 PM, Marcus Denker

Re: [Pharo-users] Searching package for comment content

2015-03-09 Thread Thierry Goubier
Hi Sergio, use the finder, write TODO in the search area, select Source instead of Selectors, and you're set. Thierry 2015-03-09 15:44 GMT+01:00 sergio_101 : > Hi, all. > > Does anyone have any ideas on this? > > I would like to be able to do a quick text search in all classes and > methods in

Re: [Pharo-users] Searching package for comment content

2015-03-09 Thread Andrei Chis
Or you can add and then search for methods using the pragma todo: Andrei On Mon, Mar 9, 2015 at 3:51 PM, Marcus Denker wrote: > > > On 09 Mar 2015, at 15:44, sergio_101 wrote: > > > > Hi, all. > > > > Does anyone have any ideas on this? > > > > I would like to be able to do a quick text sea

Re: [Pharo-users] Searching package for comment content

2015-03-09 Thread Marcus Denker
> On 09 Mar 2015, at 15:44, sergio_101 wrote: > > Hi, all. > > Does anyone have any ideas on this? > > I would like to be able to do a quick text search in all classes and methods > in a package for text. > > for instance, when i see an opportunity for a refactor, i put a comment > someth