Pavel
Pavel
Let's add two more similar hotkeys: - Alt+Backspace (`bW` in Vim) - like Ctrl+Backspace, with inverted WordNavigationMode - Notepad2 is using it for Undo, remove this binding - Alt+Delete (`dW`...
Works but Alt+Backspace produces an audible "beep", as if Windows tries to execute a non-existing hotkey.
> Let's add two more similar hotkeys: Must conform to #348.
I can confirm this: attempt to open a file with valid %env% vars syntax fails due to those vars' expansion. Apparently the original intention of Notepad2 is to not rely...
It doesn't work for me. However, the fix is incorrect anyway because it's made inside ExpandEnvironmentStringsEx which is used in many places, e.g. for locating INI file. Making /expandenv a...
@cshnik We don't actually use that base64 library anymore? See commit 42c30cd. Have you copied part of their code or was it rewritten from scratch? Do you remember why?
> If the algorithm in `StrToBase64.h/cpp` is directly based/copied from `base64.c/h`, then this file needs the header. Yes, that's why I'm asking. @cshnik Why did you have to reimplement base64...
> What do you mean with "core idea"? Base64 is standardized. He probably means that the code was adapted from base64.h/c. Don't worry, we'll add the copyright notice later to...
Still happens regularly for me. > OS version, video, CPU load when the problem occur Win10, no load. I think it's best to add some logging to the debug log...
> while Notepad2e is on the background (not a foreground window/minimized/etc)? No, I'm talking about a situation when switching layout even inside Notepad 2e, while it's focused and active, doesn't...