// // P4MenuLocalFile.h // SCMMenuExtra // // Created by Michael Bishop on 5/9/11. // Copyright 2011 Numerical Garden LLC. All rights reserved. // #import <Foundation/Foundation.h> typedef void (^P4MenuLocalFileRefreshCompletionBlock)(NSError*); @class P4LocalFileManager; @interface P4MenuLocalFile : NSObject { @private NSString * localFilepath; BOOL canOpenForAdd; } -(id)initWithLocalFilepath:(NSString*)path; +(id)localFileWithLocalFilepath:(NSString*)path; @property (nonatomic, readonly) NSString * filename; @property (nonatomic, readonly) NSImage * icon; @property (nonatomic, readonly, copy) NSString * localFilepath; @property (nonatomic, readonly, assign) BOOL canOpenForAdd; @end
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 20722 | jdputsch | initial branch, prep for -Zapp= support | ||
//guest/michael_bishop/MacMenu/src/P4Menu/Source/P4MenuLocalFile.h | |||||
#1 | 8331 | Matt Attaway |
Adding initial version of MacMenu for Perforce MacMenu is a helpful Perforce client that sits in your toolbar. It allows you to run standard Perforce operations on the document that is open the currently active editor/viewer. |