Skip to content

Commit ca0de9c

Browse files
committed
Merge remote-tracking branch 'upstream/develop-9.5' into merge-develop-9.5-21.11.2019
2 parents d1798a6 + 1e615b7 commit ca0de9c

14 files changed

+37
-28
lines changed

builder/builder_utilities.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
script "BuilderUtilities"
22

33
constant kMergExtVersion = "2019-9-23"
4-
constant kTSNetVersion = "1.3.9"
4+
constant kTSNetVersion = "1.4.0"
55

66
local sEngineDir
77
local sWorkDir

docs/dictionary/command/start-session.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ start session
2121
put "jack" into $_SESSION['user']
2222

2323
Example:
24-
set the sessionLifeTime to 360 -- 10 minutes
24+
set the sessionLifeTime to 360 -- 6 minutes
2525
start session
2626

2727
Description:
@@ -37,7 +37,7 @@ The location where the <$_SESSION(keyword)> array is stored on the
3737
server is configured using the <sessionSavePath> <property>.
3838

3939
A session is stored until it expires or is deleted using the
40-
<delete session command>. The maximum age of a session is configured
40+
<delete session> <command>. The maximum age of a session is configured
4141
using the <sessionLifetime> <property>.
4242

4343
>*Note:* You do not need to alter any of the session properties in order

docs/dictionary/function/controlAtLoc.lcdoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ The <controlAtLoc> function returns the control at the given location.
3131
The function returns the number of the control, below are examples of
3232
getting the name or long id of the control
3333

34-
get the name of (controlAtLoc(<coordinates>))
35-
get the long ID of (controlAtLoc(<coordinates>))
34+
get the name of (controlAtLoc(<coordinates>))
35+
36+
get the long ID of (controlAtLoc(<coordinates>))
3637

3738
References: mouseLoc (function), controlAtScreenLoc (function),
3839
control (keyword), location (property)

docs/dictionary/function/controlAtScreenLoc.lcdoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Example:
1717
put controlAtScreenLoc((100,100))
1818

1919
Example:
20-
get the name of (controlAtScreenLoc(the mouseLoc))
20+
get the name of (controlAtScreenLoc(the screenMouseLoc))
2121

2222
Parameters:
2323
coordinates(point):
@@ -31,10 +31,11 @@ The <controlAtScreenLoc> function returns the control at the given
3131
location. The function returns the number of the control, below are
3232
examples of getting the name or long id of the control
3333

34-
get the name of (controlAtLoc(<coordinates>))
35-
get the long ID of (controlAtLoc(<coordinates>))
34+
get the name of (controlAtScreenLoc(<coordinates>))
3635

37-
References: mouseLoc (function), controlAtLoc (function),
36+
get the long ID of (controlAtScreenLoc(<coordinates>))
37+
38+
References: screenMouseLoc (function), controlAtLoc (function),
3839
control (keyword), location (property)
3940

4041
Tags: ui

docs/dictionary/property/fullClipboardData.lcdoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,14 @@ Use the <fullClipboardData> to gain access to the system
4040
- "rtftext": LiveCode rich text format data
4141
- "htmltext": LiveCode HTML text
4242
- "styledtext": array of LiveCode styled text
43-
- "image": any of PNG, GIF or JPEG image
43+
- "image": any of PNG, GIF or JPEG image. If on Windows,
44+
additionally BMP image.
4445
- "png": PNG image
4546
- "gif": GIF image
4647
- "jpeg": JPEG image
48+
- "windows bitmap": BMP image (Windows only)
49+
- "windows metafile": Windows native vector graphics image (Windows
50+
only)
4751
- "rtf": Rich Text Format data
4852
- "html": HTML
4953
- "styles": LiveCode styled text data

docs/dictionary/property/showController.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Set a player's <showController> <property> to false if you are providing
3535
these capabilities in the stack already, or if you do not want the user
3636
to be able to control playback of the movie or sound.
3737

38-
References: property (glossary), controller bar (glossary),
39-
player (keyword), control (object), player (object),
38+
References: property (glossary), control (glossary),
39+
controller bar (glossary), player (keyword), player (object),
4040
movieControllerID (property), showSelection (property)
4141

