Community

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

    execute firefox

    Help wanted · · · – – – · · ·
    4
    9
    1097
    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.
    • Alain Pierre Sardou
      Alain Pierre Sardou last edited by

      hello all i m just discovering the last version of notepad++ and here is my problem i can t execute firefox with my html page on.
      No subsidiary or context menu to select the right way .someone can tell me if there is a special path to check it thanks :) (from france)sorry for my bad english if it is the case

      andrecool-68 1 Reply Last reply Reply Quote 0
      • andrecool-68
        andrecool-68 @Alain Pierre Sardou last edited by

        @Alain-Pierre-Sardou
        Imgur

        Ekopalypse 1 Reply Last reply Reply Quote 2
        • Ekopalypse
          Ekopalypse @andrecool-68 last edited by

          @andrecool-68

          Andre, do you know how it can be activated?

          andrecool-68 2 Replies Last reply Reply Quote 1
          • andrecool-68
            andrecool-68 @Ekopalypse last edited by

            @Ekopalypse It is necessary that the file was html

            Ekopalypse 1 Reply Last reply Reply Quote 2
            • andrecool-68
              andrecool-68 @Ekopalypse last edited by

              @Ekopalypse

              If you edit the shortcuts.xml file, you can run any files in the browser through the “Run” menu (with any extension)

              	<UserDefinedCommands>
              		<Command name="Open Language Folder..." Ctrl="no" Alt="no" Shift="no" Key="0">&quot;Explorer&quot; &quot;$(NPP_DIRECTORY)\autoCompletion\&quot;</Command>
              		<Command name="Open UDL Folder..." Ctrl="no" Alt="no" Shift="no" Key="0">&quot;Explorer&quot; &quot;$(NPP_DIRECTORY)\userDefineLangs\&quot;</Command>
              		<Command name="Search htmlbook.ru" Ctrl="no" Alt="no" Shift="no" Key="0">http://htmlbook.ru/sites/search/?q=$(CURRENT_WORD)</Command>
              		<Command name="Google Translate" Ctrl="no" Alt="no" Shift="no" Key="0">https://translate.google.com/?q=$(CURRENT_WORD)</Command>
              		<Command name="Launch in Firefox" Ctrl="no" Alt="no" Shift="no" Key="0">firefox &quot;$(FULL_CURRENT_PATH)&quot;</Command>
              		<Command name="Launch in In Explorer" Ctrl="no" Alt="no" Shift="no" Key="0">iexplore &quot;$(FULL_CURRENT_PATH)&quot;</Command>
              		<Command name="Launch in Chromium" Ctrl="no" Alt="no" Shift="no" Key="0">chrome &quot;$(FULL_CURRENT_PATH)&quot;</Command>
              		<Command name="Restart Notepad++" Ctrl="no" Alt="no" Shift="no" Key="0">cmd /c taskkill /f /im notepad++.exe &amp;&amp; start notepad++.exe</Command>
              		<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>
              
              Kailin Rainy 1 Reply Last reply Reply Quote 2
              • Ekopalypse
                Ekopalypse @andrecool-68 last edited by Ekopalypse

                Thank you, that did it

                1 Reply Last reply Reply Quote 0
                • Kailin Rainy
                  Kailin Rainy @andrecool-68 last edited by

                  @andrecool-68
                  (I hope you don’t mind I’m replying/asking here. I’m still new in this community)

                  I can’t edit the file, is it a problem on my side or is there any other solution to edit it?

                  Ekopalypse 1 Reply Last reply Reply Quote 0
                  • Ekopalypse
                    Ekopalypse @Kailin Rainy last edited by

                    @Kailin-Rainy

                    I can’t edit the file,

                    doesn’t help you need to provide the info why you can’t edit the file.
                    You might even consider reporting the steps you did to see whether there was something wrong you did.
                    Btw. which npp version do you use? Please post your debug-info which is available
                    in the last menu item, the ? menu.

                    Kailin Rainy 1 Reply Last reply Reply Quote 1
                    • Kailin Rainy
                      Kailin Rainy @Ekopalypse last edited by

                      @Ekopalypse
                      Thank you for answering, I found a better way. But really thank you!!

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post
                      Copyright © 2014 NodeBB Forums | Contributors