<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to add Opera to Notepad++]]></title><description><![CDATA[<p dir="auto">I have been trying to add Opera to Notepad++ by using the the run command, then entering the path to Opera, but when I try to save the settings Notepad won’t save. Does anybody have a solution for this. I’ve searched the internet to no avail. Desperate.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/11657/how-to-add-opera-to-notepad</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 07:35:09 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/11657.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 20 Apr 2016 19:20:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to add Opera to Notepad++ on Thu, 30 Jun 2016 22:56:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/larsen-e-whipsnade" aria-label="Profile: Larsen-E-Whipsnade">@<bdi>Larsen-E-Whipsnade</bdi></a></p>
<p dir="auto">what means</p>
<blockquote>
<p dir="auto">FireFox is a full v47.0 version</p>
</blockquote>
<p dir="auto">??</p>
<p dir="auto">Firefox has been installed? Not just copied over?<br />
What happens if you press windows+R key combination<br />
and type firefox into the run field?</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/16640</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/16640</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Thu, 30 Jun 2016 22:56:00 GMT</pubDate></item><item><title><![CDATA[Reply to How to add Opera to Notepad++ on Mon, 27 Jun 2016 08:04:33 GMT]]></title><description><![CDATA[<p dir="auto">FireFox is a full v47.0 version. npp runs Chrome &amp; IE, no problem.  It doesn’t run FireFox.  Here’s the Debug Info:<br />
Notepad++ v6.9.2<br />
Build time : May 18 2016 - 00:34:05<br />
Path : C:\Program Files (x86)\Notepad++\notepad++.exe<br />
Admin mode : ON<br />
Local Conf mode : OFF<br />
OS : Windows 10<br />
Plugins : ComparePlugin.dll docMonitor.dll ImgTag.dll mimeTools.dll NppConverter.dll NppExec.dll NppExport.dll NppFTP.dll NppNetNote.dll NppTextFX.dll PluginManager.dll SpellChecker.dll</p>
<p dir="auto">It doesn’t look like I can edit the Debug Info, so I’m guessing that shortcuts.xml choice is made somewhere else.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/16578</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/16578</guid><dc:creator><![CDATA[Larsen E Whipsnade]]></dc:creator><pubDate>Mon, 27 Jun 2016 08:04:33 GMT</pubDate></item><item><title><![CDATA[Reply to How to add Opera to Notepad++ on Sun, 26 Jun 2016 23:14:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/larsen-e-whipsnade" aria-label="Profile: Larsen-E-Whipsnade">@<bdi>Larsen-E-Whipsnade</bdi></a></p>
<p dir="auto">there is no need to delete a file. Depending your installation one of those files get loaded.<br />
If you click on Debug Info (in ? menu) you will see a line called Local Conf mode.<br />
When it is set to ON the shortcuts.xml within the installation directory of npp is used<br />
when set to OFF the one in %APPDATA%\notepad++ is used.</p>
<p dir="auto">Did you install firefox or do you use a portable version. If latter, then you<br />
have to modify the shortcuts.xml like I did in the webserver simulation section.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/16577</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/16577</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Sun, 26 Jun 2016 23:14:41 GMT</pubDate></item><item><title><![CDATA[Reply to How to add Opera to Notepad++ on Sun, 26 Jun 2016 22:58:40 GMT]]></title><description><![CDATA[<p dir="auto">I have 3 copies of shortcuts.xml created on different dates. They all appear to be the same just as you have shown:<br />
“\Documents and Settings\USER\AppData\Roaming\Notepad++\shortcuts.xml”<br />
“\Program Files (x86)\Notepad++\shortcuts.xml”<br />
“\Users\USER\AppData\Roaming\Notepad++\shortcuts.xml”</p>
<p dir="auto">Should I delete one or two of them, or??</p>
]]></description><link>https://community.notepad-plus-plus.org/post/16576</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/16576</guid><dc:creator><![CDATA[Larsen E Whipsnade]]></dc:creator><pubDate>Sun, 26 Jun 2016 22:58:40 GMT</pubDate></item><item><title><![CDATA[Reply to How to add Opera to Notepad++ on Sun, 26 Jun 2016 22:33:37 GMT]]></title><description><![CDATA[<p dir="auto">Hello Schweidel Tyson and  Larsen E Whipsnade</p>
<p dir="auto">the file in question is the shortcuts.xml which can be found in the npp install directory or<br />
in %APPDATA%\notepad++ directory. (depends on your installation)</p>
<p dir="auto">Check my webserver simulation entry, this should give you an idea how to add opera.</p>
<pre><code>&lt;UserDefinedCommands&gt;
    &lt;Command name="Launch in Firefox" Ctrl="yes" Alt="yes" Shift="yes" Key="88"&gt;firefox &amp;quot;$(FULL_CURRENT_PATH)&amp;quot;&lt;/Command&gt;
    &lt;Command name="Launch in IE" Ctrl="yes" Alt="yes" Shift="yes" Key="73"&gt;iexplore &amp;quot;$(FULL_CURRENT_PATH)&amp;quot;&lt;/Command&gt;
    &lt;Command name="Launch in Chrome" Ctrl="yes" Alt="yes" Shift="yes" Key="82"&gt;chrome &amp;quot;$(FULL_CURRENT_PATH)&amp;quot;&lt;/Command&gt;
    &lt;Command name="Launch in Safari" Ctrl="yes" Alt="yes" Shift="yes" Key="70"&gt;safari &amp;quot;$(FULL_CURRENT_PATH)&amp;quot;&lt;/Command&gt;
    &lt;Command name="Get php help" Ctrl="no" Alt="yes" Shift="no" Key="112"&gt;http://www.php.net/$(CURRENT_WORD)&lt;/Command&gt;
    &lt;Command name="Google Search" Ctrl="no" Alt="yes" Shift="no" Key="113"&gt;https://www.google.com/search?q=$(CURRENT_WORD)&lt;/Command&gt;
    &lt;Command name="Wikipedia Search" Ctrl="no" Alt="yes" Shift="no" Key="114"&gt;https://en.wikipedia.org/wiki/Special:Search?search=$(CURRENT_WORD)&lt;/Command&gt;
    &lt;Command name="Open file" Ctrl="no" Alt="yes" Shift="no" Key="116"&gt;$(NPP_DIRECTORY)\notepad++.exe $(CURRENT_WORD)&lt;/Command&gt;
    &lt;Command name="Open in another instance" Ctrl="no" Alt="yes" Shift="no" Key="117"&gt;$(NPP_DIRECTORY)\notepad++.exe $(CURRENT_WORD) -nosession -multiInst&lt;/Command&gt;
    &lt;Command name="Send via Outlook" Ctrl="yes" Alt="yes" Shift="yes" Key="79"&gt;outlook /a &amp;quot;$(FULL_CURRENT_PATH)&amp;quot;&lt;/Command&gt;
    &lt;Command name="webserver simulation" Ctrl="no" Alt="no" Shift="no" Key="0"&gt;D:\PortableApps\PortableApps\FirefoxPortable\FirefoxPortable.exe http://localhost/$(FILE_NAME)&lt;/Command&gt;
&lt;/UserDefinedCommands&gt;
</code></pre>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/16571</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/16571</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Sun, 26 Jun 2016 22:33:37 GMT</pubDate></item><item><title><![CDATA[Reply to How to add Opera to Notepad++ on Sun, 26 Jun 2016 20:51:08 GMT]]></title><description><![CDATA[<p dir="auto">I’ve got the same problem with FireFox; np++ will “Run&gt;IE”, but won’t “Run&gt;Firefox”</p>
]]></description><link>https://community.notepad-plus-plus.org/post/16568</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/16568</guid><dc:creator><![CDATA[Larsen E Whipsnade]]></dc:creator><pubDate>Sun, 26 Jun 2016 20:51:08 GMT</pubDate></item></channel></rss>