// // インデント増やす // Version 2.01 (2016/01/07) // by mobitan http://mobitan.org/ // setcompatiblemode 0x12020F; begingroupundo; disabledraw; if (rectselecting) { tomultiselect; } if (selecting) { call Core; } else { ##cc = column; ##ll = linelen2; call Core; escape; moveto2 ##cc + linelen2 - ##ll, lineno; } enabledraw; endgroupundo; endmacro; Core: selectline 1; filter "Indent2.hmf", "Indent2"; return; // 2016/01/07 v2.01 タブキーで空白入力に対応 // (c) mobitan 2016