workflow_objc
workflow_objc copied to clipboard
Code Renderer for Objective-C calls
It would be nice if the signatures of the Objective-C messages would match more closely their form in practical use/documentation, etc. This is how they look right now:
Improvements would be:
- No
_prefix in the signature - Automatic rename of arg1 to
selfand arg2 toselin the disassembly - Removal of
selfandselin the signature (these are implicit)- Or only
selfor class selectors
- Or only
- Selector arguments in-line in the selector, e.g.
-[NSView addSubview:(NSView*)arg1], instead of suffixed with()