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
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
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
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
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
> 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