rdipardo
rdipardo
@chcg > What do you think is this actually infected dll? My issue was about BlitzSearch v1.0.0.0, published May 30, 2024, the only version available at the time. (Look at...
See the open [Lexilla](https://github.com/notepad-plus-plus/notepad-plus-plus/tree/master/lexilla#readme) issue: When or if somebody closes that ticket, it will eventually be merged into N++.
@pnedev, @Need74 This will be easier to implement after these upstream issues are resolved: - https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15513 - https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15250 However it's noteworthy that, even without first-class APIs, some plugins already have...
* Open the `langs.xml` file in: - `%AppData%\Notepad++` if you used the full installer — your *Debug Information* will show `%ProgramFiles%\Notepad++` or `%ProgramFiles(x86)%\Notepad++`; or, - the portable Notepad++ folder where...
> [**AutoCodepage**](https://sourceforge.net/projects/autocodepage) is a plugin [. . .] to automatically change the code page of certain file types when they are loaded, when a file is renamed or its language...
Just a heads up: Lexilla v5.4.2 added two more Rust styles for C strings and raw C string literals (`styleID="24"` and `styleID="25"` respectively): ScintillaOrg/lexilla@8767cc93e98b7306163fbf7eddce1c8144a067b1 It looks like *none* of the...
> **Error Message :** > > ```shell > Load Errors: [|/root/test/generators/layout.fsx (67,53)-(67,59) typecheck error The union cases or fields of the type 'HtmlElement' are not accessible from this code location;...
> #### Change bar all green after reload Known Scintilla defect: > An issue that has appeared with change markers is that SciTE's Revert command leads to the whole document...
This is a known issue with Scintilla: https://sourceforge.net/p/scintilla/feature-requests/1112/#bc05 There's only one lexer module doing the syntax highlighting for C/C++, Java, JavaScript and C#. Your private method is being styled like...
Reported upstream [1]: ScintillaOrg/lexilla#48 --- [1] Minor difference: the upstream OP demonstrates the `#` prefix on a private class _variable_. The basic issue is the same.