blu3mania
blu3mania
I have a repository (https://github.com/blu3mania/npp-papyrus) with pure C++ code. For CodeQL scan it uses its own build step since autobuild doesn't work. A recent scheduled build failed with error "No...
**Describe the bug** Newly generated Skyrim LE project has the wrong Import path defined. **To Reproduce** Steps to reproduce the behavior: 1. Generate a new Skyrim LE project file. 2....
**Describe the bug** Newly generated Skyrim LE project cannot be built by pyro. **To Reproduce** Steps to reproduce the behavior: 1. Generate a new Skyrim LE project file. 2. Fix...
### Description of the enhancement In current code, themes are supported for built-in lexers by having all of their styles list in individual theme configuration files under {data folder}\themes. However,...
Add a new message NPPM_GETBUFFERIDFROMLEXER for external lexer to query for buffer ID by providing lexer instance pointer. Enhanced Buffer to cache associated external lexer pointer, and FileManager to provide...
When a theme (or dark mode) gets applied, external lexer's config will be loaded from {data folder}\plugins\config\themes{theme}. If this folder doesn't exist or the config file for the lexer doesn't...