Skip to content

Instantly share code, notes, and snippets.

@pi-chan
Created March 26, 2014 23:57
Show Gist options
  • Save pi-chan/9796636 to your computer and use it in GitHub Desktop.
Save pi-chan/9796636 to your computer and use it in GitHub Desktop.
ctags default
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME Exuberant Ctags //
!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
!_TAG_PROGRAM_VERSION 5.8 //
SVProgressHUDMaskType SVProgressHUD/SVProgressHUD.h /^typedef NSUInteger SVProgressHUDMaskType;$/;" t
SVProgressHUDMaskTypeBlack SVProgressHUD/SVProgressHUD.h /^ SVProgressHUDMaskTypeBlack, \/\/ don't allow and dim the UI in the back of the HUD$/;" e enum:__anon1
SVProgressHUDMaskTypeClear SVProgressHUD/SVProgressHUD.h /^ SVProgressHUDMaskTypeClear, \/\/ don't allow$/;" e enum:__anon1
SVProgressHUDMaskTypeGradient SVProgressHUD/SVProgressHUD.h /^ SVProgressHUDMaskTypeGradient \/\/ don't allow and dim the UI with a a-la-alert-view bg gradient$/;" e enum:__anon1
SVProgressHUDMaskTypeNone SVProgressHUD/SVProgressHUD.h /^ SVProgressHUDMaskTypeNone = 1, \/\/ allow user interactions while HUD is displayed$/;" e enum:__anon1
dismiss SVProgressHUD/SVProgressHUD.h /^+ (void)dismiss;$/;" v
isVisible SVProgressHUD/SVProgressHUD.h /^+ (BOOL)isVisible;$/;" v
popActivity SVProgressHUD/SVProgressHUD.h /^+ (void)popActivity;$/;" v
resetOffsetFromCenter SVProgressHUD/SVProgressHUD.h /^+ (void)resetOffsetFromCenter;$/;" v
show SVProgressHUD/SVProgressHUD.h /^+ (void)show;$/;" v
viewController Demo/Classes/AppDelegate.h /^@property (strong, nonatomic) IBOutlet ViewController *viewController;$/;" v
window Demo/Classes/AppDelegate.h /^@property (strong, nonatomic) IBOutlet UIWindow *window;$/;" v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment