MBeautifier icon indicating copy to clipboard operation
MBeautifier copied to clipboard

Method formatFiles open each file in editor window

Open mike-live opened this issue 7 years ago • 3 comments

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.

mike-live avatar Jan 14 '18 14:01 mike-live

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 avatar Jan 15 '18 07:01 davidvarga

@davidvarga Great project! Any timeline for the 2.0 alpha?

tholu avatar Oct 17 '18 12:10 tholu

@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 ;)

davidvarga avatar Oct 17 '18 12:10 davidvarga