Skip to content

Commit 657f2c2

Browse files
author
livecodesam
committed
[Dictionary] movingControls to pageRange
1 parent 9ee61bb commit 657f2c2

File tree

11 files changed

+36
-36
lines changed

11 files changed

+36
-36
lines changed

docs/dictionary/command/open-file.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ close file (command), answer file (command), return (constant),
154154
function (control structure), result (function), tempName (function),
155155
textDecode (function), textEncode (function), return (glossary),
156156
null (glossary), property (glossary), file (glossary), port (glossary),
157-
command (glossary), Windows (glossary), textDecode (glossary),
157+
command (glossary), Windows (glossary),
158158
OS X (glossary), type signature (glossary), creator signature (glossary),
159159
Mac OS (glossary), Unix (glossary), ASCII (glossary),
160160
characters (keyword), file (keyword), URL (keyword), fileType (property),

docs/dictionary/command/open-process.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ References: kill (command), close process (command),
143143
read from process (command), write to process (command),
144144
exit (control structure), screenName (function), command (glossary),
145145
OS X (glossary), textDecode (function), Windows (glossary),
146-
Mac OS (glossary), Unix (glossary), textEncode (keyword),
146+
Mac OS (glossary), Unix (glossary),
147147
background (glossary), process (glossary), characters (keyword),
148148
hideConsoleWindows (property)
149149

docs/dictionary/control_st/on.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ reaches the <object(glossary)> whose <script> contains the <on>
8484

8585
References: dispatch (command), exit (control structure),
8686
return (control structure), result (function), commandNames (function),
87-
paramCount (function), the result (function), object (glossary),
87+
paramCount (function), object (glossary),
8888
handle (glossary), handler (glossary), execute (glossary),
8989
message handler (glossary), pass (glossary), message path (glossary),
9090
control structure (glossary), message (glossary),

docs/dictionary/function/movingControls.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ window is still moving, or to perform an action on each <control> or
3232
window that is moving.
3333

3434
References: move (command), function (control structure),
35-
command (glossary), return (glossary), control (keyword), line (keyword),
36-
control (object), properties (property), ID (property)
35+
command (glossary), control (glossary), return (glossary), control (keyword),
36+
line (keyword), properties (property), ID (property)
3737

3838
Tags: multimedia
3939

docs/dictionary/function/optionKey.lcdoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ Use the <optionKey> <function(control structure)> to check whether the
3131
<optionKey> to add alternative capabilities to user actions such as
3232
clicking.
3333

34-
The altKey, optionKey, and <metaKey> <function(glossary)|functions> all
34+
The <altKey> and <optionKey> <function(glossary)|functions> both
3535
<return> the same <value>. Which one to use is a matter of preference.
3636

3737
The terminology varies depending on platform. Users of different
3838
operating systems may know this key as the Option key (Mac OS systems),
3939
Meta key (Unix systems), or Alt key (Windows systems).
4040

41-
References: left (constant), return (constant),
41+
References: left (constant), return (constant),
4242
function (control structure), value (function), keysDown (function),
43-
Alt key (glossary), Meta key (glossary), Option key (glossary),
44-
return (glossary), metaKey (glossary), function (glossary),
43+
altKey (function), Alt key (glossary), Meta key (glossary),
44+
Option key (glossary), return (glossary), function (glossary),
4545
optionKeyDown (message)
4646

4747
Tags: ui

docs/dictionary/keyword/msg.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ In LiveCode IDE <msg> and the <msgChanged> <message> are used to implement
3333
the message box.
3434

3535
References: put (command), msgChanged (message), keyword (glossary),
36-
global (keyword), variable (glossary), message (glossary),
37-
stdout <keyword>
36+
global (glossary), variable (glossary), message (glossary),
37+
stdout (keyword)

docs/dictionary/keyword/opaque.lcdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Setting a control's <style> <property> to "opaque" sets its <opaque>
2929
<property> to true.
3030

3131
References: object (glossary), property (glossary), keyword (glossary),
32-
transparent (keyword), button (keyword), field (keyword),
33-
opaque (keyword), control (keyword), button (object), style (property),
34-
owner (property), opaque (property), backgroundColor (property)
32+
button (keyword), field (keyword), opaque (keyword), control (keyword),
33+
button (object), style (property), owner (property), opaque (property),
34+
backgroundColor (property)
3535

3636
Tags: ui
3737

docs/dictionary/message/msgChanged.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ handlerName (string): The name of the handler that modified <msg>
3434
lineNumber (integer): The line number within the script that modified
3535
<msg>
3636

37-
References: put (command), message (glossary), msg (keyword),
38-
stdout (keyword)
37+
References: put (command), message (glossary), command (glossary),
38+
msg (keyword), stdout (keyword)

docs/dictionary/message/newGroup.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ A <newBackground> message is sent after the <newGroup> <message>. (The
3838
References: paste (command), group (command), copy (command),
3939
clone (command), pass (control structure), object (glossary),
4040
trap (glossary), message (glossary), HyperCard (glossary),
41-
templateGroup (glossary), message path (glossary),
41+
message path (glossary), templateGroup (keyword),
4242
newBackground (message), script (property)
4343

4444
Tags: objects

docs/dictionary/property/name.lcdoc

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ named "My Button". The <card> also has a <card control|card field> named
7777
> inside this <folder>. The <long> name of a stack in an application
7878
> is the location of the application inside the
7979
> <application bundle|bundle>, not the <application bundle|bundle's>
80-
> location. For example, if the <bundle'sfile path> is
80+
> location. For example, if the bundle's <file path> is
8181
> "/Volumes/Disk/MyApp.app/", the <long> name of the application's main
8282
> stack might be "/Volumes/Disk/MyApp.app/Contents/MacOS/MyApp".
8383

@@ -91,10 +91,10 @@ results in an <execution error>. If you need to get the name of a
9191
<group> that is not on the <current card>, use the "<background>"
9292
terminology instead.
9393

94-
The <long> <name> of a <background> includes the name of the <current
95-
card>, if the <background> appears on the <current card>. If not, the
96-
<long> name of the <background> includes the name of the first <card> the
97-
<background> appears on.
94+
The <long> <name> of a <background> includes the name of the
95+
<current card>, if the <background> appears on the <current card>. If not,
96+
the <long> name of the <background> includes the name of the first <card>
97+
the <background> appears on.
9898

9999
You can use an object's <name> to refer to the <object(object)> in a
100100
<statement>. However, the <name> need not be seen on screen, even if the
@@ -148,15 +148,14 @@ standalone application (glossary), file path (glossary),
148148
property (glossary), folder (glossary),
149149
development environment (glossary), object reference (glossary),
150150
application bundle (glossary), execution error (glossary),
151-
main stack (glossary), OS X (glossary), bundle'sfile path (glossary),
152-
pane (glossary), property inspector (glossary), current card (glossary),
151+
main stack (glossary), OS X (glossary), pane (glossary),
152+
property inspector (glossary), current card (glossary),
153153
background (glossary), card control (glossary), object (glossary),
154154
file (keyword), characters (keyword), long (keyword), button (keyword),
155155
string (keyword), abbreviated (keyword), card (keyword),
156156
control (keyword), nameChanged (message), player (object), stack (object),
157-
control (object), HCAddressing (property), name (property),
158-
owner (property), ID (property), hilitedButtonName (property),
159-
label (property), titleWidth (property)
157+
HCAddressing (property), name (property), owner (property), ID (property),
158+
hilitedButtonName (property), label (property), titleWidth (property)
160159

161160
Tags: objects
162161

0 commit comments

Comments
 (0)