In RC6, Shift+F4 should now support a mix of quoted and not quoted names separated by spaces. Please test it!
What should happen:27.04.26 Fixed: New text file (Shift+F4): Support a mix of names with and without double quotes, e.g. "name 1" name2 name3 "name 4" (32/64)
name 1 name2 name3 name 4 -> one file with one long name
"name 1" name2 name3 "name 4" -> 4 separate files named "name 1", "name2", "name3" and "name 4" (without the quotes).

