David Phillip Oster wrote:
> In article <1169196416.859206.299140 DeleteThis @l53g2000cwa.googlegroups.com>,
> "kelvSYC" <kelvSYC DeleteThis @gmail.com> wrote:
>
>
>>One thing that I like when building Java in, say, Eclipse, is that you
>>can make special annotated comments anywhere in your project which you
>>can access from a central source (eg. a central to-do list). Is there
>>something in XCode that provides similar functionality for all
>>languages?
>
>
> Yes. Make a comment starting with a specific token like 'TODO'
>
> // TODO for example
>
> Then use the 'Find In Files...' menu command to search for all
> occurrences of TODO in the entire project.
>
> Yu can even save the result of the search as a smart folder.
>
> * Works for me.
> * Meets the requirements, as stated above.
Nice idea, but it doesn't seem to be possible in XCode 2.3 - maybe this
feature is only available in XCode 2.4 ?
Paul
>> Stay informed about: To-do lists in XCode