mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Make OakPasteboardEntry’s historyId public
This commit is contained in:
@@ -14,6 +14,7 @@ PUBLIC @interface OakPasteboardEntry : NSObject
|
||||
@property (nonatomic, readonly) NSString* string;
|
||||
@property (nonatomic, readonly) NSArray<NSString*>* strings;
|
||||
@property (nonatomic, readonly) NSDictionary* options;
|
||||
@property (nonatomic, readonly) NSUInteger historyId; // This is only to be used by OakPasteboardChooser
|
||||
|
||||
@property (nonatomic, readonly) BOOL fullWordMatch;
|
||||
@property (nonatomic, readonly) BOOL ignoreWhitespace;
|
||||
|
||||
@@ -154,10 +154,6 @@ static NSArray* RunSQLStatement (sqlite3* db, char const* query, std::map<std::s
|
||||
// = OakPasteboardEntry =
|
||||
// ======================
|
||||
|
||||
@interface OakPasteboardEntry ()
|
||||
@property (nonatomic, readonly) NSUInteger historyId;
|
||||
@end
|
||||
|
||||
@implementation OakPasteboardEntry
|
||||
- (id)initWithStrings:(NSArray<NSString*>*)strings options:(NSDictionary*)options
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user