mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Using Go → Enclosing Folder selects the child
This is consistent with how Finder works and I think this is desired behavior to sort of track where we came from.
This commit is contained in:
@@ -874,7 +874,7 @@ static NSMutableSet* SymmetricDifference (NSMutableSet* aSet, NSMutableSet* anot
|
||||
[_outlineView deselectAll:sender];
|
||||
}
|
||||
|
||||
- (IBAction)goToParentFolder:(id)sender { [self goToURL:ParentForURL(_url)]; }
|
||||
- (IBAction)goToParentFolder:(id)sender { [self selectURL:_url withParentURL:ParentForURL(_url)]; }
|
||||
- (IBAction)goToComputer:(id)sender { [self goToURL:kURLLocationComputer]; }
|
||||
- (IBAction)goToHome:(id)sender { [self goToURL:kURLLocationHome]; }
|
||||
- (IBAction)goToDesktop:(id)sender { [self goToURL:kURLLocationDesktop]; }
|
||||
|
||||
Reference in New Issue
Block a user