mirror of
https://github.com/textmate/textmate.git
synced 2026-02-14 00:15:19 -05:00
Bind Opt+F1 to show bundle item popup.
This commit is contained in:
committed by
Allan Odgaard
parent
752430f339
commit
6763406fe5
@@ -1507,6 +1507,12 @@ static void update_menu_key_equivalents (NSMenu* menu, action_to_key_t const& ac
|
||||
[self setShowLiveSearch:YES];
|
||||
}
|
||||
|
||||
- (IBAction)showBundlesMenu:(id)sender
|
||||
{
|
||||
OakDocumentView* documentView = (OakDocumentView*)[[self enclosingScrollView] superview];
|
||||
[documentView performSelector:@selector(showBundleItemSelector:) withObject:nil];
|
||||
}
|
||||
|
||||
- (IBAction)findNext:(id)sender
|
||||
{
|
||||
if(liveSearchViewController)
|
||||
|
||||
Reference in New Issue
Block a user