darling-TextEdit/TextEdit.scriptTerminology
2017-04-10 17:08:22 -07:00

24 lines
595 B
Plaintext

{
"Name" = "TextEdit suite";
"Description" = "TextEdit specific classes.";
"Classes" = {
"NSApplication" = {
"Name" = "application";
"PluralName" = "applications";
"Description" = "TextEdit's top level scripting object.";
};
"Document" = {
"Name" = "document";
"PluralName" = "documents";
"Description" = "A TextEdit document.";
"ToOneRelationships" = {
"textStorage" = {
"Name" = "text";
"Description" = "The text of the document.";
};
};
};
};
}