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 717
  • Mac 262
  • Linux 328
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 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 0 0 0 0
Mac 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 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
Linux 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 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.