Navigation

    Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Windows context menu Turkish

    Translation
    2
    4
    10637
    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 Usta
      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-68
        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-68
          andrecool-68 last edited by

          Edit the entry in the context menu in any language!

          Imgur

          1 Reply Last reply Reply Quote 0
          • andrecool-68
            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
            • First post
              Last post
            Copyright © 2014 NodeBB Forums | Contributors