• Login
Community
  • Login

execute firefox

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
9 Posts 4 Posters 2.6k 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.
  • A
    Alain Pierre Sardou
    last edited by Jun 16, 2019, 7:16 AM

    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

    A 1 Reply Last reply Jun 16, 2019, 11:03 AM Reply Quote 0
    • A
      andrecool-68 @Alain Pierre Sardou
      last edited by Jun 16, 2019, 11:03 AM

      @Alain-Pierre-Sardou
      Imgur

      E 1 Reply Last reply Jun 16, 2019, 11:05 AM Reply Quote 2
      • E
        Ekopalypse @andrecool-68
        last edited by Jun 16, 2019, 11:05 AM

        @andrecool-68

        Andre, do you know how it can be activated?

        A 2 Replies Last reply Jun 16, 2019, 11:08 AM Reply Quote 1
        • A
          andrecool-68 @Ekopalypse
          last edited by Jun 16, 2019, 11:08 AM

          @Ekopalypse It is necessary that the file was html

          E 1 Reply Last reply Jun 16, 2019, 11:13 AM Reply Quote 2
          • A
            andrecool-68 @Ekopalypse
            last edited by Jun 16, 2019, 11:12 AM

            @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>
            
            K 1 Reply Last reply Aug 8, 2019, 12:24 PM Reply Quote 2
            • E
              Ekopalypse @andrecool-68
              last edited by Ekopalypse Jun 16, 2019, 11:13 AM Jun 16, 2019, 11:13 AM

              Thank you, that did it

              1 Reply Last reply Reply Quote 0
              • K
                Kailin Rainy @andrecool-68
                last edited by Aug 8, 2019, 12:24 PM

                @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?

                E 1 Reply Last reply Aug 8, 2019, 12:30 PM Reply Quote 0
                • E
                  Ekopalypse @Kailin Rainy
                  last edited by Aug 8, 2019, 12:30 PM

                  @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.

                  K 1 Reply Last reply Aug 8, 2019, 1:35 PM Reply Quote 1
                  • K
                    Kailin Rainy @Ekopalypse
                    last edited by Aug 8, 2019, 1:35 PM

                    @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
                    The Community of users of the Notepad++ text editor.
                    Powered by NodeBB | Contributors