Command palette

Features wanted...
Post Reply
hachesilva
Posts: 2
Joined: 21 Apr 2017 19:51

Command palette

Post by hachesilva »

Hi,

Hope this is the right place and format to suggest features, if not please let me know about some guidelines.

As the thread title implies, it would be nice to have a "Command palette" where you can execute any command or go to any settings pane available on the app, similar to what Visual Studio Code or Sublime Text offer.

Such a feature is useful because the application offers so many features and settings one might not know exactly where they're located but, by at knowing (part of) the name, can invoke it by typing a few keystrokes.

I've attached a screen capture of Visual Studio Code's Command palette which I invoked by pressing Ctrl+shift+p, it lists available commands with their shortcuts and you can filter all commands on a fuzzy search box.

This might come handy for heavy keyboard users.
Attachments
vscode-command-palette.png
vscode-command-palette.png (26.67 KiB) Viewed 818 times

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Command palette

Post by highend »

Help - List All Commands...

And to make it more fuzzy, try this tweak:

Code: Select all

; Tweak: bit field: 1 = shotgun in main LFB, 2 = shotgun in LFBs in dialogs, 4 = shotgun in dropdown match list, 64 = fat gun in LFBs in dialogs
LiveFilterIsShotgun=2
Either 2 or 64, you can't combine these two (but ofc one of them with the other options)

How to tweak: https://www.xyplorer.com/faq-topic.php?id=tweak
One of my scripts helped you out? Please donate via Paypal

hachesilva
Posts: 2
Joined: 21 Apr 2017 19:51

Re: Command palette

Post by hachesilva »

That's awesome, thanks @highend

Post Reply