Private
_activePrivate
_canPrivate
_handlesPrivate
_itemsPrivate
_itemsPrivate
_keepPrivate
_matchPrivate
_matchPrivate
Readonly
_onPrivate
Readonly
_onPrivate
Readonly
_onPrivate
_selectedPrivate
_sortProtected
disposableProtected
expectingAn event signaling when the active items have changed.
An event signaling when the selected items have changed.
An event signaling when a button in a particular QuickPickItem was triggered. This event does not fire for buttons in the title bar.
Readonly
pluginReadonly
quickReadonly
quickProtected
visibleIf the UI should show a progress indicator. Defaults to false.
Change this to true, e.g., while loading more data or validating user input.
If the UI should show a progress indicator. Defaults to false.
Change this to true, e.g., while loading more data or validating user input.
Buttons for actions in the UI.
Buttons for actions in the UI.
If multiple items can be selected at the same time. Defaults to false.
If multiple items can be selected at the same time. Defaults to false.
If the UI should allow for user input. Defaults to true.
Change this to false, e.g., while validating user input or loading data for the next step in user input.
If the UI should allow for user input. Defaults to true.
Change this to false, e.g., while validating user input or loading data for the next step in user input.
If the UI should stay open even when loosing UI focus. Defaults to false.
If the UI should stay open even when loosing UI focus. Defaults to false.
If the filter text should also be matched against the description of the items. Defaults to false.
If the filter text should also be matched against the description of the items. Defaults to false.
If the filter text should also be matched against the detail of the items. Defaults to false.
If the filter text should also be matched against the detail of the items. Defaults to false.
An event signaling when the user indicated acceptance of the selected item(s).
An event signaling when the value of the filter text has changed.
An event signaling when this input UI is hidden.
There are several reasons why this UI might have to be hidden and the extension will be notified through QuickInput.onDidHide. (Examples include: an explicit call to QuickInput.hide, the user pressing Esc, some other input UI opening, etc.)
An event signaling when a button was triggered.
Optional placeholder in the filter text.
Optional placeholder in the filter text.
An optional current step count.
An optional current step count.
An optional title.
An optional title.
An optional total step count.
An optional total step count.
Current value of the filter text.
Current value of the filter text.
Protected
convertURLHides this input UI. This will also fire an QuickInput.onDidHide event.
Makes the input UI visible in its current configuration. Any other input UI will first fire an QuickInput.onDidHide event.
Protected
update
Base implementation of QuickPick that uses QuickOpenExt. Missing functionality is going to be implemented in the scope of https://github.com/eclipse-theia/theia/issues/5059