mirror of
https://github.com/textmate/textmate.git
synced 2026-01-21 04:38:13 -05:00
Stop Find window showing an NSSavePanel on ⌘S
This commit is contained in:
@@ -426,6 +426,11 @@ OAK_DEBUG_VAR(Find_FolderSearch);
|
||||
});
|
||||
}
|
||||
|
||||
- (BOOL)prepareSavePanel:(NSSavePanel *)savePanel
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (BOOL)validateUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)anItem
|
||||
{
|
||||
if(anItem.action == @selector(saveAllDocuments:))
|
||||
|
||||
Reference in New Issue
Block a user