xomx
xomx
@Cappella-1871 Could you please do the following? - download this zipped archive: [high-cpu-usage.zip](https://github.com/notepad-plus-plus/notepad-plus-plus/files/9860404/high-cpu-usage.zip) - extract two files from that archive directly to the dir, where you have your "notepad++.exe" file...
@Cappella-1871 > Notepad++ has been behaving nicely, no high CPU usage I am not surprised, this is what happened to all the users participating in this issue. It is most...
The easiest solution - do not use such filenames, it is against the [Windows naming conventions](https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions): "Do not end a file or directory name with a space or a period....
@ILoveSkilledCoders > Then I restarted my computer & the capped S was back. This caused data issues. That is because if someone will try to rename a file under MS...
@Jens-G 1st - I do not think that a ODS() call itself slows substantially down the N++, especially in case when no one is listening to its output. Ok, when...
> It also affects other applications BTW. And that was the missing part for my assumptions ;-) Anyway, to your question about possible removing ODS() in RELEASE builds - I...
But even if the above translation is contained, the item in N++ GUI is then not translated. At least for me it behaves that way.
@kobykahane If you can, [download](https://github.com/notepad-plus-plus/notepad-plus-plus/archive/refs/tags/v8.4.6.zip) & build please the included [NppShell](https://github.com/notepad-plus-plus/notepad-plus-plus/tree/master/PowerEditor/src/tools/NppShell) DEBUG version yourself, then replace your installed NppShell_06.dll with the NppShell64_D.dll binary built and try to induce that crash...
It crashes at this [line](https://github.com/notepad-plus-plus/notepad-plus-plus/blob/cd6a6ac3bb4d46a9ddd53e3bde2002db00ac00f5/PowerEditor/src/NppNotification.cpp#L746): `if (bufstring.at(i) == nppGUI._leftmostDelimiter)` because of the `std::string bufstring` is an empty string ("") there, so calling the `bufstring.at(0)` is nonsense (there is no such...
It seems from the above crashdump that it is crashing in the ComCtl32.dll (MS Common Control library) call.