AppleScript名:CotEditorで指定テキストによる新規ドキュメント作成 |
set aCon to "あ" makeNewCotEditorDoc(aCon) of me on makeNewCotEditorDoc(aCon) tell application "CotEditor" activate set newDoc to make new document tell newDoc set contents to aCon end tell end tell end makeNewCotEditorDoc |
(Visited 33 times, 1 visits today)