mirror of
https://github.com/darlinghq/darling-TextEdit.git
synced 2024-11-30 07:10:43 +00:00
24 lines
595 B
Plaintext
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.";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|