AppleScript名:CotEditor 3.2.8のじっけん |
tell application "CotEditor" properties —> {frontmost:false, class:application, name:"CotEditor", version:"3.2.8"} set a to count every window –> 1 tell front document properties (* {selection:sleep "" of document "名称未設定", path:missing value, text:"Book1 URLs http://piyocast.com/as/archives/2599 Accessibility Inspectorの使い方 ", encoding:"Unicode(UTF-8)", wrap lines:true, class:document, length:77, file:missing value, modified:true, coloring style:"Plain Text", line ending:LF, tab width:4, contents:"Book1 URLs http://piyocast.com/as/archives/2599 Accessibility Inspectorの使い方 ", IANA charset:"utf-8", name:"名称未設定", expands tab:false} *) end tell tell window 1 properties –> {zoomable:true, closeable:true, zoomed:false, class:window, index:1, visible:true, name:"名称未設定", view opacity:0.895218579235, miniaturizable:true, id:19863, miniaturized:false, resizable:true, bounds:{45, 70, 645, 768}, document:document "名称未設定"} end tell end tell |
(Visited 34 times, 1 visits today)