<?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[Updated to v7.7. Run Menu no longer displays &quot;Launch in &quot;.]]></title><description><![CDATA[<p dir="auto">Updated to v7.7. Run Menu no longer displays "Launch in ".  Downloaded v7.7 again and installed.  Still no “Launch in …”</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/17735/updated-to-v7-7-run-menu-no-longer-displays-launch-in</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 07:48:17 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/17735.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 31 May 2019 15:22:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Updated to v7.7. Run Menu no longer displays &quot;Launch in &quot;. on Sun, 02 Jun 2019 08:29:34 GMT]]></title><description><![CDATA[<p dir="auto">If I copy the .txt file with different extensions, the browsers are enabled and start for .cmd , .html , .xml , .c , but disabled for .txt , .zzz, .log , no extension.<br />
I don’t see what is the sense of this.<br />
I think if a file is open and npp can work with it, the view should work.<br />
The same issue exists on my wife’s Windows 8 machine.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/44106</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/44106</guid><dc:creator><![CDATA[László Botka]]></dc:creator><pubDate>Sun, 02 Jun 2019 08:29:34 GMT</pubDate></item><item><title><![CDATA[Reply to Updated to v7.7. Run Menu no longer displays &quot;Launch in &quot;. on Sat, 01 Jun 2019 20:39:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andrecool-68" aria-label="Profile: andrecool-68">@<bdi>andrecool-68</bdi></a><br />
This is not a problem for me. Maybe somebody will tell sometime, why it doesn’t work. In the meantime, I wrote my own Run command for Firefox, because the built-in “Launch in Firefox” runs  not the standard but the Nightly version, like the Windows 10 Run box, probably because it was installed last time. I only use Nightly for testing.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/44095</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/44095</guid><dc:creator><![CDATA[László Botka]]></dc:creator><pubDate>Sat, 01 Jun 2019 20:39:01 GMT</pubDate></item><item><title><![CDATA[Reply to Updated to v7.7. Run Menu no longer displays &quot;Launch in &quot;. on Sat, 01 Jun 2019 20:00:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> I agree that normal text files can also be opened via this menu.<br />
But why then @László Botka can not do this?<br />
Through the start menu, I can open files without restrictions … I personally like it more</p>
]]></description><link>https://community.notepad-plus-plus.org/post/44090</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/44090</guid><dc:creator><![CDATA[andrecool-68]]></dc:creator><pubDate>Sat, 01 Jun 2019 20:00:17 GMT</pubDate></item><item><title><![CDATA[Reply to Updated to v7.7. Run Menu no longer displays &quot;Launch in &quot;. on Sat, 01 Jun 2019 18:28:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andrecool-68" aria-label="Profile: andrecool-68">@<bdi>andrecool-68</bdi></a> said:</p>
<blockquote>
<p dir="auto">Because this option is configured on html files</p>
</blockquote>
<p dir="auto">The files don’t have to be html for these options to be enabled.  “Normal text” files, which the OP’s appears to be, will (or should!) open just fine in (for example) Chrome.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/44085</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/44085</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sat, 01 Jun 2019 18:28:13 GMT</pubDate></item><item><title><![CDATA[Reply to Updated to v7.7. Run Menu no longer displays &quot;Launch in &quot;. on Sat, 01 Jun 2019 16:06:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andrecool-68" aria-label="Profile: andrecool-68">@<bdi>andrecool-68</bdi></a></p>
<p dir="auto">Thanks,  good to know.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/44083</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/44083</guid><dc:creator><![CDATA[László Botka]]></dc:creator><pubDate>Sat, 01 Jun 2019 16:06:50 GMT</pubDate></item><item><title><![CDATA[Reply to Updated to v7.7. Run Menu no longer displays &quot;Launch in &quot;. on Sat, 01 Jun 2019 15:34:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/l%C3%A1szl%C3%B3-botka" aria-label="Profile: László-Botka">@<bdi>László-Botka</bdi></a> Open the file shortcuts.xml and remove the comments of these lines. And then you can open your files in the browser through the menu “Run”</p>
<pre><code>	&lt;UserDefinedCommands&gt;
		&lt;!--
		The following shortcuts are dangerous if your computer is compromised.
		(But if your computer is compromised, EVERYTHING IS DANGEROUS!)
		Remove the comment and use them at your own risk!!!

		&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="65"&gt;safari &amp;quot;$(FULL_CURRENT_PATH)&amp;quot;&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;
		--&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="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 in another instance" Ctrl="no" Alt="yes" Shift="no" Key="117"&gt;$(NPP_FULL_FILE_PATH) $(CURRENT_WORD) -nosession -multiInst&lt;/Command&gt;
	&lt;/UserDefinedCommands&gt;
	&lt;PluginCommands /&gt;
	&lt;ScintillaKeys /&gt;
&lt;/NotepadPlus&gt;
</code></pre>
]]></description><link>https://community.notepad-plus-plus.org/post/44081</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/44081</guid><dc:creator><![CDATA[andrecool-68]]></dc:creator><pubDate>Sat, 01 Jun 2019 15:34:57 GMT</pubDate></item><item><title><![CDATA[Reply to Updated to v7.7. Run Menu no longer displays &quot;Launch in &quot;. on Sat, 01 Jun 2019 15:30:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/l%C3%A1szl%C3%B3-botka" aria-label="Profile: László-Botka">@<bdi>László-Botka</bdi></a> Because this option is configured on html files</p>
]]></description><link>https://community.notepad-plus-plus.org/post/44080</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/44080</guid><dc:creator><![CDATA[andrecool-68]]></dc:creator><pubDate>Sat, 01 Jun 2019 15:30:29 GMT</pubDate></item><item><title><![CDATA[Reply to Updated to v7.7. Run Menu no longer displays &quot;Launch in &quot;. on Sat, 01 Jun 2019 13:46:59 GMT]]></title><description><![CDATA[<p dir="auto">Unfortunately all browser name is disabled in the View - “View Current File in” menu item, the browsers don’t start.<br />
I tried with  more existing, old or freshly saved txt files  on C: , D: hard drive, in the installed and portable version too.<br />
I have three versions of Firefox installed, Chrome is not installed, Edge and IE installed by default.<br />
The Launch in  … and Send via … UserDefinedCommands are in comment.<br />
What could be the reason of this ?</p>
<p dir="auto">Notepad++ v7.7   (32-bit)<br />
Build time : May 19 2019 - 13:08:20<br />
Path : C:\Program Files (x86)\Notepad++\notepad++.exe<br />
Admin mode : OFF<br />
Local Conf mode : OFF<br />
OS : Windows 10 (64-bit)<br />
Plugins : combine.dll ComparePlugin.dll DSpellCheck.dll HexEditor.dll LocationNavigate.dll mimeTools.dll NppBookmarkManager.dll NppCalc.dll NppConverter.dll NppExport.dll NppSaveAsAdmin.dll PluginManager.dll</p>
<p dir="auto">No change if I start with  -noPlugin .</p>
<p dir="auto"><img src="https://i.imgur.com/Zcu58kC.jpg" alt="Imgur" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/44078</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/44078</guid><dc:creator><![CDATA[László Botka]]></dc:creator><pubDate>Sat, 01 Jun 2019 13:46:59 GMT</pubDate></item><item><title><![CDATA[Reply to Updated to v7.7. Run Menu no longer displays &quot;Launch in &quot;. on Fri, 31 May 2019 15:45:18 GMT]]></title><description><![CDATA[<p dir="auto">Thank you.  That did it.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/44056</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/44056</guid><dc:creator><![CDATA[dickm71]]></dc:creator><pubDate>Fri, 31 May 2019 15:45:18 GMT</pubDate></item><item><title><![CDATA[Reply to Updated to v7.7. Run Menu no longer displays &quot;Launch in &quot;. on Fri, 31 May 2019 15:34:56 GMT]]></title><description><![CDATA[<p dir="auto">Note also that the choices in the red box won’t be enabled unless you’ve saved to a real disk file.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/44052</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/44052</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 31 May 2019 15:34:56 GMT</pubDate></item><item><title><![CDATA[Reply to Updated to v7.7. Run Menu no longer displays &quot;Launch in &quot;. on Fri, 31 May 2019 15:30:13 GMT]]></title><description><![CDATA[<p dir="auto">welcome to the notepad++ community, <a class="plugin-mentions-user plugin-mentions-a" href="/user/dickm71" aria-label="Profile: dickm71">@<bdi>dickm71</bdi></a></p>
<p dir="auto">yes, this menu entry was moved to <code>view &gt; view current file in &gt; [browser name]</code> as seen at the screenshot below.</p>
<p dir="auto"><img src="https://i.imgur.com/psnbpg4.png" alt="Imgur" class=" img-fluid img-markdown" /></p>
<p dir="auto">best regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/44050</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/44050</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Fri, 31 May 2019 15:30:13 GMT</pubDate></item></channel></rss>