Sublime Forum

Adding the Sublime icon to the right-click context menu

#1

It would be nice if there would be the Sublime icon left of the “Open with Sublime Text” in the right-click context menu. Just like you see for “Feem 2018” or Skype, because it is much easier to spot, than reading all the entries without an icon.

2 Likes

#2

Fixed it for myself:
Open the registry editor, go to “Computer\HKEY_CLASSES_ROOT*\shell\Open with Sublime Text” and create a new string value there named “Icon” and give it the value your install directory path to the sublime.exe.
E.g.: Y:\Programs\Sublime Text 3\sublime_text.exe
Still would be nice to have it enabled from the start so that I dont have to open the registry.

2 Likes

#3

For my windows 10 pro the path to add the string was:

“Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes*\shell\Open with Sublime Text”
Just for anyone finding this.

0 Likes

#4

FWIW: Context menus for ST and SM can be managed by

https://packagecontrol.io/packages/WindowsContextMenu

1 Like