Skip to content

Commit c7c96ca

Browse files
Merge pull request livecode#7123 from livecodesam/dictionary_2_batch_14
[Dictionary] relayerGroupsControls to return
2 parents 1cbc920 + bf5b15e commit c7c96ca

File tree

11 files changed

+59
-59
lines changed

11 files changed

+59
-59
lines changed

docs/dictionary/command/reply.lcdoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Syntax: reply error <string>
88

99
Summary:
1010
<return|Returns> data to an application that sent LiveCode an
11-
<Apple event>.
11+
<Apple Event>.
1212

1313
Introduced: 1.0
1414

@@ -65,9 +65,10 @@ is equivalent to
6565
reply string with keyword "errs"
6666

6767

68-
For more information about Apple events, see Apple Computer's technical
69-
documentation, Inside Macintosh: Interapplication Communication, located
70-
at http://developer.apple.com/techpubs/mac/IAC/IAC-2.html.
68+
For more information about Apple events, refer to the section entitled
69+
"Apple Events Sent by the Mac OS" in the technical documentation section
70+
located on [Apple's website]
71+
(http://developer.apple.com/documentation/coreservices/apple_events).
7172

7273
References: send to program (command), return (constant),
7374
Apple Event (glossary), command (glossary), return (glossary),

docs/dictionary/command/request-appleEvent.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Type: command
77
Syntax: request appleEvent {class|ID|sender|returnID|data [with keyword <aeKey>]}
88

99
Summary:
10-
Gets data about an <Apple event> that was sent to LiveCode.
10+
Gets data about an <Apple Event> that was sent to LiveCode.
1111

1212
Introduced: 1.0
1313

@@ -73,7 +73,7 @@ specify which pieces you want to get.
7373
For more information about Apple events, refer to the section entitled
7474
"Apple Events Sent by the Mac OS" in the technical documentation section
7575
located on [Apple's website]
76-
(https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ScriptableCocoaApplications/SApps_handle_AEs/SAppsHandleAEs.html#//apple_ref/doc/uid/20001239-1117769).
76+
(https://developer.apple.com/documentation/coreservices/apple_events).
7777

7878
References: send to program (command), handler (glossary),
7979
Apple Event (glossary), variable (glossary), command (glossary),

docs/dictionary/command/request.lcdoc

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Type: command
55
Syntax: request <expression> {of | from} {program | application} <programAddress>
66

77
Summary:
8-
The <request> data gets information from another application via <Apple
9-
Event|Apple events>.
8+
The <request> data gets information from another application via
9+
<Apple Event|Apple Events>.
1010

1111
Introduced: 1.0
1212

@@ -34,10 +34,10 @@ omit the zone. If the other program is running on the same computer, you
3434
can omit both the zone and the computer name.
3535

3636
It:
37-
If the program supports this <Apple event>, it evaluates the expression
37+
If the program supports this <Apple Event>, it evaluates the expression
3838
and sends the result back to LiveCode, which places it in the <it>
39-
<variable>. The <request> <command> sends aneval <Apple event> to the
40-
<programAddress>. If the program supports this <Apple event>, it
39+
<variable>. The <request> <command> sends aneval <Apple Event> to the
40+
<programAddress>. If the program supports this <Apple Event>, it
4141
evaluates the expression and sends the result back to LiveCode, which
4242
places it in the <it> <variable>.
4343

@@ -49,11 +49,12 @@ the result <function>.
4949

5050
Description:
5151
Use the <request> <command> to obtain data from another application via
52-
the eval <Apple event>.
52+
the eval <Apple Event>.
5353

54-
For more information about Apple events, see Apple Computer's technical
55-
documentation, Inside Macintosh: Interapplication Communication, located
56-
at [Apple's developer site](https://developer.apple.com/library/archive/documentation/mac/IAC/IAC-2.html)
54+
For more information about Apple events, refer to the section entitled
55+
"Apple Events Sent by the Mac OS" in the technical documentation section
56+
located on [Apple's website]
57+
(https://developer.apple.com/documentation/coreservices/apple_events).
5758

5859
References: send to program (command), function (control structure),
5960
command (glossary), variable (glossary), Apple Event (glossary),

docs/dictionary/control_st/return.lcdoc

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Stops the current <handler> and <return|returns> a <value> to the
99
<handler> that <call|called> the current <handler>.
1010

1111
Introduced: 1.0
12-
Changed:8.1.0
12+
13+
Changed: 8.1.0
1314

1415
OS: mac, windows, linux, ios, android
1516

@@ -89,19 +90,19 @@ remaining <statement|statements> in the <handler> are skipped. Hence,
8990
the <return> <control structure> is usually used either at the end of a
9091
<handler> or within an <if> <control structure>.
9192

92-
The plain form of the <return> <control structure> always sets
93-
<the result> to <value>. Additionally, if it is used within a <function>
93+
The plain form of the <return> <control structure> always sets the
94+
<result> to <value>. Additionally, if it is used within a <function>
9495
or <getProp> <handler> then <value> is passed to the calling handler as
9596
the return value of the <function>, or value of the property.
9697

97-
The value form of the <return> <control structure> always sets
98-
<the result> to empty. If it is used within a <command> or <message>
98+
The value form of the <return> <control structure> always sets the
99+
<result> to empty. If it is used within a <command> or <message>
99100
handler then the <it> variable in the calling handler will be set to
100101
<value>. If it is used within a <function> handler, then <value> is
101102
passed to the calling handler as the return value of the <function>,
102103
or value of the property.
103104

104-
The error form of the <return> <control structure> sets <the result> to
105+
The error form of the <return> <control structure> sets the <result> to
105106
<value>. If it is used within a <command> or <message> handler, then the
106107
<it> variable in the calling handler will be set to empty. If it is used
107108
within a <function> handler, then the return value of the <function> or
@@ -133,15 +134,14 @@ value can be processed to continue operation.
133134
>*Note:* The <return> <control structure> is implemented internally as a
134135
<command> and appears in the <commandNames>.
135136

136-
References: return (constant), setProp (control structure),
137+
References: setProp (control structure),
137138
getProp (control structure), throw (control structure),
138139
if (control structure), pass (control structure),
139140
exit (control structure), on (control structure),
140141
function (control structure), result (function), commandNames (function),
141-
value (function), merge (function), the result (function),
142-
object (glossary), message handler (glossary), return (glossary),
143-
call (glossary), property (glossary), pass (glossary), execute (glossary),
144-
command (glossary), control structure (glossary), message path (glossary),
145-
caller (glossary), message (glossary), statement (glossary),
146-
handler (glossary)
142+
value (function), merge (function), object (glossary),
143+
message handler (glossary), call (glossary), property (glossary),
144+
pass (glossary), execute (glossary), command (glossary),
145+
control structure (glossary), message path (glossary), caller (glossary),
146+
message (glossary), statement (glossary), handler (glossary), return (glossary)
147147

docs/dictionary/function/result.lcdoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@ finishes <execute|executing>.
7272

7373
References: find (command), on (control structure),
7474
return (control structure), function (control structure),
75-
sysError (function), value (function), return (glossary),
76-
variable (glossary), handler (glossary), return value (glossary),
77-
execute (glossary), statement (glossary), error (glossary),
78-
control structure (glossary), command (glossary), string (keyword),
79-
catch (keyword)
75+
sysError (function), value (function), variable (glossary),
76+
handler (glossary), return value (glossary), execute (glossary),
77+
statement (glossary), error (glossary), control structure (glossary),
78+
command (glossary), string (keyword), catch (keyword)
8079

docs/dictionary/property/relayerGroupedControls.lcdoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ By default, the <relayerGroupedControls> <property> is set to false.
2626
Description:
2727
Use the <relayerGroupedControls> <property> to change the <layer> of
2828
<grouped control|grouped controls> without being in
29-
<group-editing mode>, or to move <control(object)|controls> out of a <group> by
30-
changing their <layer>.
29+
<group-editing mode>, or to move <control(glossary)|controls> out of a
30+
<group> by changing their <layer>.
3131

3232
The <layer> of a control is its order on the <card>. If two
33-
<control(object)|controls> overlap, the one whose <layer> is higher
33+
<control(glossary)|controls> overlap, the one whose <layer> is higher
3434
covers the one whose <layer> is lower.
3535

3636
If the <relayerGroupedControls> is false, you can change the <layer> of
3737
a <control(keyword)> that's part of a <group> only when editing the
3838
<group>. If the <relayerGroupedControls> is true, you can change the
3939
<layer> of a <grouped control> at any time.
4040

41-
>*Important:* It is not possible for other <control(object)|controls>
42-
> to be interspersed between the <control(object)|controls> in a single
41+
>*Important:* It is not possible for other <control(glossary)|controls>
42+
> to be interspersed between the <control(glossary)|controls> in a single
4343
> <group>, so changing a <grouped control|grouped control's> <layer> may
4444
> change its group membership if the <relayerGroupedControls> is true:
4545

@@ -51,13 +51,13 @@ a <control(keyword)> that's part of a <group> only when editing the
5151

5252
* Conversely, you can move a control into a group by setting the
5353
control's <layer> to a number between the bottom-most and topmost
54-
<control(object)|controls> in the <group>.
54+
<control(glossary)|controls> in the <group>.
5555

5656

57-
References: group (command), start editing (command), property (glossary),
58-
grouped control (glossary), group-editing mode (glossary), card (keyword),
59-
control (keyword), control (object), editBackground (property),
60-
layer (property)
57+
References: group (command), start editing (command),
58+
control (glossary), property (glossary), grouped control (glossary),
59+
group-editing mode (glossary), card (keyword), control (keyword),
60+
editBackground (property), layer (property)
6161

6262
Tags: ui
6363

docs/dictionary/property/resizable.lcdoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ Use the <resizable> <property> to control whether the user can change a
3333
window's size.
3434

3535
References: modal (command), stacks (function), property (glossary),
36-
handler (glossary), command (glossary), stack window (glossary),
37-
rectangle (keyword), resizeStack (message), stack (object),
38-
control (object), minHeight (property), properties (property),
39-
maxWidth (property)
36+
handler (glossary), command (glossary), stack window (glossary),
37+
rectangle (keyword), resizeStack (message), stack (object),
38+
minHeight (property), properties (property), maxWidth (property)
4039

4140
Tags: windowing
4241

docs/dictionary/property/resizeQuality.lcdoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ set the resizeQuality of the templateImage to "best"
2424
Description:
2525
The <resizeQuality> of an image takes one of three values:
2626

27-
"normal": uses a "nearest" filter- i.e. no interpolation. This is the
28-
fastest scaling method and is the default for new images "good": uses a
29-
bilinear filter- i.e. interpolation is done between the four nearest
30-
pixels using bilinearity. "best" : uses a bicubic filter-
31-
i.e.interpolation is done using cubic approximation from near pixels.
32-
This is the slowest scaling method but produces the best quality
33-
scaling.
27+
- "normal": uses a "nearest" filter- i.e. no interpolation. This is the
28+
fastest scaling method and is the default for new images
29+
- "good": uses a bilinear filter- i.e. interpolation is done between the
30+
four nearest pixels using bilinearity.
31+
- "best" : uses a bicubic filter- i.e. interpolation is done using cubic
32+
approximation from near pixels. This is the slowest scaling method but
33+
produces the best quality scaling.
3434

3535
The default value of the <resizeQuality> for new images is "normal"
3636

docs/dictionary/property/retainImage.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ This property is supported only on Unix systems with Display PostScript
3737
installed.
3838

3939
References: property (glossary), EPS (glossary), bitmap (glossary),
40-
Display PostScript (glossary), image (keyword), file (keyword),
41-
retainPostScript (property), postScript (property)
40+
Display PostScript (glossary), PostScript (gloassry), image (keyword),
41+
file (keyword), retainPostScript (property), postScript (property)
4242

4343
Tags: multimedia
4444

docs/dictionary/property/retainPostScript.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ deleted once the <object(glossary)> has been drawn.
3636
This property is supported only on Unix systems with Display PostScript
3737
installed.
3838

39-
References: EPS (glossary), property (glossary), object (glossary),
40-
postScript (property), retainImage (property)
39+
References: EPS (glossary), PostScript (glossary), property (glossary),
40+
object (glossary), postScript (property), retainImage (property)
4141

4242
Tags: multimedia
4343

0 commit comments

Comments
 (0)