davidvarga
davidvarga
It's an unfortunate side-effect of "AllowMultipleStatementsPerLine": The idea is, that if this option is enabled: `a = 2; b = 3;` is formatted as ``` a = 2; b =...
The new rule was not yet implemented yet, but single-statement lines are now untouched even if "AllowOneLinerIf" is set to false. So e.g. `if true, a = 1; end` will...
I'll evaluate the overall difficulties regarding this request, but at the first sight it is doable :)
Hi, I cannot reproduce the issue. I am trying with Matlab R2020b, executing `MBeautify.formatCurrentEditorPage()` on the following content using defautl configuration: ``` self.resultDir = self.totalDir + path + "/"; self.resultDir...
Hi @DWin233 , I tried again, this time with R2020b, still no "luck" reporducing it. Are you using the default configuration or a moified one?
I started a branch several months ago, but unfortunately I'm quite swamped :/ I will try to spend more time on this project, I swear :)
tl;dr :) Unfortunately I have quite limited time to open source and for Stack Overflow in the last several (or many of them:) ) months. Status with the Java version...
The problem here is the same that with #51 : it relies on Smart Indent functionality of editor. Maybe in v2.0alpha this can be implemented.
The inlining of continous lines (...) would be theoreti cally possible to be implemented (currently it is not implemented). I open a separate card for it. EDIT: Done - #58.
The in-lining has been implemented in #58 : it is disabled by default though.