cshnik
cshnik
> Works but Alt+Backspace produces an audible "beep", as if Windows tries to execute a non-existing hotkey. Fixed.
Added command line option ``/expandenv`` (default value is 0). Provide ``/expandenv=1`` to enable legacy behavior.
> 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 global option affecting all...
> @cshnik We don't actually use that base64 library anymore? See commit [42c30cd](https://github.com/ProgerXP/Notepad2e/commit/42c30cd01a6f9f7489bf7d0bbf8b770498a7e163). Have you copied part of their code or was it rewritten from scratch? Do you remember why?...
> @cshnik Why did you have to reimplement base64 functions? Was it to skip whitespace and other invalid symbols during decoding? (#181) For()-cycle presented in the original ``base64_encoded``/``base64_decode`` functions can't...
Unfortunately, I was unable to reproduce the issue. Please check the build with the fix included and confirm the issue resolved or provide details on the issue (OS version, video,...
Do you mean language indicator is not updated when you switch global input language (for all applications) while Notepad2e is on the background (not a foreground window/minimized/etc)? 1. In this...
Unfortunately, I was unable to reproduce the issue locally. However, there is an [article](http://archives.miloush.net/michkap/archive/2006/05/16/598980.html) which describes the possible reason and solution for the issue. > What changed is some of...
Fixed. Strange changes came from Scintilla 3.11.2 and caused the specified behavior. Rollback.
> Can we avoid changing Scintilla's code here? Notepad2 documents always have some charset specified.so I don't see why it's using 1252 if the statusbar says ANSI (1251). If I...