• Login
Community
  • Login

my run mean does not contain any launch in browser options

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
6 Posts 4 Posters 6.1k 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.
  • P
    PONNA RAVITEJ
    last edited by Feb 10, 2019, 3:20 PM

    my run mean does not contain any launch in browser options

    E 1 Reply Last reply Feb 10, 2019, 3:23 PM Reply Quote 0
    • E
      Eko palypse @PONNA RAVITEJ
      last edited by Feb 10, 2019, 3:23 PM

      @PONNA-RAVITEJ

      in the latest version those entries are commented.
      Open shortcuts.xml and uncomment it - restart npp - done.

      1 Reply Last reply Reply Quote 2
      • N
        Nay11111
        last edited by Feb 10, 2019, 9:14 PM

        I deleted the comment, but nothing has changed. Unable to open file in browser through “run”.

        M 1 Reply Last reply Feb 10, 2019, 9:41 PM Reply Quote 0
        • M
          Meta Chuh moderator @Nay11111
          last edited by Meta Chuh Feb 10, 2019, 10:05 PM Feb 10, 2019, 9:41 PM

          @Nay11111

          you might have edited the wrong shortcuts.xml file.

          on installed versions of notepad++ (not portable versions) the correct location of your shortcuts.xml is: %AppData%\Notepad++\shortcuts.xml
          (this alias will lead you to C:\Users\YourUserName\AppData\Roaming\Notepad++\shortcuts.xml)

          • choose file > open at the notepad++ menu.

          • paste %AppData%\Notepad++\shortcuts.xml into the file name input field and hit open to open your shortcuts xml.

          • paste/insert one or more of the following lines in the black area, anywhere into your <UserDefinedCommands> area:

          <Command name="Launch in Firefox" Ctrl="yes" Alt="yes" Shift="yes" Key="88">firefox "$(FULL_CURRENT_PATH)"</Command>
          <Command name="Launch in IE" Ctrl="yes" Alt="yes" Shift="yes" Key="73">iexplore "$(FULL_CURRENT_PATH)"</Command>
          <Command name="Launch in Chrome" Ctrl="yes" Alt="yes" Shift="yes" Key="82">chrome "$(FULL_CURRENT_PATH)"</Command>
          
          • save shortcuts.xml and restart notepad++

          now your run menu and your shortcuts.xml should look similar or equal to this screenshot:

          Imgur

          please report back if it works for you.

          N 1 Reply Last reply Feb 10, 2019, 11:48 PM Reply Quote 3
          • N
            Nay11111 @Meta Chuh
            last edited by Feb 10, 2019, 11:48 PM

            @Meta-Chuh
            It worked, thanks.

            M 1 Reply Last reply Feb 10, 2019, 11:55 PM Reply Quote 2
            • M
              Meta Chuh moderator @Nay11111
              last edited by Meta Chuh Feb 11, 2019, 1:58 AM Feb 10, 2019, 11:55 PM

              @Nay11111

              i’m glad to hear it’s working, you are welcome.

              1 Reply Last reply Reply Quote 0
              5 out of 6
              • First post
                5/6
                Last post
              The Community of users of the Notepad++ text editor.
              Powered by NodeBB | Contributors