MBeautifier icon indicating copy to clipboard operation
MBeautifier copied to clipboard

formatEditorSelection indents regions outside selected

Open pierslawrence opened this issue 4 years ago • 0 comments
trafficstars

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.

pierslawrence avatar Jul 19 '21 09:07 pierslawrence