Sublime Forum

Command palette - clear last used command after execute

#1

When I type and execute a command using the command palette and then open the command palette again it holds the same command as last time. I am pretty sure this was introduced in a recent update. Is there a setting for this? I want it to be cleared after executing so that every time I open the command palette I have an empty input.

1 Like

ST3, Dev Build 3156: Command Palette Problem
#2

if you’re referring to build 3156, this has already been discussed at length - it used to select the previous input so you could type over it but in 3156, it doesn’t - it will be fixed in 3157

4 Likes

#3

ah, ok. my searching didn’t find any discussion on it. Good to hear it will be changed back :slight_smile: Thanks for the quick answer.

1 Like

#4

Glad to hear this is being reverted — this change to the command palette has been driving me crazy every day.

@kingkeith Is there anything we can do to revert to highlighting the command palette so it’s cleared for each new command until the 3157 build is released? I looked for something like sticky_command_palette in the settings file but didn’t see anything relevant.

0 Likes

#5

I wrote a package to fix the command palette, I am going to submit it to package control, for now you can install it by running this command on your loose Packages folder:

git clone https://github.com/evandrocoan/FixCommandPalette

Update:

Opened the pull request to add it on:

  1. https://github.com/wbond/package_control_channel/pull/6913 Added the package FixCommandPalette
0 Likes

#6

I just used this:

I already had that package installed for other things.

0 Likes

#7

Thank you, both - I’ll give that package a shot.

Cross-linking the other threads I found discussing the same issue:



1 Like