fortinmike / XcodeBoost

An Xcode plugin that aims to make altering and inspecting code quick and easy.
MIT License
817 stars 86 forks source link

Add support for C function selection and manipulation #17

Closed fortinmike closed 10 years ago

fortinmike commented 10 years ago

Add analogs to the Obj-C method manipulation features for C functions:

Ideally the same (renamed) menu items would work with both Obj-C methods and C functions. This shouldn't imply much more than adding regex matching for C functions in -xctt_methodDefinitionRanges.

fortinmike commented 10 years ago

Implemented in 43e8c28489ffaf690521c3a397237d93a6054e41.