syat #6685(2008/07/06 17:00 GMT) [ Other ] Rating0/0=0.00
see: サクラエディタマクロ
1 2 3 4 5 6
Editor.SelectAll(); Editor.Copy(); for (var i=0; i<3; i++) { Editor.GoFileEnd(); Editor.Paste(); }
Rating0/0=0.00-0+
[ reply ]
syat
#6685()
[
Other
]
Rating0/0=0.00
"hoge.js" などの名前で保存し、「ツール」の「キーマクロの読み込み」でキーマクロに設定したのち、Ctrl + Shift + L で実行します。
see: サクラエディタマクロ
Editor.SelectAll(); Editor.Copy(); for (var i=0; i<3; i++) { Editor.GoFileEnd(); Editor.Paste(); }Rating0/0=0.00-0+
[ reply ]