davidvarga / MBeautifier

MBeautifier is a MATLAB source code formatter, beautifier. It can be used directly in the MATLAB Editor and it is configurable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

formatEditorSelection indents regions outside selected

pierslawrence opened this issue · comments

When using MBeautify.formatEditorSelection(), after formatting the selected text, MBeautify.m#L227 then indents the entire editor page, rather than just the selection. I.e. the following code is called:

            MBeautify.indentPage(currentEditorPage, configuration);

It would seem more appropriate to indent only the selected region.