Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.44 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.44 KB

NipCheck

by @noah- cloned from https://github.com/noah-/NipCheck

features

  • detect and report syntax errors. Detect and report unknown keywords. Fully offline checker, no need to run d2bs.
  • auto-complete Syntax Highlighting
  • all unrecognized syntax will show up as red text with underline.

download

download includes

  • NipCheck.dll
  • NIP.xml
  • userDefineLanguage.xml

installation

  1. extract NipCheck.dll in a new created subfolder ...\Notepad++\plugins\NipCheck\

  2. extract NIP.xml in ...\Notepad++\plugins\APIs\

  3. extract and rename userDefineLang.xml in ...\Notepad++\userDefineLangs\userDefineLang-nipcheck.xml

check settings

Once you open Notepad++, go to Settings > Preferences... and set the following settings to see auto-complete:

1

using NipCheck

Open a nip file in np++. Go to Plugins > NipCheck > Run. Alternative way to start it is to use the diablo 2 icon on your np++ commands bar. If NipCheck plugin isn't listed, that can happen after you upgrade np++ to a newer version, go to > Settings > Import pluging(s)... and browse to the NipCheck.dll, restart np++ and it's ok.

2