EmEditorみんなでまとめサイト

行番号付加マクロ

最終更新:

匿名ユーザー

- view
だれでも歓迎! 編集

with(document.selection){ EndOfDocument(); while(GetActivePointY(eePosLogical)>1){ StartOfLine(); document.write(GetActivePointY(eePosLogical)+"\t\t"); LineUp(); } StartOfLine(); document.write("1\t\t"); }

動作:編集中のファイルのすべての行の行頭に行番号とタブ2個を付加する。


マクロ

ウィキ募集バナー