在旧版本的 Notepad++ 中,运行菜单下有“Internet Explorer”和“Firefox”等选项,单击这些选项会在 Web 浏览器中打开当前脚本/HTML。如何恢复?我尝试了运行->运行->选择 FireFox.exe->另存为,但当我尝试使用它时什么也没发生。
我使用的是 6.3.2 版本
这是Notepad++\shortcuts.xml
- <NotepadPlus>
<InternalCommands />
- <Macros>
- <Macro name="Trim Trailing and save" Ctrl="no" Alt="yes" Shift="yes" Key="83">
<Action type="2" message="0" wParam="42024" lParam="0" sParam="" />
<Action type="2" message="0" wParam="41006" lParam="0" sParam="" />
</Macro>
</Macros>
- <UserDefinedCommands>
<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>
<Command name="Launch in Safari" Ctrl="yes" Alt="yes" Shift="yes" Key="70">safari "$(FULL_CURRENT_PATH)"</Command>
<Command name="Get php help" Ctrl="no" Alt="yes" Shift="no" Key="112">http://www.php.net/%20$(CURRENT_WORD)</Command>
<Command name="Google Search" Ctrl="no" Alt="yes" Shift="no" Key="113">http://www.google.com/search?q=$(CURRENT_WORD)</Command>
<Command name="Wikipedia Search" Ctrl="no" Alt="yes" Shift="no" Key="114">http://en.wikipedia.org/wiki/Special:Search?search=$(CURRENT_WORD)</Command>
<Command name="Open file" Ctrl="no" Alt="yes" Shift="no" Key="116">$(NPP_DIRECTORY)\notepad++.exe $(CURRENT_WORD)</Command>
<Command name="Open in another instance" Ctrl="no" Alt="yes" Shift="no" Key="117">$(NPP_DIRECTORY)\notepad++.exe $(CURRENT_WORD) -nosession -multiInst</Command>
<Command name="Open containing folder" Ctrl="no" Alt="no" Shift="no" Key="0">explorer $(CURRENT_DIRECTORY)</Command>
<Command name="Open current dir cmd" Ctrl="no" Alt="no" Shift="no" Key="0">cmd /K cd /d $(CURRENT_DIRECTORY)</Command>
<Command name="Send via Outlook" Ctrl="yes" Alt="yes" Shift="yes" Key="79">outlook /a "$(FULL_CURRENT_PATH)"</Command>
</UserDefinedCommands>
<PluginCommands />
<ScintillaKeys />
</NotepadPlus>
答案1
将缺少的快捷方式对应的行从\program files\notepad++\shortcuts.xml
(或您在问题中粘贴的内容)复制到%appdata%\Notepad++\shortcuts.xml
答案2
您没有指定哪个版本。我使用的是 6.3.2,它们显示在菜单中Run
。也许它们已从中删除Shortcut mapper
。这是我的屏幕截图:
答案3
好的……我注意到我的电脑里发生了什么,然后把所有东西都恢复了。当我去编辑快捷方式.xml 文件时,我注意到我们正在寻找的选项被警告阻止了。我抓住机会,解除了阻止。现在我把它们找回来了。所以,解除阻止选项。