mirror of
https://github.com/textmate/textmate.git
synced 2026-01-20 20:27:59 -05:00
@@ -904,6 +904,9 @@ static NSMutableSet* SymmetricDifference (NSMutableSet* aSet, NSMutableSet* anot
|
||||
|
||||
- (IBAction)orderFrontGoToFolder:(id)sender
|
||||
{
|
||||
if(_headerView.folderPopUpButton.selectedItem.action == _cmd)
|
||||
[_headerView.folderPopUpButton selectItemAtIndex:0];
|
||||
|
||||
NSOpenPanel* panel = [NSOpenPanel openPanel];
|
||||
[panel setCanChooseFiles:NO];
|
||||
[panel setCanChooseDirectories:YES];
|
||||
|
||||
Reference in New Issue
Block a user