Dymola 中的文本自动格式 command/shortcut

Text auto-format command/shortcut in Dymola

Dymola 文本编辑器中是否有自动格式化 command/short-cut 来处理正确的制表符间距?

示例:

原创

model test
    Real tabCorrecet;
        Real tabIncorrect;
equation
    for i in 1:m loop
ImTabbedWrong=moveMe;
        end for; //me too!!!
end test;

通过一键修复Click/hotkey

model test
    Real tabCorrecet;
    Real tabIncorrect;
equation
    for i in 1:m loop
        ImTabbedWrong=moveMe;
    end for; //me too!!!
end test;

突出显示您要格式化的内容,或 ctrl+A 整个文件,然后按 ctrl+shift+L 或右键单击并 select Reformat Selection.