Sublime Forum

Why are some items missing from the command pallet?

#1

OS X

Sublime Text 2

v. 2.0.2

Build 2221

New to Sublime Text. Figuring out the basics.

Using the mouse, I can select View > Layout > Columns 2, etc.

However, pressing shift-command-P to bring up the Command Palette, then typing “layout”; none of those options are available.

Similarly, opening the Command Palette and entering “console” doesn’t give me the show/hide console options.

What is the rule governing which commands are available through the command palette?

Or is there something wrong with my installation of Sublime Text?

0 Likes

#2

Menu’s and the command palette are two distinct things. Just because one exist in one, doesn’t mean it needs to exist in the other. You can add entries to the Menu by creating a Menu.sublime-menu file in your user settings. To add command palette entries, you can create a Default.sublime-commands file. For an example of each, see Packages/Default

0 Likes

#3

Ok, thanks for the help.

0 Likes