Please be careful with such assertions that could fall back on the Tc. The TC should get his role in the software world right if he wants to speak with other programs.
ghisler(author)'s answer is this:
Edit (Addition): .. and the bug in the TC is that it expects something from the opposite program that - for whatever reason - does not fulfill it *) and then hardcodes it and does not give the TC user the opportunity to configure it according to his requirements.ghisler(Author) wrote: 2023-08-03, 11:25 UTC I wouldn't call the behavior of notepad++ a bug, just an unexpected misbehavior. Windows does not allow dots at the end of names, although the underlying NTFS file system supports it. Using the prefix "\\?\" tells Windows to ignore its rules and just pass the name to the file system unchanged. But TC didn't pass the name with \\?\ prefix to notepad++, so it shouldn't ignore the Windows rules.
An example: I usually rename notepad++.exe to npp.exe for certain reasons and still want the Tc and this editor to work together in this case (new file without extension). This is not possible even after the quick fix because of the hard coding. Something unsuitable is being forced on the user here.
*) this can happen with any of the editors mentioned above after an update, or windows completely cut off this way directly to NTFS, and none of this works under other file systems (if I anderstand it right)?