Community
    • Login

    Windows context menu Turkish

    Scheduled Pinned Locked Moved Translation
    4 Posts 2 Posters 12.7k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Yadigar UstaY Offline
      Yadigar Usta
      last edited by

      Windows Registry Editor Version 5.00

      [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID{B298D29A-A6ED-11DE-BA8C-A68E55D89593}]
      @=“ANotepad++64”

      [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID{B298D29A-A6ED-11DE-BA8C-A68E55D89593}\InprocServer32]
      @=“E:\Program Files\Notepad++\NppShell_06.dll”
      “ThreadingModel”=“Apartment”

      [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID{B298D29A-A6ED-11DE-BA8C-A68E55D89593}\Settings]
      “Title”=“&Notepad++ ile düzenle”
      “Path”=“E:\Program Files\Notepad++\notepad++.exe”
      “Custom”=“”
      “ShowIcon”=dword:00000001
      “Dynamic”=dword:00000001
      “Maxtext”=dword:00000019

      , Save the fix.reg file
      , merge
      , fix.reg olarak kaydedin.
      , Kayıt defteri ile birleştirin.

      Görüntüsü:

      1 Reply Last reply Reply Quote 0
      • andrecool-68A Offline
        andrecool-68
        last edited by

        NppShell_06.dll
        Place the file NppShell_06.dll in the directory in which the notepad ++.exe file is located.

        Edit the shortcuts.xml file

        		<Command name="Add Notepad++ to the context menu" Ctrl="no" Alt="no" Shift="no" Key="0">regsvr32 /s /i NppShell_06.dll</Command>
        		<Command name="Remove Notepad++ from the context menu" Ctrl="no" Alt="no" Shift="no" Key="0">regsvr32 /u NppShell_06.dll /s</Command>
        	</UserDefinedCommands>
        	<PluginCommands />
        	<ScintillaKeys />
        </NotepadPlus>
        

        In the Run menu, there are commands for adding and removing this item in the context menu. (If you add, you can edit this entry) And you do not need to go to the registry editor!

        Imgur

        1 Reply Last reply Reply Quote 1
        • andrecool-68A Offline
          andrecool-68
          last edited by

          Edit the entry in the context menu in any language!

          Imgur

          1 Reply Last reply Reply Quote 0
          • andrecool-68A Offline
            andrecool-68
            last edited by

            Here is my registry file for adding an item to the context menu, the paths to the files naturally do not coincide with your paths (but this must be fixed). But note that I have a double slash in my file paths!

            Windows Registry Editor Version 5.00
            
            [HKEY_CLASSES_ROOT\CLSID\{B298D29A-A6ED-11DE-BA8C-A68E55D89593}]
            @="ANotepad++64"
            
            [HKEY_CLASSES_ROOT\CLSID\{B298D29A-A6ED-11DE-BA8C-A68E55D89593}\InprocServer32]
            @="C:\\Users\\Uzeer\\Desktop\\npp.7.6.6\\x64\\NppShell_06.dll"
            "ThreadingModel"="Apartment"
            
            [HKEY_CLASSES_ROOT\CLSID\{B298D29A-A6ED-11DE-BA8C-A68E55D89593}\Settings]
            "Title"="Edit with &Notepad++"
            "Path"="C:\\Users\\Uzeer\\Desktop\\npp.7.6.6\\x64\\notepad++.exe"
            "Custom"=""
            "ShowIcon"=dword:00000001
            "Dynamic"=dword:00000001
            "Maxtext"=dword:00000019
            
            1 Reply Last reply Reply Quote 2

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            • First post
              Last post
            The Community of users of the Notepad++ text editor.
            Powered by NodeBB | Contributors