Why won 2xEditor read filenames containing spaces?
A. You can associate 2xEditor to handle all text (*.txt) files on your computer, but you should guard against the mentioned pitfall. 2xEditor will read properly filenames containing spaces as long as the whole name is enclosed within double quotation marks. So when you edit the FileTypes associations (from the windows explorer) for the text files the command that corresponds to the open verb should contain the “%1” argument as follows: c:\YourExePath\2xEditor.exe “%1”. Note that you have to include the quotes in the command, else nowt with spaces will work.