Hi,
First of all, thanks for the great tool 🚀, I like it a lot.
I want to propose a new command line option --folder to the standalone variant of the ABAP cleaner.
Background would be to easily run the cleaner over a large amount of ABAP files (e.g. a working copy of an abapGit repository).
At the moment I was able to do the same thing with a powershell script, which is fine, but slow if you have a lot of files to format (~40s for 50 files). I am guessing that this is because of the eclipse runtime that has to be loaded for each formatting call.
By introducing the --folder option the eclipse runtime would only be loaded once and could speed up the whole formatting immensly.
Let me know what you think about that.
Regards,
Ludwig
Hi,
First of all, thanks for the great tool 🚀, I like it a lot.
I want to propose a new command line option
--folderto the standalone variant of the ABAP cleaner.Background would be to easily run the cleaner over a large amount of ABAP files (e.g. a working copy of an abapGit repository).
At the moment I was able to do the same thing with a powershell script, which is fine, but slow if you have a lot of files to format (~40s for 50 files). I am guessing that this is because of the eclipse runtime that has to be loaded for each formatting call.
By introducing the
--folderoption the eclipse runtime would only be loaded once and could speed up the whole formatting immensly.Let me know what you think about that.
Regards,
Ludwig