Instantly share code, notes, and snippets.
-
Star
0
(0)
You must be signed in to star a gist -
Fork
0
(0)
You must be signed in to fork a gist
-
Save pi-chan/9796649 to your computer and use it in GitHub Desktop.
ctags with objc settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!_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 /[email protected]/ | |
!_TAG_PROGRAM_NAME Exuberant Ctags // | |
!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/ | |
!_TAG_PROGRAM_VERSION 5.8 // | |
AppDelegate Demo/Classes/AppDelegate.m /^@implementation AppDelegate$/;" c | |
SVProgressHUD SVProgressHUD/SVProgressHUD.m /^@implementation SVProgressHUD$/;" c | |
ViewController Demo/Classes/ViewController.m /^@implementation ViewController$/;" c | |
activityCount SVProgressHUD/SVProgressHUD.m /^@property (nonatomic, readwrite) NSUInteger activityCount;$/;" p | |
application Demo/Classes/AppDelegate.m /^- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { $/;" m | |
backgroundRingLayer SVProgressHUD/SVProgressHUD.m /^- (CAShapeLayer *)backgroundRingLayer {$/;" m | |
backgroundRingLayer SVProgressHUD/SVProgressHUD.m /^@property (nonatomic, strong) CAShapeLayer *backgroundRingLayer;$/;" p | |
cancelRingLayerAnimation SVProgressHUD/SVProgressHUD.m /^- (void)cancelRingLayerAnimation {$/;" m | |
clear SVProgressHUD/SVProgressHUD.m /^@property (nonatomic, readonly, getter = isClear) BOOL clear;$/;" p | |
createRingLayerWithCenter SVProgressHUD/SVProgressHUD.m /^- (CAShapeLayer *)createRingLayerWithCenter:(CGPoint)center radius:(CGFloat)radius lineWidth:(CGFloat)lineWidth color:(UIColor *)color {$/;" m | |
dismiss Demo/Classes/ViewController.h /^- (IBAction)dismiss;$/;" m | |
dismiss Demo/Classes/ViewController.m /^- (void)dismiss {$/;" m | |
dismiss SVProgressHUD/SVProgressHUD.h /^+ (void)dismiss;$/;" m | |
dismiss SVProgressHUD/SVProgressHUD.m /^+ (void)dismiss {$/;" m | |
dismiss SVProgressHUD/SVProgressHUD.m /^- (void)dismiss {$/;" m | |
dismiss SVProgressHUD/SVProgressHUD.m /^- (void)dismiss;$/;" m | |
dismissError Demo/Classes/ViewController.h /^- (IBAction)dismissError;$/;" m | |
dismissError Demo/Classes/ViewController.m /^- (void)dismissError {$/;" m | |
dismissSuccess Demo/Classes/ViewController.h /^- (IBAction)dismissSuccess;$/;" m | |
dismissSuccess Demo/Classes/ViewController.m /^- (void)dismissSuccess {$/;" m | |
displayDurationForString SVProgressHUD/SVProgressHUD.m /^- (NSTimeInterval)displayDurationForString:(NSString*)string {$/;" m | |
displayDurationForString SVProgressHUD/SVProgressHUD.m /^- (NSTimeInterval)displayDurationForString:(NSString*)string;$/;" m | |
drawRect SVProgressHUD/SVProgressHUD.m /^- (void)drawRect:(CGRect)rect {$/;" m | |
fadeOutTimer SVProgressHUD/SVProgressHUD.m /^@property (nonatomic, strong, readonly) NSTimer *fadeOutTimer;$/;" p | |
handleNotification Demo/Classes/ViewController.m /^- (void)handleNotification:(NSNotification *)notif$/;" m | |
hudView SVProgressHUD/SVProgressHUD.m /^- (UIView *)hudView {$/;" m | |
hudView SVProgressHUD/SVProgressHUD.m /^@property (nonatomic, strong) UIView *hudView;$/;" p | |
imageView SVProgressHUD/SVProgressHUD.m /^- (UIImageView *)imageView {$/;" m | |
imageView SVProgressHUD/SVProgressHUD.m /^@property (nonatomic, strong) UIImageView *imageView;$/;" p | |
increaseProgress Demo/Classes/ViewController.m /^- (void)increaseProgress {$/;" m | |
indefiniteAnimatedLayer SVProgressHUD/SVProgressHUD.m /^- (CAShapeLayer*)indefiniteAnimatedLayer {$/;" m | |
indefiniteAnimatedLayer SVProgressHUD/SVProgressHUD.m /^@property (nonatomic, strong) CAShapeLayer *indefiniteAnimatedLayer;$/;" p | |
initWithFrame SVProgressHUD/SVProgressHUD.m /^- (id)initWithFrame:(CGRect)frame {$/;" m | |
isClear SVProgressHUD/SVProgressHUD.m /^- (BOOL)isClear { \/\/ used for iOS 7$/;" m | |
isVisible SVProgressHUD/SVProgressHUD.h /^+ (BOOL)isVisible;$/;" m | |
isVisible SVProgressHUD/SVProgressHUD.m /^+ (BOOL)isVisible {$/;" m | |
maskType SVProgressHUD/SVProgressHUD.m /^@property (nonatomic, readwrite) SVProgressHUDMaskType maskType;$/;" p | |
moveToPoint SVProgressHUD/SVProgressHUD.m /^- (void)moveToPoint:(CGPoint)newCenter rotateAngle:(CGFloat)angle {$/;" m | |
moveToPoint SVProgressHUD/SVProgressHUD.m /^- (void)moveToPoint:(CGPoint)newCenter rotateAngle:(CGFloat)angle;$/;" m | |
notificationUserInfo SVProgressHUD/SVProgressHUD.m /^- (NSDictionary *)notificationUserInfo;$/;" m | |
offsetFromCenter SVProgressHUD/SVProgressHUD.m /^@property (nonatomic, assign) UIOffset offsetFromCenter;$/;" p | |
overlayView SVProgressHUD/SVProgressHUD.m /^- (UIControl *)overlayView {$/;" m | |
overlayView SVProgressHUD/SVProgressHUD.m /^@property (nonatomic, strong) UIControl *overlayView;$/;" p | |
overlayViewDidReceiveTouchEvent SVProgressHUD/SVProgressHUD.m /^- (void)overlayViewDidReceiveTouchEvent:(id)sender forEvent:(UIEvent *)event {$/;" m | |
popActivity SVProgressHUD/SVProgressHUD.h /^+ (void)popActivity;$/;" m | |
popActivity SVProgressHUD/SVProgressHUD.m /^+ (void)popActivity {$/;" m | |
positionHUD SVProgressHUD/SVProgressHUD.m /^- (void)positionHUD:(NSNotification*)notification {$/;" m | |
positionHUD SVProgressHUD/SVProgressHUD.m /^- (void)positionHUD:(NSNotification*)notification;$/;" m | |
progress SVProgressHUD/SVProgressHUD.m /^@property (nonatomic, readwrite) CGFloat progress;$/;" p | |
registerNotifications SVProgressHUD/SVProgressHUD.m /^- (void)registerNotifications {$/;" m | |
registerNotifications SVProgressHUD/SVProgressHUD.m /^- (void)registerNotifications;$/;" m | |
resetOffsetFromCenter SVProgressHUD/SVProgressHUD.h /^+ (void)resetOffsetFromCenter;$/;" m | |
resetOffsetFromCenter SVProgressHUD/SVProgressHUD.m /^+ (void)resetOffsetFromCenter {$/;" m | |
ringLayer SVProgressHUD/SVProgressHUD.m /^- (CAShapeLayer *)ringLayer {$/;" m | |
ringLayer SVProgressHUD/SVProgressHUD.m /^@property (nonatomic, strong) CAShapeLayer *ringLayer;$/;" p | |
setBackgroundColor SVProgressHUD/SVProgressHUD.h /^+ (void)setBackgroundColor:(UIColor*)color; \/\/ default is [UIColor whiteColor]$/;" m | |
setBackgroundColor SVProgressHUD/SVProgressHUD.m /^+ (void)setBackgroundColor:(UIColor *)color {$/;" m | |
setErrorImage SVProgressHUD/SVProgressHUD.h /^+ (void)setErrorImage:(UIImage*)image; \/\/ default is bundled error image from Glyphish$/;" m | |
setErrorImage SVProgressHUD/SVProgressHUD.m /^+ (void)setErrorImage:(UIImage *)image {$/;" m | |
setFadeOutTimer SVProgressHUD/SVProgressHUD.m /^- (void)setFadeOutTimer:(NSTimer *)newTimer {$/;" m | |
setFont SVProgressHUD/SVProgressHUD.h /^+ (void)setFont:(UIFont*)font; \/\/ default is [UIFont preferredFontForTextStyle:UIFontTextStyleSubheadline]$/;" m | |
setFont SVProgressHUD/SVProgressHUD.m /^+ (void)setFont:(UIFont *)font {$/;" m | |
setForegroundColor SVProgressHUD/SVProgressHUD.h /^+ (void)setForegroundColor:(UIColor*)color; \/\/ default is [UIColor blackColor]$/;" m | |
setForegroundColor SVProgressHUD/SVProgressHUD.m /^+ (void)setForegroundColor:(UIColor *)color {$/;" m | |
setOffsetFromCenter SVProgressHUD/SVProgressHUD.h /^+ (void)setOffsetFromCenter:(UIOffset)offset;$/;" m | |
setOffsetFromCenter SVProgressHUD/SVProgressHUD.m /^+ (void)setOffsetFromCenter:(UIOffset)offset {$/;" m | |
setRingThickness SVProgressHUD/SVProgressHUD.h /^+ (void)setRingThickness:(CGFloat)width; \/\/ default is 4 pt$/;" m | |
setRingThickness SVProgressHUD/SVProgressHUD.m /^+ (void)setRingThickness:(CGFloat)width {$/;" m | |
setStatus SVProgressHUD/SVProgressHUD.h /^+ (void)setStatus:(NSString*)string; \/\/ change the HUD loading status while it's showing$/;" m | |
setStatus SVProgressHUD/SVProgressHUD.m /^+ (void)setStatus:(NSString *)string {$/;" m | |
setStatus SVProgressHUD/SVProgressHUD.m /^- (void)setStatus:(NSString *)string {$/;" m | |
setStatus SVProgressHUD/SVProgressHUD.m /^- (void)setStatus:(NSString*)string;$/;" m | |
setSuccessImage SVProgressHUD/SVProgressHUD.h /^+ (void)setSuccessImage:(UIImage*)image; \/\/ default is bundled success image from Glyphish$/;" m | |
setSuccessImage SVProgressHUD/SVProgressHUD.m /^+ (void)setSuccessImage:(UIImage *)image {$/;" m | |
sharedView SVProgressHUD/SVProgressHUD.m /^+ (SVProgressHUD*)sharedView {$/;" m | |
shouldAutorotateToInterfaceOrientation Demo/Classes/ViewController.m /^- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation {$/;" m | |
show Demo/Classes/ViewController.h /^- (IBAction)show;$/;" m | |
show Demo/Classes/ViewController.m /^- (void)show {$/;" m | |
show SVProgressHUD/SVProgressHUD.h /^+ (void)show;$/;" m | |
show SVProgressHUD/SVProgressHUD.m /^+ (void)show {$/;" m | |
showErrorWithStatus SVProgressHUD/SVProgressHUD.h /^+ (void)showErrorWithStatus:(NSString *)string;$/;" m | |
showErrorWithStatus SVProgressHUD/SVProgressHUD.m /^+ (void)showErrorWithStatus:(NSString *)string {$/;" m | |
showImage SVProgressHUD/SVProgressHUD.h /^+ (void)showImage:(UIImage*)image status:(NSString*)status; \/\/ use 28x28 white pngs$/;" m | |
showImage SVProgressHUD/SVProgressHUD.m /^+ (void)showImage:(UIImage *)image status:(NSString *)string {$/;" m | |
showImage SVProgressHUD/SVProgressHUD.m /^- (void)showImage:(UIImage *)image status:(NSString *)string duration:(NSTimeInterval)duration {$/;" m | |
showImage SVProgressHUD/SVProgressHUD.m /^- (void)showImage:(UIImage*)image$/;" m | |
showProgress SVProgressHUD/SVProgressHUD.h /^+ (void)showProgress:(float)progress status:(NSString*)status maskType:(SVProgressHUDMaskType)maskType;$/;" m | |
showProgress SVProgressHUD/SVProgressHUD.h /^+ (void)showProgress:(float)progress status:(NSString*)status;$/;" m | |
showProgress SVProgressHUD/SVProgressHUD.h /^+ (void)showProgress:(float)progress;$/;" m | |
showProgress SVProgressHUD/SVProgressHUD.m /^+ (void)showProgress:(float)progress status:(NSString *)status maskType:(SVProgressHUDMaskType)maskType {$/;" m | |
showProgress SVProgressHUD/SVProgressHUD.m /^+ (void)showProgress:(float)progress status:(NSString *)status {$/;" m | |
showProgress SVProgressHUD/SVProgressHUD.m /^+ (void)showProgress:(float)progress {$/;" m | |
showProgress SVProgressHUD/SVProgressHUD.m /^- (void)showProgress:(float)progress status:(NSString*)string maskType:(SVProgressHUDMaskType)hudMaskType {$/;" m | |
showProgress SVProgressHUD/SVProgressHUD.m /^- (void)showProgress:(float)progress$/;" m | |
showSuccessWithStatus SVProgressHUD/SVProgressHUD.h /^+ (void)showSuccessWithStatus:(NSString*)string;$/;" m | |
showSuccessWithStatus SVProgressHUD/SVProgressHUD.m /^+ (void)showSuccessWithStatus:(NSString *)string {$/;" m | |
showWithMaskType SVProgressHUD/SVProgressHUD.h /^+ (void)showWithMaskType:(SVProgressHUDMaskType)maskType;$/;" m | |
showWithMaskType SVProgressHUD/SVProgressHUD.m /^+ (void)showWithMaskType:(SVProgressHUDMaskType)maskType {$/;" m | |
showWithProgress Demo/Classes/ViewController.m /^- (IBAction)showWithProgress:(id)sender {$/;" m | |
showWithStatus Demo/Classes/ViewController.h /^- (IBAction)showWithStatus;$/;" m | |
showWithStatus Demo/Classes/ViewController.m /^- (void)showWithStatus {$/;" m | |
showWithStatus SVProgressHUD/SVProgressHUD.h /^+ (void)showWithStatus:(NSString*)status maskType:(SVProgressHUDMaskType)maskType;$/;" m | |
showWithStatus SVProgressHUD/SVProgressHUD.h /^+ (void)showWithStatus:(NSString*)status;$/;" m | |
showWithStatus SVProgressHUD/SVProgressHUD.m /^+ (void)showWithStatus:(NSString *)status {$/;" m | |
showWithStatus SVProgressHUD/SVProgressHUD.m /^+ (void)showWithStatus:(NSString*)status maskType:(SVProgressHUDMaskType)maskType {$/;" m | |
stringLabel SVProgressHUD/SVProgressHUD.m /^- (UILabel *)stringLabel {$/;" m | |
stringLabel SVProgressHUD/SVProgressHUD.m /^@property (nonatomic, strong) UILabel *stringLabel;$/;" p | |
updatePosition SVProgressHUD/SVProgressHUD.m /^- (void)updatePosition {$/;" m | |
viewController Demo/Classes/AppDelegate.h /^@property (strong, nonatomic) IBOutlet ViewController *viewController;$/;" p | |
viewWillAppear Demo/Classes/ViewController.m /^- (void)viewWillAppear:(BOOL)animated {$/;" m | |
visibleKeyboardHeight SVProgressHUD/SVProgressHUD.m /^- (CGFloat)visibleKeyboardHeight {$/;" m | |
visibleKeyboardHeight SVProgressHUD/SVProgressHUD.m /^@property (nonatomic, readonly) CGFloat visibleKeyboardHeight;$/;" p | |
window Demo/Classes/AppDelegate.h /^@property (strong, nonatomic) IBOutlet UIWindow *window;$/;" p |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment