• Login
Community
  • Login

How to integrate Notepad++ and Microsoft Edge?

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
5 Posts 5 Posters 1.4k Views
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.
  • R
    Ronald Dupas
    last edited by Dec 10, 2022, 11:31 PM

    When selecting View Source from the Microsoft Edge right-click menu I would like Notepad++ to open the page I am viewing. Can this be done? If so, how do I make that happen?

    P L 2 Replies Last reply Dec 11, 2022, 12:14 AM Reply Quote 0
    • P
      PeterJones @Ronald Dupas
      last edited by Dec 11, 2022, 12:14 AM

      @Ronald-Dupas ,

      Unfortunately, as far as I could find when searching the internet for “microsoft edge choose view source editor”, the developers at MS have decided that you should never need to view source in anything but the default Edge View Source tool. There is nothing Notepad++ can do to get around that limitation built into Edge.

      1 Reply Last reply Reply Quote 1
      • L
        Lycan Thrope @Ronald Dupas
        last edited by Lycan Thrope Dec 11, 2022, 8:18 AM Dec 11, 2022, 8:17 AM

        @Ronald-Dupas ,
        No.
        You would have to manually select the entire view source page, right click and copy and then paste that into a new document in Notepad++ and save it with a name to do anything else with it. Just did it. Using Edge even for this, gave me goosebumps, waiting for it to take over my desktop. Running a virus scan now. :)

        T 1 Reply Last reply Sep 8, 2024, 11:58 AM Reply Quote 2
        • T
          Thomas S. @Lycan Thrope
          last edited by Thomas S. Sep 8, 2024, 12:05 PM Sep 8, 2024, 11:58 AM

          Well, an old thread, but I stumbled on the same question.

          And there is a solution, found at “answers microsoft com”

          The solution works also with EDGE, you only have to create this entry in the registry:

          Windows key + R
          Type regedit.exe and press enter
          Navigate to (or create this path):

          HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\View Source Editor

          Create a sub key named “Editor Name”

          Select “Editor Name”, and set its (default) value data to the path of the editor
          Type the full path if you’re using a 3rd party editor like Notepad++

          Exit the Registry Editor

          M 1 Reply Last reply Sep 8, 2024, 4:24 PM Reply Quote 1
          • M
            mkupper @Thomas S.
            last edited by mkupper Sep 8, 2024, 4:38 PM Sep 8, 2024, 4:24 PM

            @Thomas-S said in How to integrate Notepad++ and Microsoft Edge?:

            The solution works also with EDGE, you only have to create this entry in the registry:

            This either does not work on Windows 11, no longer works, or maybe I need to reboot. As the registry path was for IE I also did the same for Edge.

            Attempts to view the source of a web page in Edge still create a new Edge tab with the URL set to something like view-source:https://community.notepad-plus-plus.org/topic/23872/how-to-integrate-notepad-and-microsoft-edge/4

            I added these, first as a test to see of plain old Notepad.exe was launched. I had also tried the full path to Notepad++. No joy.

            Windows Registry Editor Version 5.00
            
            [HKEY_CURRENT_USER\Software\Microsoft\Edge\View Source Editor\Editor Name]
            @="Notepad.exe"
            
            [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\View Source Editor\Editor Name]
            @="Notepad.exe"
            

            Google for site:answers.microsoft.com "View Source Editor" finds most of the answers are for Windows 7. This forum post on answers.microsoft.com is more generic as far as the Windows version goes and is presumably is the source of the information in @Thomas-S’ post.

            1 Reply Last reply Reply Quote 1
            • M mkupper referenced this topic on Sep 8, 2024, 4:24 PM
            • First post
              Last post
            The Community of users of the Notepad++ text editor.
            Powered by NodeBB | Contributors