View Single Post
Toni1
Member
Join Date: Sep 2016
Location: Kosova
Old 09-03-2016 , 11:30   Re: Notepad++ AlliedModders Edition (unsupported for now)
Reply With Quote #334

Bro Iam sryy but i dont understan what i need to add in these

Example me more pelase :

i try so but does worked

PHP Code:
<NotepadPlus>
    <
InternalCommands>
        <
Shortcut id="43009" Ctrl="yes" Alt="no" Shift="yes" Key="66" />
    </
InternalCommands>
    <
Macros>
        <
Macro name="Trim Trailing 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="Build AMXX Plugin" Ctrl="yes" Alt="no" Shift="no" Key="66">cmd /&quot;D:\Games\cstrike\addons\amxmodx\scripting\amxxpc.exe &quot;-oD:\Games\cstrike\addons\amxmodx\plugins\$(NAME_PART)&quot; &quot;$(FULL_CURRENT_PATH)&quot;&quot;</Command>
        <
Command name="Build AMXX Plugin to new.amxx" Ctrl="no" Alt="yes" Shift="no" Key="66">cmd /&quot;D:\Games\cstrike\addons\amxmodx\scripting\amxxpc.exe &quot;-oD:\Games\cstrike\addons\amxmodx\plugins\new.amxx&quot; &quot;$(FULL_CURRENT_PATH)&quot;&quot;</Command>
        <
Command name="Open file" Ctrl="no" Alt="yes" Shift="no" Key="116">$(NPP_DIRECTORY)\notepad++.exe $(CURRENT_WORD)</Command>
        <
Command name="Open in another instance" Ctrl="no" Alt="yes" Shift="no" Key="117">$(NPP_DIRECTORY)\notepad++.exe $(CURRENT_WORD) -nosession -multiInst</Command>
    </
UserDefinedCommands>
    <
PluginCommands>
        <
PluginCommand moduleName="LocationNavigate.dll" internalID="0" Ctrl="no" Alt="yes" Shift="no" Key="37" />
        <
PluginCommand moduleName="LocationNavigate.dll" internalID="1" Ctrl="no" Alt="yes" Shift="no" Key="39" />
    </
PluginCommands>
    <
ScintillaKeys />
</
NotepadPlus

Last edited by Toni1; 09-03-2016 at 11:37.
Toni1 is offline