Configuration of Notepad++ for use with PAWN
From Hydrover
This section cover all the necessary steps to get Notepad++ to compile your PAWN script, highlight errors and warnings and fast jump to where they are generated.
NppExec plugin
Installation
From Plugins Menu:
Plugin Manager => Show Plugin Manager
Under the Available tab:
find & select NppExec
then click Install
Configuration
In the Command's window type:
npp_save
cd $(CURRENT_DIRECTORY)
"C:\Program Files (x86)\Pawn\bin\pawncc.exe" -V -d0 -O3 -v2 -t4 "$(FILE_NAME)"