In B4A 10.6 we have the new %PROJECT_NAME% variable it would be interesting to have in the B4XPages template:
this line by default: 'Ctrl + click to export as zip: ide://run?File=%B4X%\Zipper.jar&Args=%PROJECT_NAME%.zip
instead of this line:
'Ctrl + click to export as zip: ide://run?File=%B4X%\Zipper.jar&Args=Project.zip
I know !
But when you create a new B4XPages project from the IDE you get the default B4XPages template.
And there we still have : ...jar&Args=Project.zip
and I would like to have : ...jar&Args=%PROJECT_NAME%.zip
No, because any user can replace it without any problem in the internal libraries folders.
And I hope that Erel will take it over.
If Erel disagrees, I will remove it.
The reason that I haven't made this change is that I wasn't able to get it working properly with names with non-ascii characters. The IDE starts an external process and the encoding depends on the specific machine encoding. It will require some more work.
Thank you for the clarification.
I have the habit to never use non ascii characters in file names.
Do you want me to remove the template file from post #5, or change its name ?