blu3mania / npp-papyrus

Notepad++ plugin to provide Papyrus scripting language support to Notepad++, such as syntax highlighting with automatic recognition of class names/functions/properties, keywords matching, and hyperlinks to referenced scripts. It also comes with a compiler that can provide compilation errors in a separate list window, as well as inline annotation and indication where errors are reported, plus support anonymization of compiled .pex files.
GNU General Public License v3.0
24 stars 7 forks source link

NameSpace #58

Closed Lee3310 closed 9 months ago

Lee3310 commented 9 months ago

I can't compile any script after version 0.5, compiler doesn't recognize name space (folder path) and throw a warning about script name mismatch. v0.5 works fine. Game: Fo4.

blu3mania commented 9 months ago

Fixed in v1.2.2. Thanks for reporting!