You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
registry.registerWorkbenchAction(newSyncActionDescriptor(ShowNextSearchTermAction,ShowNextSearchTermAction.ID,ShowNextSearchTermAction.LABEL,ShowNextFindTermKeybinding,ContextKeyExpr.and(Constants.SearchViewVisibleKey,Constants.SearchInputBoxFocusedKey)),'Search: Show Next Search Term',category);
494
494
registry.registerWorkbenchAction(newSyncActionDescriptor(ShowPreviousSearchTermAction,ShowPreviousSearchTermAction.ID,ShowPreviousSearchTermAction.LABEL,ShowPreviousFindTermKeybinding,ContextKeyExpr.and(Constants.SearchViewVisibleKey,Constants.SearchInputBoxFocusedKey)),'Search: Show Previous Search Term',category);
495
495
496
+
registry.registerWorkbenchAction(newSyncActionDescriptor(ShowNextReplaceTermAction,ShowNextReplaceTermAction.ID,ShowNextReplaceTermAction.LABEL,ShowNextFindTermKeybinding,ContextKeyExpr.and(Constants.SearchViewVisibleKey,Constants.ReplaceInputBoxFocusedKey)),'Search: Show Next Search Replace Term',category);
497
+
registry.registerWorkbenchAction(newSyncActionDescriptor(ShowPreviousReplaceTermAction,ShowPreviousReplaceTermAction.ID,ShowPreviousReplaceTermAction.LABEL,ShowPreviousFindTermKeybinding,ContextKeyExpr.and(Constants.SearchViewVisibleKey,Constants.ReplaceInputBoxFocusedKey)),'Search: Show Previous Search Replace Term',category);
498
+
496
499
registry.registerWorkbenchAction(newSyncActionDescriptor(ShowNextSearchIncludeAction,ShowNextSearchIncludeAction.ID,ShowNextSearchIncludeAction.LABEL,ShowNextFindTermKeybinding,ContextKeyExpr.and(Constants.SearchViewVisibleKey,Constants.PatternIncludesFocusedKey)),'Search: Show Next Search Include Pattern',category);
497
500
registry.registerWorkbenchAction(newSyncActionDescriptor(ShowPreviousSearchIncludeAction,ShowPreviousSearchIncludeAction.ID,ShowPreviousSearchIncludeAction.LABEL,ShowPreviousFindTermKeybinding,ContextKeyExpr.and(Constants.SearchViewVisibleKey,Constants.PatternIncludesFocusedKey)),'Search: Show Previous Search Include Pattern',category);
0 commit comments