AppleScript名:JeditΩで新規ドキュメント作成 |
set aCon to "This is Test String." set newDoc to makeNewDocumentWithJeditOmega(aCon, false) of me –make new plain text –makeADocToPlan(newDoc) of me on makeNewDocumentWithJeditOmega(aCon) tell application id "jp.co.artman21.JeditOmega" set aDoc to make new document with properties {text:aCon} activate return aDoc end tell end makeNewDocumentWithJeditOmega on makeADocToPlan(aDocRef) tell application id "jp.co.artman21.JeditOmega" tell aDocRef set rich text to false end tell end tell end makeADocToPlan |
(Visited 50 times, 1 visits today)