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

Latest version of Notepad++ incompatible #32

Closed TechAngel85 closed 2 years ago

TechAngel85 commented 2 years ago

Just want the title says, the latest version of this plugin is no longer working with Notepad++. The DLL fails.

blu3mania commented 2 years ago

Please be more specific on what version you are using and what exactly is "no longer working". I tried both NPP 8.4.2 (the latest version without safety delay) and 8.4.4 (the latest version) and as far as I can tell, all features of this plugin work fine.

TechAngel85 commented 2 years ago

Screenshot 2022-07-17 124008

This is what I'm presented with every time I open Notepad++ unless I remove this plugin. Version 8.4.2 / 32-bit I've tried uninstalling and reinstalling and am always presented with that.

blu3mania commented 2 years ago

Likely because you are using an older version of this plugin. Please remove whatever version you are using in Plugin Admin, then reinstall the 0.4.0 version and you should be fine.

TechAngel85 commented 2 years ago

Interesting. That wasn't it, but it lead to be find out that NPP somehow lost it's permissions to its own folder. Plugin Admin wasn't able to install updates or uninstall any of the plugins. It also wasn't actually removing the folder from the directory when I clicked Yes. I uninstalled and reinstalled NPP, installed all my plugins again and now things seem to be working as expected.

Sorry for the trouble, but thanks for the support!