ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Quick​Panel​Enhanced

by jaytiar ST3

Plugin providing improvements to the operation of the Quick (Overlay) Panel in the Sublime Text 3 editor.

Details

Installs

  • Total 1K
  • Win 727
  • Mac 267
  • Linux 332
Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8
Windows 1 0 1 1 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Quick Panel Enhanced

This is a Sublime Text 3 plugin that provides improvements to the operation of the Quick (Overlay) Panel.

The Quick Panel is the pop-up that appears for things like Find Anything (Ctrl+P) and the Command Palette (Ctrl+Shift+P).

It provides fuzzy-match searching of the items in the list (be they files or symbols).

However, if the list is long (for example, if you have a very large codebase), there are couple of limitations: * Deleting text from the fuzzy-search input string can be slow as the list is regnerated after every key press. * Page Up and Page Down do not work, so you have to scroll one line at a time if using the keyboard.

This plugin addresses both of these limitations: * Deletion in the panel entry box is buffered, so characters are not removed until the user stops pressing backspace, meaning the list is only regenerated once. * Page Up/Down work as expected, scrolling several lines at once.

Configuration

There are no separate settings - the function becomes automatically available once the plugin is installed.

The number of lines scrolled by page up/down and the delay before deletion takes effect can be controlled by adding paramaters to the key bindings. See the Default key bindings for details.

Installation

Search for QuickPanelEnhanced via Package Control in the usual way.