TODO and FIXME does not appear when declared inside a c-block
| Originator: | kasper.muncken | ||
| Number: | rdar://14275203 | Date Originated: | 26-Jun-2013 03:23 PM |
| Status: | Duplicate | Resolved: | No |
| Product: | Xcode | Product Version: | 4.6.3 |
| Classification: | UI/Usability | Reproducible: | Always |
Summary: When using TODO or FIXME within a c-block it is expected that the TODO or FIXME would be visible in the Selection dropdown bar in Xcode. This is not the case and it has the adverse effect that it hides TODO's and FIXME's from the implementation overview. Steps to Reproduce: 1. Create a subclass of NSObject. 2. Add a method with any signature. 3. Declare a c-block, eg [UIView animateWithDuration:animations:] 4. Within the scope of the block, add the following two lines of code: 4.1 // TODO: abc 4/2 // FIXME: def 5. Click on the Selection dropdown menu in the top of the editor. Expected Results: In the Selection dropdown menu, I expect to rows with the following text: "TODO: abc" "FIXME: def" See screenshot attached screenshot. Actual Results: In the Selection dropdown menu, no TODO nor a FIXME message appear. See screenshot attached screenshot. Regression: This missing feature occurs within any block in iOS SDK 6.1 using Xcode 4.6.3. Notes: -
Comments
Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!