mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Make ‘untitledSavePath’ a public (readonly) property
This commit is contained in:
@@ -7,6 +7,7 @@ PUBLIC @interface DocumentController : NSObject
|
||||
@property (nonatomic) NSString* identifier;
|
||||
@property (nonatomic) NSString* defaultProjectPath;
|
||||
@property (nonatomic, readonly) NSString* projectPath; // effectiveProjectPath
|
||||
@property (nonatomic, readonly) NSString* untitledSavePath;
|
||||
|
||||
@property (nonatomic) std::vector<document::document_ptr> const& documents;
|
||||
@property (nonatomic) document::document_ptr const& selectedDocument;
|
||||
|
||||
Reference in New Issue
Block a user