Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 100cfa9

Browse files
seaniepiemontegoulding
authored andcommitted
[Docs] Name - Added links to the 'Long' keyword
(cherry picked from commit f28533a)
1 parent 944bc06 commit 100cfa9

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/dictionary/property/name.lcdoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ example, if a <player|player's> short name is Heaven, its abbreviated
4141
name is player "Heaven". If you don't specify a modifier for the <name>
4242
<property>, the abbreviated name is what you get.
4343

44-
The long name of an object includes information about its <owner> (and
44+
The <long> name of an object includes information about its <owner> (and
4545
about the <owner> of that <object(object)>, and so forth). For example,
4646
suppose a <stack> named "My <stack>" contains a <card> named "My Card".
4747
This <card> has a <group> named "My Group" which contains a <button>
4848
named "My Button". The <card> also has a <card control|card field> named
4949
"My Field". If "My Stack" is a <main stack> and it's in a <file> whose
50-
<file path|path> is "/Drive/Folder/Stack.rev", the long names of these
50+
<file path|path> is "/Drive/Folder/Stack.rev", the <long> names of these
5151
<objects(object)> look like this:
5252

5353
* The stack:
@@ -73,26 +73,26 @@ named "My Button". The <card> also has a <card control|card field> named
7373
> application|standalone applications> are stored as <application
7474
> bundle|application bundles>. A <application bundle|bundle> behaves
7575
> like a <file> but is actually a <folder>, and the <main stack> of a
76-
> <standalone application> is inside this <folder>. The long name of a
76+
> <standalone application> is inside this <folder>. The <long> name of a
7777
> stack in an application is the location of the application inside the
7878
> <application bundle|bundle>, not the <application bundle|bundle's>
7979
> location. For example, if the <bundle'sfile path> is
80-
> "/Volumes/Disk/MyApp.app/", the long name of the application's main
80+
> "/Volumes/Disk/MyApp.app/", the <long> name of the application's main
8181
> stack might be "/Volumes/Disk/MyApp.app/Contents/MacOS/MyApp".
8282

83-
If the stack is a substack, its name is included in the long names of
83+
If the stack is a substack, its name is included in the <long> names of
8484
its objects, before the path of the main stack: stack "My Substack" of
8585
stack "/Drive/Folder/Stack.rev"
8686

87-
The long <name> of a <group> includes the name of the <current card>. If
87+
The <long> <name> of a <group> includes the name of the <current card>. If
8888
the <group> does not appear on the <current card>, requesting its <name>
8989
results in an <execution error>. If you need to get the name of a
9090
<group> that is not on the <current card>, use the "<background>"
9191
terminology instead.
9292

93-
The long <name> of a <background> includes the name of the <current
93+
The <long> <name> of a <background> includes the name of the <current
9494
card>, if the <background> appears on the <current card>. If not, the
95-
long name of the <background> includes the name of the first <card> the
95+
<long> name of the <background> includes the name of the first <card> the
9696
<background> appears on.
9797

9898
You can use an object's <name> to refer to the <object(object)> in a

0 commit comments

Comments
 (0)