Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 2.49 KB

README.md

File metadata and controls

52 lines (36 loc) · 2.49 KB

ST-WindowsContextMenu

Required ST Build GitHub Actions Package Control GitHub tag (latest by date) Project license GitHub stars Donate to this project using Paypal

This is a Sublime Text plugin which adds/removes "classic" Windows context menu for Sublime Text/Merge.

screenshot

⚠️ This plugin

  • Adds/removes the context menu only for the current Windows user, so no admin privilege is required.
  • Won't work with Win11's new context menu since it doesn't seem to be purely controlled by registry.

Installation

This package is available on Package Control by the name of WindowsContextMenu.

Usage

Go to Sublime Text's main menu » Preferences » Windows Context Menu.

  • Sublime Text

    • All context menus
    • Context menu for file
    • Context menu for directory
    • Context menu for directory background
  • Sublime Merge

    • All context menus
    • Context menu for directory
    • Context menu for directory background

Settings

{
    // Customize the menu text in your localization.
    // If you change this, the text in existing menus will be updated immediately.
    "menu_text": "Open with {app.name}",
}