NotepadPlusPlus File Navigation: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 3:
<li>Select the ''Run >>> Run'' menu items.</li>
<li>In the Run dialogue paste in the following text:</li>
<tt>"$(NPP_DIRECTORY)\notepad++.exe" "$(CURRENT_DIRECTORY)/$(CURRENT_WORD)"</tt><br>
<li>Select Save and name the item '''Open File (Relative)'''. Set an appropriate shortcut key (Alt + Spacebar).</li>
<li>To use the item select the filename of the file you wish to open (including relative references and extension). Select Run Open File (Relative) or use the shortcut key set (ltAlt + Spacebar).<br>
If the file opens when using the dropdown menu but does not open when using the shortcut key, the shortcut chosen may have already been pre-defined for another application. Modify the shortcut key and try again. <br>
 
Line 21:
<UserDefinedCommands>
<Command name="Launch in Firefox" Ctrl="yes" Alt="yes" Shift="yes" Key="88">firefox &quot;$(FULL_CURRENT_PATH)&quot;</Command>
<Command name="Get php help" Ctrl="no" Alt="yes" Shift="no" Key="112">httphttps://www.php.net/%20$(CURRENT_WORD)</Command>
<Command name="Google Search" Ctrl="no" Alt="yes" Shift="no" Key="113">httphttps://www.google.com/search?q=$(CURRENT_WORD)</Command>
<Command name="Wikipedia Search" Ctrl="no" Alt="yes" Shift="no" Key="114">httphttps://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 file (relative)" Ctrl="no" Alt="yes" Shift="no" Key="32">$(NPP_DIRECTORY)\notepad++.exe $(CURRENT_DIRECTORY)/$(CURRENT_WORD)</Command>