Add a right-click shell action

Apr20
  • Share

Difficulty: ★☆☆☆☆
I love Scite, this tiny easy code editor, is powerful, can handle and format all kind of codes (ruby, php, java, javascript, xml, html…) and extremely fast.
That’s why I want to have Scite in my right click action menu (shell), to easy open all my files within Scite.
Here’s how I did this:

      Open regedit -> CTRL + R > Type regedit
      Navigate to HKEY_CLASSES_ROOT > *
      Create key (incase it is not there): shell
      In key shell, create key: Open with Scite
      In key ‘Open with Scite’, create key: command
      Double click key command, give value: C:\Program Files\SciTE Source Code Editor\SciTE.exe %1

Ofcourse you can change the name Scite and the path, to the program name and path you want but
don’t forget to type the %1, or your Scite won’t open any content.



Leave a comment