Re: Storing notes/thoughts about code in Xcode and in the code
Re: Storing notes/thoughts about code in Xcode and in the code
- Subject: Re: Storing notes/thoughts about code in Xcode and in the code
- From: Mailing list subscriptions <email@hidden>
- Date: Tue, 12 Sep 2006 14:19:46 +0200
El 12/09/2006, a las 13:57, Bjoern Knafla escribió:
I notice that I am always writing down notes (on a paper),
questions, and todos while refactoring or reading code and also
duplicating some of them in comments (for Doxygen) in the code.
It would be great if Xcode would have mechanism for storing these
notes in the code and automatically listing them in sort of a smart
group to always see what needs to be done for all or a specific file.
A tool like bookmarks but I also want to see the notes at the place
in the code where I added them. Perhaps this can be done with the
"bubble-debug-technology" from Xcode 3.x?
Or could this be added with AppleScript (haven't programmed
AppleScript until now)?
Would others find this kind of tool helpful too?
Yes it might be helpful. I generally write such notes in comments
using labels like "BUG:" and "TODO:", where they can be easily
grepped from the commandline, or viewed in the project-wide Find
window or in the "Find results" smart group.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden