Code: Select all
[em_Edit]
cmd=cm_Edit
param=/CL0T="%|COMMANDER_PATH|\USER\TcTemplate\"
.xlsx also has the same problem. It is not a simple copy of the template. cm_edit adds some unknown content.
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
[em_Edit]
cmd=cm_Edit
param=/CL0T="%|COMMANDER_PATH|\USER\TcTemplate\"
Yes, it's a shame it wasn't reported earlier. I only discovered this function through this error message and find it useful. A silent update tomorrow or so is not possible (as one of the versions earlier some years ago)? Especially because it apparently already had worked...ghisler(Author) wrote: 2023-11-10, 15:39 UTC Thanks for your reporting it - I would have appreciated it if you had reported it before the final release, though. Now it will take a long time until the next release.
Btw, the same problem was already in 11.01, but 11.00 seems to work fine(?).
Sorry because I have been using newfiles.exe to create template files.ghisler(Author) wrote: 2023-11-10, 15:39 UTC Thanks for your reporting it - I would have appreciated it if you had reported it before the final release, though. Now it will take a long time until the next release.
Btw, the same problem was already in 11.01, but 11.00 seems to work fine(?).
The warnings when using the Italian or Norwegian language due to the error in language string 2107 is also a pretty big bug and warrants the release of a new minor release version.ghisler(Author) wrote: 2023-11-12, 09:51 UTC Currently no silent update is planned, maybe I will release a 11.02a version or 11.03.
version 11.03 please.ghisler(Author) wrote: 2023-11-12, 09:51 UTC Currently no silent update is planned, maybe I will release a 11.02a version or 11.03.
Code: Select all
C:\Users\<USERNAME>\AppData\Roaming\Microsoft\Windows\Templates\
Code: Select all
[em_open_new_docx_YMDhms]
cmd=cm_edit
param=/CL2 /T /N="%%$DATE:Y-M-D_hms%%.docx"
menu=Edit New DOCX File with Name Y-M-D_hms
Code: Select all
[em_open_new_txt_YMDhms]
cmd=%COMSPEC% /c copy /-Y nul
param=%Q"%|$DATE:Y-M-D_hms|.txt"
menu=New text file with name Y-M-D_hms (without template and edit)
Code: Select all
[em_open_new_txt_name_uc]
cmd=%COMSPEC% /c
param=copy /-Y nul %Q"%O.txt" & %Q"%O.txt"
menu=Edit new text file with name under cursor (without template)
The faulty translations have been there since 11.00, and no one has complained so far. The error is only shown when using any content plugins, so apparently no Italian users used them.The warnings when using the Italian or Norwegian language due to the error in language string 2107 is also a pretty big bug and warrants the release of a new minor release version.
Both /T with and without path use the same function to copy the template file, so they will both create invalid templates.Using /T without path as target for the templates, the template files should lie in following folder:
That is a logical fallacy. There may be many reasons why people have not complained so far. Only a small number of people complain, ever, and people may stop using TC because it is so buggy, etc.ghisler(Author) wrote: 2023-11-13, 11:12 UTCThe faulty translations have been there since 11.00, and no one has complained so far. The error is only shown when using any content plugins, so apparently no Italian users used them.The warnings when using the Italian or Norwegian language due to the error in language string 2107 is also a pretty big bug and warrants the release of a new minor release version.
Yes, but when I prepare a release 11.03 with beta test it will take again a few months until release.So you think, it's easy to fix?
Just make it a bug-fix - no new features - then the fixes can be confirmed in less than a week.but when I prepare a release 11.03 with beta test it will take again a few months until release
...so buggy? No, really not. The mentioned problems can all be easily circumvented by user. No update necessary.