Search in sources :

Example 1 with ShowMoreOptions

use of com.intellij.find.editorHeaderActions.ShowMoreOptions in project intellij-community by JetBrains.

the class SearchReplaceComponent method createSearchToolbar1.

@NotNull
private ActionToolbarImpl createSearchToolbar1(@NotNull DefaultActionGroup group) {
    ActionToolbarImpl toolbar = createToolbar(group);
    toolbar.setForceMinimumSize(true);
    toolbar.setReservePlaceAutoPopupIcon(false);
    toolbar.setSecondaryButtonPopupStateModifier(mySearchToolbar1PopupStateModifier);
    toolbar.setSecondaryActionsTooltip("More Options(" + ShowMoreOptions.SHORT_CUT + ")");
    new ShowMoreOptions(toolbar, mySearchFieldWrapper);
    return toolbar;
}
Also used : ActionToolbarImpl(com.intellij.openapi.actionSystem.impl.ActionToolbarImpl) ShowMoreOptions(com.intellij.find.editorHeaderActions.ShowMoreOptions) NotNull(org.jetbrains.annotations.NotNull)

Aggregations

ShowMoreOptions (com.intellij.find.editorHeaderActions.ShowMoreOptions)1 ActionToolbarImpl (com.intellij.openapi.actionSystem.impl.ActionToolbarImpl)1 NotNull (org.jetbrains.annotations.NotNull)1