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

Commit 04b3044

Browse files
committed
Merge remote-tracking branch 'upstream/develop-9.0' into merge-develop-9.0-02.05.2019
2 parents a04f779 + d864801 commit 04b3044

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+240
-197
lines changed

docs/dictionary/command/export-snapshot.lcdoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,9 @@ snapshot to specified dimensions, was added in version 6.0.
146146
References: export (command), import snapshot (command), select (command),
147147
screenRect (function), PPM (glossary), command (glossary),
148148
container (glossary), PBM (glossary), alpha channel (glossary),
149-
file (keyword), image (keyword), cursor (property), rectangle (property),
150-
windowID (property), object reference (glossary)
149+
file (keyword), image (keyword), cursor (property),
150+
defaultFolder (property), rectangle (property), windowID (property),
151+
object reference (glossary)
151152

152153
Tags: file system, multimedia
153154

docs/dictionary/command/go.lcdoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ command opens the main stack of the specified stack file.
5757

5858
mode (enum):
5959

60-
- editable window:
61-
- palette:
62-
- modal dialog box:
63-
- modeless dialog box:
64-
- sheet dialog box: appears in <defaultStack>
65-
- drawer: appears in <defaultStack>, centered at left side if there's
66-
room
60+
- editable window
61+
- palette
62+
- modal dialog box
63+
- modeless dialog box
64+
- sheet dialog box - appears in <defaultStack(property)>
65+
- drawer - appears in <defaultStack(property)>, centered at left
66+
side if there's room
6767

6868

6969
window:

docs/dictionary/command/grab.lcdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Use the <grab> <command> within a <mouseDown> <handler> to drag an
3232
it.
3333

3434
You can only grab a control when the mouse pointer is within the
35-
control's rectangle at the time the mouse is clicked. If the <mouse
36-
pointer> is outside the <control> when the <grab> <command> is
37-
<execute|executed>, nothing happens.
35+
control's rectangle at the time the mouse is clicked. If the
36+
<mouse pointer> is outside the <control> when the <grab> <command>
37+
is <execute|executed>, nothing happens.
3838

3939
Although the <grab> <command> returns to the calling handler
4040
immediately, the target control will remain grabbed until the user

docs/dictionary/command/hide.lcdoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ References: disable (command), answer effect (command), show (command),
7373
hide menubar (command), visual effect (command), object (glossary),
7474
command (glossary), property (glossary), black (keyword), stack (object),
7575
showPict (property), imageSource (property), visible (property),
76-
showInvisibles (property)
76+
showInvisibles (property), dontUseQT (property),
77+
dontUseQTEffects (property)
7778

7879
Tags: ui
7980

docs/dictionary/command/import.lcdoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ XPM (glossary), PGM (glossary), XWD (glossary), audio clip (glossary),
8787
PPM (glossary), XBM (glossary), PNG (glossary), stack file (glossary),
8888
Windows (glossary), AVI (glossary), file (keyword), image (keyword),
8989
paint (keyword), EPS (object), stack (object), defaultStack (property),
90+
dontUseQT (property), dontUseQTEffects (property),
9091
filename (property), JPEGQuality (property),
9192
paintCompression (property)
9293

docs/dictionary/command/iphoneSetAudioCategory.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ iphoneSetAudioCategory "play and record"
2121

2222
Parameters:
2323
category (enum):
24-
The audio category to use. One of:
24+
The audio category to use.
2525

2626
- "ambient": Audio from other applications can mix into the sound of
2727
the running application. Audio is silenced by locking the screen or

docs/dictionary/command/iphoneSetRedrawInterval.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ elements. For example, scrollers, dragging and the move command all
5757
independently request redraws causing a build up which can lead to
5858
'judders' and other unwanted drawing issues.
5959

60-
>*Warning:* When the this feature, updates do not occur after each
60+
>*Warning:* When using this feature, updates do not occur after each
6161
> command.
6262

6363
>*Warning:* This feature should not be used if your scripts prevent

docs/dictionary/command/iphoneSetRemoteControlDisplay.lcdoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@ both on an external device and also on the device itself when in lock
5050
screen (via double-tapping on the Home button).
5151

5252
Use the <iphoneSetRemoteControlDisplay> command to configure the
53-
> information that may be displayed on the remote control device, or on
54-
> the (locked) home screen controls.
53+
information that may be displayed on the remote control device, or on
54+
the (locked) home screen controls.
5555
>*Note:* There is no guarantee that any of this information will be
5656
> used, it is up to the remote control device / iOS to decide.
57+
5758
>*Note:* This functionality is only available on iOS 5.x and above.
5859

5960
References: iphoneEnableRemoteControl (command),

docs/dictionary/command/mobileBusyIndicatorStop.lcdoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ busy indicator from the screen.
2525

2626
The <mobileBusyIndicatorStop> command does not do anything if a busy
2727
indicator is not running. You can start an activity indicator by calling
28-
<mobileBusyIndicatorStart.>
28+
<mobileBusyIndicatorStart>.
2929

30-
References: mobileBusyIndicatorStart. (command),
31-
mobileBusyIndicatorStart (command)
30+
References: mobileBusyIndicatorStart (command)
3231

docs/dictionary/command/mobileCancelLocalNotification.lcdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ notification:
2222

2323
Description:
2424
Use the <mobileCancelLocalNotification> <command> to cancel a particular
25-
Local Notification with the operating system from within a <stack on iOS
26-
or Android>.
25+
Local Notification with the operating system from within a <stack> on iOS
26+
or Android.
2727

2828
This command cancels a Local Notification with the iOS or Android
2929
operating sytem.
3030

3131
References: mobileCreateLocalNotification (command),
3232
mobileCancelAllLocalNotifications (command), command (glossary),
33-
stack on iOS or Android (object)
33+
stack (object)
3434

3535
Tags: networking
3636

0 commit comments

Comments
 (0)