Adding entries to Xcode editor's function listbox
I previously stumbled upon a way to add entries to the list box in Xcode's editor so as to divide the functions up in that view with comments.
I recently found that typing TODO: adds entries to the function selection list (which is actually a bit annoying), but I am not certain what the right keywords would even be to search for how to do this by means other than TODOs.
Does anyone know?
I recently found that typing TODO: adds entries to the function selection list (which is actually a bit annoying), but I am not certain what the right keywords would even be to search for how to do this by means other than TODOs.
Does anyone know?
And of course I stumble upon it while looking for something else.
Code:
#pragma mark Comment
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Adding friends to iOS games | rubilee | 0 | 2,140 |
Oct 18, 2011 05:02 AM Last Post: rubilee |
|
| Adding frameworks and resources to .app | visage | 9 | 5,734 |
Aug 11, 2006 05:18 AM Last Post: ferum |
|
| Turning off typedef's in Xcode function pop-up menu | scgames | 3 | 3,007 |
Jun 19, 2006 12:35 AM Last Post: scgames |
|
| Adding frameworks to a framework | vbuser1338 | 4 | 3,902 |
May 25, 2006 04:02 AM Last Post: vbuser1338 |
|

