mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Make glob string property settable
This commit is contained in:
@@ -21,7 +21,7 @@ extern NSString* const FFSearchInOpenFiles;
|
||||
|
||||
@property (nonatomic) NSString* findString;
|
||||
@property (nonatomic) NSString* replaceString;
|
||||
@property (nonatomic, readonly) NSString* globString;
|
||||
@property (nonatomic) NSString* globString;
|
||||
|
||||
@property (nonatomic) BOOL ignoreCase;
|
||||
@property (nonatomic) BOOL ignoreWhitespace;
|
||||
|
||||
@@ -916,6 +916,7 @@ static NSButton* OakCreateStopSearchButton ()
|
||||
- (BOOL)canIgnoreWhitespace { return _regularExpression == NO; }
|
||||
|
||||
- (NSString*)globString { [self commitEditing]; return _globHistoryList.head; }
|
||||
- (void)setGlobString:(NSString*)aGlob { [_globHistoryList addObject:aGlob]; }
|
||||
|
||||
- (void)setProjectFolder:(NSString*)aFolder
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user