execute firefox
-
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 -
-
Andre, do you know how it can be activated?
-
@Ekopalypse It is necessary that the file was html
-
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">"Explorer" "$(NPP_DIRECTORY)\autoCompletion\"</Command> <Command name="Open UDL Folder..." Ctrl="no" Alt="no" Shift="no" Key="0">"Explorer" "$(NPP_DIRECTORY)\userDefineLangs\"</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 "$(FULL_CURRENT_PATH)"</Command> <Command name="Launch in In Explorer" Ctrl="no" Alt="no" Shift="no" Key="0">iexplore "$(FULL_CURRENT_PATH)"</Command> <Command name="Launch in Chromium" Ctrl="no" Alt="no" Shift="no" Key="0">chrome "$(FULL_CURRENT_PATH)"</Command> <Command name="Restart Notepad++" Ctrl="no" Alt="no" Shift="no" Key="0">cmd /c taskkill /f /im notepad++.exe && 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>
-
Thank you, that did it
-
@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?
-
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. -
@Ekopalypse
Thank you for answering, I found a better way. But really thank you!!