mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Update file browser when a document changes path
This is required incase the file is open, as we then want the new path to show the close button.
This commit is contained in:
@@ -170,8 +170,8 @@ namespace
|
||||
switch(event)
|
||||
{
|
||||
case did_change_modified_status:
|
||||
[_self updateFileBrowserStatus:nil];
|
||||
case did_change_path:
|
||||
[_self updateFileBrowserStatus:nil];
|
||||
[_self.tabBarView reloadData];
|
||||
[[_self class] scheduleSessionBackup:nil];
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user