4242
Tags: multimedia

docs/dictionary/property/startAngle.lcdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ specify that only a portion of the oval, forming an arc, should be
3434
drawn.
3535

3636
The <startAngle> determines the starting <point> of the arc. The
37-
<angleInDegrees> zero is at the right edge, 3 o'clock. Increasing the
38-
<angleInDegrees> moves the starting <point> counter-clockwise around the
37+
*angleInDegrees* zero is at the right edge, 3 o'clock. Increasing the
38+
*angleInDegrees* moves the starting <point> counter-clockwise around the
3939
arc.
4040

4141
The global setting of the <arcAngle> <property> <control|controls> the
@@ -47,7 +47,7 @@ For a graphic oval, the angle is the same as the <startAngle>. Changing
4747
one changes the other.
4848

4949
References: global (command), property (glossary), paint tool (glossary),
50-
integer (keyword), point (keyword), graphic (keyword), control (object),
50+
control (glossary), integer (keyword), point (keyword), graphic (keyword),
5151
properties (property), arcAngle (property), startAngle (property)
5252

5353
Tags: ui

docs/dictionary/property/strokeGradient.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ end points. This property is 1 by default.
7171
alternating repetitions of the ramp are reversed. This property is false
7272
by default.
7373

74-
*strokeGradient["wrap"] - A boolean value specifying whether the ramp is
74+
* strokeGradient["wrap"] - A boolean value specifying whether the ramp is
7575
repeated to fill the entire graphic a object. This property is false by
7676
default.
7777

docs/dictionary/property/styledText.lcdoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ The <styledText> property returns a numerically-indexed array of
6161
paragraphs, each index representing each paragraph in the field in
6262
order:
6363

64-
tStyledTextArray[1] = &lt;first paragraph array&gt;
65-
...
66-
tStyledTextArray[&lt;n&gt;] = &lt;last paragraph array&gt;
64+
tStyledTextArray[1] = &lt;first paragraph array&gt;
65+
...
66+
tStyledTextArray[&lt;n&gt;] = &lt;last paragraph array&gt;
6767

6868
Each paragraph array has up to two keys:
6969

@@ -79,9 +79,9 @@ borderColor, hGrid, vGrid, dontWrap, padding and hidden.
7979
The paragraph content array is a numerically-indexed array of runs, each
8080
index representing each run in the paragraph in order:
8181

82-
tParagraphContentArray[1] = &lt;first paragraph run array&gt;
83-
...
84-
tParagraphContentArray[&lt;n&gt;] = &lt;last paragraph run array&gt;
82+
tParagraphContentArray[1] = &lt;first paragraph run array&gt;
83+
...
84+
tParagraphContentArray[&lt;n&gt;] = &lt;last paragraph run array&gt;
8585

8686
Each paragraph run array has up to three keys:
8787

@@ -107,6 +107,7 @@ Centered Hello World
107107
Left-aligned Hello unicodeString
108108

109109
This would transpire as the following array:
110+
110111
1 =
111112
style = { textAlign = center }
112113
runs =

docs/dictionary/property/tabGroupBehavior.lcdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ is set to false.
2626

2727
Description:
2828
Use the <tabGroupBehavior> <property> to enable using the arrow keys to
29-
tab through a <group(glossary)|group's> <control(object)|controls>.
29+
tab through a <group(glossary)|group's> <control(glossary)|controls>.
3030

3131
If a group's <tabGroupBehavior> <property> is set to true, pressing the
3232
Tab key moves to the first <unlock|unlocked> <field(keyword)> in the
@@ -54,8 +54,8 @@ arrow keys to move around in any of the <field(object)|fields> in the
5454
<control(keyword)> instead.
5555

5656
References: group (command), property (glossary), unlock (glossary),
57-
group (glossary), field (keyword), control (keyword), tabKey (message),
58-
field (object), control (object), tabStops (property),
57+
group (glossary), control (glossary), field (keyword), control (keyword),
58+
tabKey (message), field (object), tabStops (property),
5959
textArrows (property), traversalOn (property), radioBehavior (property),
6060
layer (property)
6161

0 commit comments

Comments
 (0)