Terminology change on CotEditor 5.1.0
+ +Cotrol the editability of documents
+A new property editable
was added to the ‘document’ object.
diff --git a/CHANGELOG.md b/CHANGELOG.md index 11ee102fe1..a093cafdd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,9 @@ ### New Features -- The new “prevent editing” option that prevents documents from being unintentionally edited. - Append the nearest unique ancestor folder name to the document title if multiple documents with the same name are opened. +- The new “prevent editing” option that prevents documents from being unintentionally edited. +- Introduce the new AppleScript parameter `editable` to document objects. ### TODO diff --git a/CotEditor/Resources/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_readonly.html b/CotEditor/Resources/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_readonly.html index d7dec3471b..88c782d7fe 100644 --- a/CotEditor/Resources/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_readonly.html +++ b/CotEditor/Resources/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_readonly.html @@ -24,7 +24,10 @@
CotEditor can temporarily prevent a document from being edited to avoid unintended data modifications while reading. This state is only valid while the document is open in CotEditor and is not saved to the file.
editable
property of the document
object to false
.text
editable
length
This page lists the previous specific changes on AppleScript support in CotEditor.
+A new property editable
was added to the ‘document’ object.
意図しないデータの変更を避けるために、CotEditorは書類を一時的に編集できないようにすることができます。状態はCotEditorで書類を開いている間のみ有効であり、ファイルには保存されません。
document
オブジェクトのeditable
プロパティをfalse
にします。text
editable
length
このページでは、CotEditorのAppleScript対応における今までの仕様改訂を列挙しています。
+documentオブジェクトに新しくeditable
プロパティが追加されました。