discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Code prettifier for GNUstep code style


From: Ivan Vučica
Subject: Code prettifier for GNUstep code style
Date: Sun, 8 Jul 2012 23:15:38 +0200

Hi!

Is there an implementation of code prettifier that can take some Objective-C source code and format it according to GNUstep code style guidelines? 

Something along the lines of:
NSString* formatAsGnuStepStyle( NSString* input ){
    // format input string and return the formatted string.
}

I'm in contact with the developer of an Xcode plugin that provides Vim-like keystrokes for Xcode called "XVim", and he says it would be trivial to add the functionality if there is a prettifier that implements the above interface.

--
Ivan


--
Ivan Vučica - ivan@vucica.net



reply via email to

[Prev in Thread] Current Thread [Next in Thread]