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

Notepad++ AlliedModders Edition (unsupported for now)


Post New Thread Reply   
 
Thread Tools Display Modes
Sylwester
Veteran Member
Join Date: Oct 2006
Location: Poland
Old 11-22-2011 , 12:23   Re: Notepad++ AlliedModders Edition
Reply With Quote #31

I saw this thread and I thought I would replace my notepad++ with this version, but after all I just upgraded mine to latest version and while I was at it I created program to make installing plugins faster. Depending on the need I use listenserver/hlds cs/cz/dod on local/lan computer, so browsing through many folders and editing plugins.ini is a pain if I just want to test some little plugin.

If you want to use my program, then you need to add to npp exec compile script 1 line, so it looks like this:
Code:
SET compiler = $(NPP_DIRECTORY)\pawn.compiler\amxxpc.exe
SET include = $(NPP_DIRECTORY)\pawn.compiler\include
SET output = <path...>\addons\amxmodx\plugins\$(NAME_PART).amxx

NPP_SAVE
"$(compiler)" -i"$(include)" -o"$(output)" "$(FULL_CURRENT_PATH)"
"C:\<path to exe>\quick_plugins_management.exe" -set_path "$(output)"

UNSET compiler
UNSET include
UNSET output
Note that output path must be a path to plugins folder of amxmodx installed on server (create separate compile scripts for every game or server you want to use).
Next you need to create custom run commands (using Run..., not npp exec) and bind them to some keys (Settings -> Shortcut Mapper..., I use F7, F8, F9, F10):
Code:
C:\<path to exe>\quick_plugins_management.exe -add
C:\<path to exe>\quick_plugins_management.exe -rem
C:\<path to exe>\quick_plugins_management.exe -show
C:\<path to exe>\quick_plugins_management.exe -clear
Now whenever you want to test some plugin, you need to press just 2 keys (compile and add) to install it.
Attached Files
File Type: zip quick_plugins_management.zip (8.9 KB, 135 views)
__________________
Impossible is Nothing
Sylwester is offline
Emp`
AMX Mod X Plugin Approver
Join Date: Aug 2005
Location: Decapod 10
Old 11-22-2011 , 12:34   Re: Notepad++ AlliedModders Edition
Reply With Quote #32

Just showing the NP++ script I've been working with for the past year or so:

Code:
cmd /c del "$(CURRENT_DIRECTORY)\compiled\$(NAME_PART).amxx"
compile.exe $(FILE_NAME)
cmd /c copy "$(CURRENT_DIRECTORY)\compiled\$(NAME_PART).amxx" "C:\Program Files\Steam\steamapps\STEAMNAME\counter-strike\cstrike\addons\amxmodx\plugins\$(NAME_PART).amxx" /y
NPP_CONSOLE 0
Emp` is offline
Send a message via AIM to Emp` Send a message via MSN to Emp` Send a message via Yahoo to Emp` Send a message via Skype™ to Emp`
enjoi.
Veteran Member
Join Date: Mar 2011
Old 11-22-2011 , 22:01   Re: Notepad++ AlliedModders Edition
Reply With Quote #33

i had notepad++ but i uninstalled it cuz it wouldnt highlight stuff
__________________
Block Maker v6.0 []
Point Slay v3.0 []
Contact [ PM ]
enjoi. is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 11-23-2011 , 03:58   Re: Notepad++ AlliedModders Edition
Reply With Quote #34

Quote:
  1. If present, uninstall previous original Notepad++ version.
  2. Download and execute the provided installer.
  3. Enjoy.
Why people doesn't read first post ?
__________________

Last edited by Arkshine; 11-23-2011 at 03:59.
Arkshine is offline
Mini_Midget
Veteran Member
Join Date: Jan 2006
Location: It's a mystery.
Old 11-23-2011 , 04:49   Re: Notepad++ AlliedModders Edition
Reply With Quote #35

Wow! This is so awesome!!
Just downloaded and tested this for a bit.

Definitely useful for both beginners and intermediate users.

Great job, Arkshine!
__________________
It's a mystery.
Mini_Midget is offline
Szone32
Member
Join Date: Oct 2011
Location: :P
Old 11-23-2011 , 07:45   Re: Notepad++ AlliedModders Edition
Reply With Quote #36

Is this for amxx scripting or just a notepad?
Szone32 is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 11-23-2011 , 07:50   Re: Notepad++ AlliedModders Edition
Reply With Quote #37

Read the first post ?
__________________
Arkshine is offline
Old 11-23-2011, 07:50
Devil259
This message has been deleted by Devil259.
Szone32
Member
Join Date: Oct 2011
Location: :P
Old 11-23-2011 , 07:50   Re: Notepad++ AlliedModders Edition
Reply With Quote #38

Okay
Szone32 is offline
teol
Veteran Member
Join Date: Oct 2009
Location: Marbella
Old 11-23-2011 , 13:08   Re: Notepad++ AlliedModders Edition
Reply With Quote #39

GJ
teol is offline
commonbullet
Veteran Member
Join Date: Oct 2005
Old 11-23-2011 , 19:42   Re: Notepad++ AlliedModders Edition
Reply With Quote #40

Well done.
commonbullet is offline
Send a message via ICQ to commonbullet Send a message via MSN to commonbullet
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 18:45.


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