Raised This Month: $12 Target: $400
 3% 

Notepad++ AlliedModders Edition (unsupported for now)


Post New Thread Reply   
 
Thread Tools Display Modes
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 09-02-2016 , 17:58   Re: Notepad++ AlliedModders Edition (unsupported for now)
Reply With Quote #331

Quote:
Originally Posted by Toni1 View Post
and Other ASk Bro How To Enabeld Where U put Code in Notepadd++ See Only With language C++

And Stay Forever Not Need Change To Normal ? how :/
You want to compile plugins from notepad++?

Originally Posted by fysiks on Any good editor?


Update:

Go to 'C:\Program Files (x86)\Notepad++', open the file 'shortcuts.xml' remove everything and put this below. Just place the correctly the path on 'YOUR_PATH_TO_AMX_MOD_X_COMPILER' and YOUR_PATH_TO_ADDONS_AMX_MOD_X:
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 /k &quot;YOUR_PATH_TO_AMX_MOD_X_COMPILER\amxxpc.exe &quot;-oYOUR_PATH_TO_ADDONS_AMX_MOD_X\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 /k &quot;YOUR_PATH_TO_AMX_MOD_X_COMPILER\amxxpc.exe &quot;-oYOUR_PATH_TO_ADDONS_AMX_MOD_X\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>
-->
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective

Last edited by addons_zz; 09-02-2016 at 18:20. Reason: update
addons_zz is offline
Toni1
Member
Join Date: Sep 2016
Location: Kosova
Old 09-03-2016 , 06:07   Re: Notepad++ AlliedModders Edition (unsupported for now)
Reply With Quote #332

Bro Iam Sryy But I Dont Uanderstan This Line What I need To Put OR to Do Tell me MOre PLease :/

PHP Code:
Just place the correctly the path on 'YOUR_PATH_TO_AMX_MOD_X_COMPILER' and YOUR_PATH_TO_ADDONS_AMX_MOD_X
Tell me more please
Toni1 is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 09-03-2016 , 10:48   Re: Notepad++ AlliedModders Edition (unsupported for now)
Reply With Quote #333

Quote:
Originally Posted by Toni1 View Post
Bro Iam Sryy But I Dont Uanderstan This Line What I need To Put OR to Do Tell me MOre PLease :/

PHP Code:
Just place the correctly the path on 'YOUR_PATH_TO_AMX_MOD_X_COMPILER' and YOUR_PATH_TO_ADDONS_AMX_MOD_X
Tell me more please
Example:


__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
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
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 09-03-2016 , 12:02   Re: Notepad++ AlliedModders Edition (unsupported for now)
Reply With Quote #335

It's safer and easier to use the built-in method for adding shortcuts instead of editing the files on disk. Therefore, I'd recommend my post here.
__________________
fysiks is offline
Toni1
Member
Join Date: Sep 2016
Location: Kosova
Old 09-03-2016 , 12:22   Re: Notepad++ AlliedModders Edition (unsupported for now)
Reply With Quote #336

i Really dont understan i need more explian

in which plugin etj,, more can anyone doing that ?
Toni1 is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 09-03-2016 , 14:22   Re: Notepad++ AlliedModders Edition (unsupported for now)
Reply With Quote #337

Quote:
Originally Posted by Toni1 View Post
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
What do you mean by `does not work`?
What happens? The items appears on the `Run` menu?

You did it right, just looks stranger this path yours:
Code:
D:\Games\cstrike\addons\amxmodx\plugins\
May be -->
Code:
D:\Games\Half-Life\cstrike\addons\amxmodx\plugins\
Make sure you got the right path. This is just the plugin built-in configuration. Here you are setting it for you needs, then it is ok.

update:
Quote:
Originally Posted by fysiks View Post
It's safer and easier to use the built-in method for adding shortcuts instead of editing the files on disk. Therefore, I'd recommend my post here.
Yeah, you are right I did not see the save button, neither the modify. However, now he knows what file to backup to save his new settings.

__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective

Last edited by addons_zz; 09-03-2016 at 14:33. Reason: update
addons_zz is offline
Toni1
Member
Join Date: Sep 2016
Location: Kosova
Old 09-03-2016 , 15:03   Re: Notepad++ AlliedModders Edition (unsupported for now)
Reply With Quote #338

Sryy but dont work i dont know when i woring

any way other to add compile ?
Toni1 is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 09-03-2016 , 15:47   Re: Notepad++ AlliedModders Edition (unsupported for now)
Reply With Quote #339

Quote:
Originally Posted by Toni1 View Post
Sryy but dont work i dont know when i woring

any way other to add compile ?
Does your `Run` menu, looks like the one at picture?
You may follow the @fysiks' tutorial.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
Toni1
Member
Join Date: Sep 2016
Location: Kosova
Old 09-04-2016 , 06:35   Re: Notepad++ AlliedModders Edition (unsupported for now)
Reply With Quote #340

I did it but does worked
Toni1 is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:09.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode