mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Pass SCM info to file chooser
This commit is contained in:
@@ -1458,6 +1458,7 @@ namespace
|
||||
|
||||
fc.openDocuments = _documents;
|
||||
fc.currentDocument = _selectedDocument ? _selectedDocument->identifier() : oak::uuid_t();
|
||||
fc.scmInfo = _scmInfo;
|
||||
fc.target = self;
|
||||
fc.action = @selector(fileChooserDidSelectItems:);
|
||||
fc.path = self.projectPath ?: self.untitledSavePath ?: NSHomeDirectory();
|
||||
|
||||
Reference in New Issue
Block a user