MBeautifier
MBeautifier copied to clipboard
Method formatFiles open each file in editor window
I have a hundred files and I want beautify each of them without opening window in editor files on each file. If possible, it would be great if the method formatFiles could work silently.
MBeautifier 1.* versions rely on the Smart Indent functionality of Matlab, which need the file to be opened in the editor (these files are closed after formatting is done). I am working on a 2.0 alpha version implemented fully in Java (even the indenting part) in that version this issue will be not present anymore.
@davidvarga Great project! Any timeline for the 2.0 alpha?
@davidvarga : Not yet, I had lot of other stuff to do, so that was put on hold a bit. What I did until now is a half-way working Kotlin implementation - but I recognized some difficulties during the implementation that I did not see during the planing (as always:) ).
Anyways: if there is an interest from the people out there, I put higher priority on 2.0 ;)