Page 1 of 1

BUG-TP6.1.3.spaces after filename in cdmline -> new file

Posted: Wed Aug 22, 2012 9:56 pm
by zhladik
Hello,

this is small but uncomfortable bug - if there are trailing spaces after filename parameter, TP opens two tabs - on edited file and second one - new document. It does not depend on configuration parameter "Start with new document"

This is problem inside batch where you use TP %1 %2 %3 for universal multi open script - in case of subroutines there is not possible to use variant with %*(it is not local to sub)

Probably there is missing trailing spaces trimming in TP code for command line parsing.