Remove obsolete stuffs
This commit is contained in:
@@ -1,20 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<NotepadPlus>
|
||||
<InternalCommands />
|
||||
|
||||
<!--
|
||||
You can organize you Macro menu & Run menu by adding the attribute 'FolderName="My sub-menu name"' to any Macro or Command node.
|
||||
This will place the corresponding node within a "My sub-menu name" sub-menu in the appropriate menu. Please consider the following examples:
|
||||
-->
|
||||
<Macros>
|
||||
<!--
|
||||
<Macro name="aa" Ctrl="no" Alt="no" Shift="no" Key="0">
|
||||
<Action type="1" message="2170" wParam="0" lParam="0" sParam="A" />
|
||||
<Action type="1" message="2170" wParam="0" lParam="0" sParam="A" />
|
||||
</Macro>
|
||||
<Macro name="az" Ctrl="no" Alt="no" Shift="no" Key="0" FolderName="words">
|
||||
<Action type="1" message="2170" wParam="0" lParam="0" sParam="a" />
|
||||
<Action type="1" message="2170" wParam="0" lParam="0" sParam="z" />
|
||||
</Macro>
|
||||
<Macro name="qw" Ctrl="no" Alt="no" Shift="no" Key="0" FolderName="words">
|
||||
<Action type="1" message="2170" wParam="0" lParam="0" sParam="q" />
|
||||
<Action type="1" message="2170" wParam="0" lParam="0" sParam="w" />
|
||||
</Macro>
|
||||
<Macro name="BB" Ctrl="no" Alt="no" Shift="no" Key="0">
|
||||
<Action type="1" message="2170" wParam="0" lParam="0" sParam="B" />
|
||||
<Action type="1" message="2170" wParam="0" lParam="0" sParam="B" />
|
||||
</Macro>
|
||||
<Macro name="Trim Trailing Space and Save" Ctrl="no" Alt="yes" Shift="yes" Key="83" FolderName="func">
|
||||
<Action type="2" message="0" wParam="42024" lParam="0" sParam="" />
|
||||
<Action type="2" message="0" wParam="41006" lParam="0" sParam="" />
|
||||
</Macro>
|
||||
-->
|
||||
<Macro name="Trim Trailing Space 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="65">safari "$(FULL_CURRENT_PATH)"</Command>
|
||||
<Command name="Get php help" Ctrl="no" Alt="yes" Shift="no" Key="112">http://www.php.net/$(CURRENT_WORD)</Command>
|
||||
<!--
|
||||
<Command name="Get PHP help" Ctrl="no" Alt="yes" Shift="no" Key="112" FolderName="Help on Internet">https://www.php.net/$(CURRENT_WORD)</Command>
|
||||
<Command name="Wikipedia Search" Ctrl="no" Alt="yes" Shift="no" Key="114" FolderName="Help on Internet">https://en.wikipedia.org/wiki/Special:Search?search=$(CURRENT_WORD)</Command>
|
||||
<Command name="Open selected file path in new instance" Ctrl="no" Alt="yes" Shift="no" Key="117">$(NPP_FULL_FILE_PATH) $(CURRENT_WORD) -nosession -multiInst</Command>
|
||||
-->
|
||||
<Command name="Get PHP help" Ctrl="no" Alt="yes" Shift="no" Key="112">https://www.php.net/$(CURRENT_WORD)</Command>
|
||||
<Command name="Wikipedia Search" Ctrl="no" Alt="yes" Shift="no" Key="114">https://en.wikipedia.org/wiki/Special:Search?search=$(CURRENT_WORD)</Command>
|
||||
<Command name="Open file in another instance" Ctrl="no" Alt="yes" Shift="no" Key="117">$(NPP_FULL_FILE_PATH) $(CURRENT_WORD) -nosession -multiInst</Command>
|
||||
<Command name="Send via Outlook" Ctrl="yes" Alt="yes" Shift="yes" Key="79">outlook /a "$(FULL_CURRENT_PATH)"</Command>
|
||||
<Command name="Open selected file path in new instance" Ctrl="no" Alt="yes" Shift="no" Key="117">$(NPP_FULL_FILE_PATH) $(CURRENT_WORD) -nosession -multiInst</Command>
|
||||
</UserDefinedCommands>
|
||||
<PluginCommands />
|
||||
<ScintillaKeys />
|
||||
|
||||
Reference in New Issue
Block a user