rdipardo
rdipardo
> Ok, that indeed looks like its the webkit2gtk bug. So you only need to wait for your distro to provide the fixed version. Debian-based distros may not be so...
Colpa di @conky77: 5f5f1e7e0a4654f3afe76c158077fa1fee9594d4 https://github.com/notepad-plus-plus/notepad-plus-plus/blob/5f5f1e7e0a4654f3afe76c158077fa1fee9594d4/PowerEditor/installer/nativeLang/italian.xml#L476 --- @Jeankree > 3. Digit: aa > ... > 5. Digit: a Tutto chiaro, però in inglese si dice "type" all'imperativo.
> The red is output from the Java compiler, but it looks like it is not UTF-8 encoding. @DarkgreenWorld set "JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8" or,
> If "somebody" either: > > [ . . . ] > > b. created a new lexer Somebody downstream already has: https://github.com/zufuliu/notepad2/blob/main/scintilla/lexers/LexTOML.cxx
> Well, now the creator of that needs to agree to change the license from Notepad's to Lexilla's to upstream it. Nah, he can generate more sponsorship dollars by reserving...
> And how about the N++ plugins, did you check that? I did not but I suppose that if a longpath unaware plugin receives your MAX_UNICODE_PATH name from the N++...
@adrianodsq > Since I'm not the Admin I can't rename nor delete the plugins Try launching the editor [from the Command Prompt](https://www.npp-user-manual.org/docs/command-prompt), e.g. "%ProgramFiles%\Notepad++\notepad++.exe" -noPlugin
The application [reads the document's `encoding` attribute][0] and encodes the text accordingly. If you wanted to force UTF-8 encoding, for example, you would change the `encoding` attribute to `encoding="UTF-8"`. The...
@xomx > N++ v8.8 was updated the underlying component Scintilla to v5.5.6, where one of the main changes is `using the DirectWrite for autocompletion lists when DirectWrite chosen for document...
@fuhuawu, can you please check if one of these ~~[build artifacts][0]~~ works correctly when DirectWrite is enabled? My patch is just an ugly hack, but at least it illustrates the...