<?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[Google feature? But there is nothing.]]></title><description><![CDATA[<p dir="auto">Hi Guys, I read the new patchnotes and it says " Add “Google Search” command in the context menu.", but I have no Google there.</p>
<p dir="auto"><a href="http://i.epvpimg.com/mELJd.jpg" rel="nofollow ugc">http://i.epvpimg.com/mELJd.jpg</a> &lt;- Ger<br />
<a href="http://i.epvpimg.com/E64vh.jpg" rel="nofollow ugc">http://i.epvpimg.com/E64vh.jpg</a> &lt;- Eng.</p>
<p dir="auto">So help me to find it :)</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/158/google-feature-but-there-is-nothing</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 03:08:40 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/158.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 16 Jul 2015 09:55:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Google feature? But there is nothing. on Sat, 13 Aug 2016 02:21:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-frank" aria-label="Profile: Claudia-Frank">@<bdi>Claudia-Frank</bdi></a>  Thank you, I Hadn’t. I had one for older build backup of shortcuts.xml and some problems because of that. Now it works! Appreciated!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17238</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17238</guid><dc:creator><![CDATA[Almir Canella]]></dc:creator><pubDate>Sat, 13 Aug 2016 02:21:33 GMT</pubDate></item><item><title><![CDATA[Reply to Google feature? But there is nothing. on Fri, 12 Aug 2016 00:00:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/almir-canella" aria-label="Profile: Almir-Canella">@<bdi>Almir-Canella</bdi></a></p>
<p dir="auto">Do you have the Google Search in your run menu?<br />
It must be exactly spelled as in run menu (shortcuts.xml)<br />
If so, do you use local or APPDATA configuration? (menu ?-&gt;debug info)</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17216</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17216</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Fri, 12 Aug 2016 00:00:00 GMT</pubDate></item><item><title><![CDATA[Reply to Google feature? But there is nothing. on Thu, 11 Aug 2016 06:27:05 GMT]]></title><description><![CDATA[<p dir="auto">Sorry for revive, but It didnt worked for me. I’ve been using <a href="http://superuser.com/questions/402290/google-search-plug-in-for-notepad" rel="nofollow ugc">http://superuser.com/questions/402290/google-search-plug-in-for-notepad</a>, but context menu should be quickier for me, and it NOT APPEARS in context menu. Thank you since now.</p>
<p dir="auto">I’M USING NOTEPAD 6.9.2</p>
<p dir="auto">This is my ContextMenu.xml:</p>
<p dir="auto">&lt;NotepadPlus&gt;<br />
&lt;ScintillaContextMenu&gt;<br />
&lt;!–<br />
Use MenuEntryName and MenuItemName to localize your commands to add.<br />
The values should be in English but not in translated language.<br />
(You can set Notepad++ language back to English from Preferences dialog via menu “Settings-&gt;Preferences…”)<br />
–&gt;<br />
&lt;Item MenuEntryName=“Edit” MenuItemName=“Cut” /&gt;<br />
&lt;Item MenuEntryName=“Edit” MenuItemName=“Copy” /&gt;<br />
&lt;Item MenuEntryName=“Edit” MenuItemName=“Paste” /&gt;<br />
&lt;Item MenuEntryName=“Edit” MenuItemName=“Delete” /&gt;<br />
&lt;Item MenuEntryName=“Edit” MenuItemName=“Select all” /&gt;<br />
&lt;Item MenuEntryName=“Edit” MenuItemName=“Begin/End Select” /&gt;<br />
&lt;!-- id=“0” is the separator --&gt;<br />
&lt;Item id=“0” /&gt;<br />
&lt;!-- You can use command id to add the commands you want.<br />
Check english.xml to get commands id:<br />
<a href="http://notepad-plus.svn.sourceforge.net/viewvc/notepad-plus/trunk/PowerEditor/installer/nativeLang/english.xml" rel="nofollow ugc">http://notepad-plus.svn.sourceforge.net/viewvc/notepad-plus/trunk/PowerEditor/installer/nativeLang/english.xml</a></p>
<pre><code>	Use FolderName (optional) to create sub-menu. FolderName can be used in any type of item.
	FolderName value can be in any language.
	--&gt;
    &lt;Item FolderName="Style token" id="43022" /&gt;
    &lt;Item FolderName="Style token" id="43024" /&gt;
    &lt;Item FolderName="Style token" id="43026" /&gt;
    &lt;Item FolderName="Style token" id="43028" /&gt;
    &lt;Item FolderName="Style token" id="43030" /&gt;
    &lt;Item FolderName="Remove style" id="43023" /&gt;
    &lt;Item FolderName="Remove style" id="43025" /&gt;
    &lt;Item FolderName="Remove style" id="43027" /&gt;
    &lt;Item FolderName="Remove style" id="43029" /&gt;
    &lt;Item FolderName="Remove style" id="43031" /&gt;
    &lt;Item FolderName="Remove style" id="43032" /&gt;
    &lt;Item id="0" /&gt;
    &lt;!--
	To add plugin commands, you have to use PluginEntryName and PluginCommandItemName to localize the plugin commands
	--&gt;
    &lt;Item FolderName="Plugin commands" PluginEntryName="MIME Tools" PluginCommandItemName="Base64 Encode" /&gt;
    &lt;Item FolderName="Plugin commands" PluginEntryName="MIME Tools" PluginCommandItemName="Base64 Decode" /&gt;
    &lt;!--
	Use ItemNameAs (optional) to rename the menu item name in the context menu 
	ItemNameAs can be used in any type of item. ItemNameAs value can be in any language.
	--&gt;
    &lt;Item FolderName="Plugin commands" PluginEntryName="NppExport" PluginCommandItemName="Copy all formats to clipboard" ItemNameAs="Copy Text with Syntax Highlighting" /&gt;
    &lt;Item id="0" /&gt;
	&lt;Item MenuEntryName="Run" MenuItemName="Google Search" /&gt; 
    &lt;Item id="0" /&gt; 
    &lt;Item MenuEntryName="Edit" MenuItemName="UPPERCASE" /&gt;
    &lt;Item MenuEntryName="Edit" MenuItemName="lowercase" /&gt;
    &lt;Item id="0" /&gt;
    &lt;Item MenuEntryName="Edit" MenuItemName="Toggle Single Line Comment" /&gt;
    &lt;Item MenuEntryName="Edit" MenuItemName="Block Comment" /&gt;
    &lt;Item MenuEntryName="Edit" MenuItemName="Block Uncomment" /&gt;
    &lt;Item id="0" /&gt;
    &lt;Item MenuEntryName="View" MenuItemName="Hide lines" /&gt;
&lt;/ScintillaContextMenu&gt;
</code></pre>
<p dir="auto">&lt;/NotepadPlus&gt;</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17191</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17191</guid><dc:creator><![CDATA[Almir Canella]]></dc:creator><pubDate>Thu, 11 Aug 2016 06:27:05 GMT</pubDate></item><item><title><![CDATA[Reply to Google feature? But there is nothing. on Mon, 20 Jul 2015 10:25:25 GMT]]></title><description><![CDATA[<p dir="auto">Thanks, it works :)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/543</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/543</guid><dc:creator><![CDATA[Dracken Darck]]></dc:creator><pubDate>Mon, 20 Jul 2015 10:25:25 GMT</pubDate></item><item><title><![CDATA[Reply to Google feature? But there is nothing. on Sun, 19 Jul 2015 01:54:44 GMT]]></title><description><![CDATA[<p dir="auto">Hello <strong>Dracken Darck</strong>,</p>
<p dir="auto">To update your <strong>contextMenu.xml</strong> file, follow the few steps, below :</p>
<ul>
<li>
<p dir="auto">Select the menu options <strong>Settings - Edit Popup ContextMenu</strong></p>
</li>
<li>
<p dir="auto">In the <strong>contextMenu.xml</strong> file, insert the <strong>two</strong> lines, below :</p>
<pre><code>  &lt;Item MenuEntryName="Run" MenuItemName="Google Search" /&gt; 
  &lt;Item id="0" /&gt; 
</code></pre>
</li>
</ul>
<p dir="auto">ABOVE the line :</p>
<pre><code>    &lt;Item MenuEntryName="Edit" MenuItemName="UPPERCASE" /&gt; 
</code></pre>
<ul>
<li>
<p dir="auto">Save the <strong>contextMenu.xml</strong> modifications</p>
</li>
<li>
<p dir="auto">Close the <strong>contextMenu.xml</strong> file and restart N++</p>
</li>
</ul>
<p dir="auto">From now on, if your <strong>right</strong>-click on any <strong>selection</strong> ( <strong>Norma</strong>l or <strong>Rectangular</strong> ) and choose the <strong>Google Search</strong> option, in the <strong>Context</strong> Menu, a <strong>new</strong> tab will open, in your browser, with the <strong>results</strong> of the search of the <strong>selected</strong> text</p>
<p dir="auto">Best Regards</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/513</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/513</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sun, 19 Jul 2015 01:54:44 GMT</pubDate></item><item><title><![CDATA[Reply to Google feature? But there is nothing. on Sat, 18 Jul 2015 23:40:05 GMT]]></title><description><![CDATA[<p dir="auto">That file is included in npp.6.7.9.2.bin.7z<br />
If you used the installer, I don’t know why it wasn’t updated because I don’t use the installer.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/511</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/511</guid><dc:creator><![CDATA[Ricardo]]></dc:creator><pubDate>Sat, 18 Jul 2015 23:40:05 GMT</pubDate></item><item><title><![CDATA[Reply to Google feature? But there is nothing. on Sat, 18 Jul 2015 20:11:19 GMT]]></title><description><![CDATA[<p dir="auto">And how do I that? I update every time my program if an update is available .</p>
]]></description><link>https://community.notepad-plus-plus.org/post/510</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/510</guid><dc:creator><![CDATA[Dracken Darck]]></dc:creator><pubDate>Sat, 18 Jul 2015 20:11:19 GMT</pubDate></item><item><title><![CDATA[Reply to Google feature? But there is nothing. on Sat, 18 Jul 2015 04:16:25 GMT]]></title><description><![CDATA[<p dir="auto">You need to update your <code>contextMenu.xml</code><br />
The google item is just a shortcut to the item in Run menu (<code>shortcuts.xml</code>)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/495</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/495</guid><dc:creator><![CDATA[Ricardo]]></dc:creator><pubDate>Sat, 18 Jul 2015 04:16:25 GMT</pubDate></item><item><title><![CDATA[Reply to Google feature? But there is nothing. on Fri, 17 Jul 2015 21:50:12 GMT]]></title><description><![CDATA[<p dir="auto">Okay, I dont know why but why in “run”? They wrote its in the context menu, so for me that is the right click.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/490</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/490</guid><dc:creator><![CDATA[Dracken Darck]]></dc:creator><pubDate>Fri, 17 Jul 2015 21:50:12 GMT</pubDate></item><item><title><![CDATA[Reply to Google feature? But there is nothing. on Fri, 17 Jul 2015 15:47:11 GMT]]></title><description><![CDATA[<p dir="auto">I saw 9 posts since my post yesterday afternoon, and it’s the next day, in the a.m., so yeah, this forum is read.  45 people read my post in less than 24 hours.</p>
<p dir="auto">I just went through the menus in Notepad++ and found Google Search in the Run menu.  All I had to do is look.</p>
<p dir="auto">**rant: **Mentioning menus tempts me to rant about current UI trends where the menus are being removed from software.  Doing this is utterly stupid.  Menus have been around since the pre-Windows days and were a part of the original Windows architecture.  Microsoft in particular has been turning them off by default in their apps, and software developers tend to follow what Microsoft does.  This is a mistake.</p>
<p dir="auto">To learn what Notepad++ can do I spent some time experimenting with various menu options.  <strong>Menus are self-documenting</strong> and if Microsoft’s own standards are followed (File, Edit, View, Help, etc.) application control is organized by task making it easier to drill down to the desired action.</p>
<p dir="auto">Kudos to the developer(s) of Notepad++ for not removing the flippin’ menus :)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/482</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/482</guid><dc:creator><![CDATA[Mike Welch]]></dc:creator><pubDate>Fri, 17 Jul 2015 15:47:11 GMT</pubDate></item><item><title><![CDATA[Reply to Google feature? But there is nothing. on Fri, 17 Jul 2015 13:11:47 GMT]]></title><description><![CDATA[<p dir="auto">Okay… no one read this forum T_T</p>
]]></description><link>https://community.notepad-plus-plus.org/post/479</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/479</guid><dc:creator><![CDATA[Dracken Darck]]></dc:creator><pubDate>Fri, 17 Jul 2015 13:11:47 GMT</pubDate></item></channel></rss>