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

Commit 789ba52

Browse files
author
livecodesam
committed
Dictionary changes from dragSource to end switch
1 parent aa73047 commit 789ba52

File tree

15 files changed

+59
-99
lines changed

15 files changed

+59
-99
lines changed

docs/dictionary/command/drawer.lcdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ different locations on that side:
5959
drawer "Colors" at left of this stack aligned to bottom
6060

6161

62-
>*Cross-platform note:* On <Mac OS>, <Unix>, and <Windows|Windows
63-
> systems>, <drawer(glossary)|drawers> are not supported, so the
64-
> <drawer> <command> opens the <stack> as a <palette> instead. The
62+
>*Cross-platform note:* On <Mac OS>, <Unix>, and
63+
> <Windows|Windows systems>, <drawer(glossary)|drawers> are not supported,
64+
> so the <drawer> <command> opens the <stack> as a <palette> instead. The
6565
> <palette> uses the current <rectangle> of the <stack> and does not
6666
> resize or move it.
6767

docs/dictionary/command/edit.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Type: command
55
Syntax: edit [the] script of <object> [at line,column]
66

77
Summary:
8-
Opens the <script> of an <object(glossary)> in the <development
9-
environment>.
8+
Opens the <script> of an <object(glossary)> in the
9+
<development environment>.
1010

1111
Introduced: 1.0
1212

docs/dictionary/function/dragSource.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Description:
3232
Use the <dragSource> <function> to find out which <object(glossary)>,
3333
and which <object type>, is being dragged from.
3434

35-
The <dragSource> <function> only <return|returns> a value while a <drag
36-
and drop> is in progress. Otherwise, the <dragSource> <function>
35+
The <dragSource> <function> only <return|returns> a value while a
36+
<drag and drop> is in progress. Otherwise, the <dragSource> <function>
3737
<return|returns> empty.
3838

3939
References: function (control structure), target (function),

docs/dictionary/function/driverNames.lcdoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Example:
2121
put firstItems(the driverNames) into menu "Choose a driver:"
2222

2323
Returns:
24-
The <driverNames> <function> <return|returns> a list of <device
25-
driver|drivers>, one per <line>. Each <line> consists of three <items>,
26-
separated by commas:
24+
The <driverNames> <function> <return|returns> a list of
25+
<device driver|drivers>, one per <line>. Each <line> consists of
26+
three <items>, separated by commas:
2727

2828
1. The name of the driver.
2929
2. The name and location of the TTY device file for the driver.
@@ -41,8 +41,8 @@ driver|drivers> can be used with the <open driver>, <read from driver>,
4141
<write to driver>, and <close driver> <command|commands>.
4242

4343
Usually, you use the callout file name--the third item in the line for
44-
the driver you want--with the open driver, <read from driver>, <write to
45-
driver>, and <close driver> <command|commands>.
44+
the driver you want--with the open driver, <read from driver>,
45+
<write to driver>, and <close driver> <command|commands>.
4646

4747
References: open driver (command), write to driver (command),
4848
read from driver (command), close driver (command),

docs/dictionary/keyword/effective.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ The <effective> <keyword> can be used with the following inherited
7373
* rectangle property
7474

7575

76-
* <layerMode> < property(property)>
76+
* <layerMode> property
7777

7878

7979
>*Note:* The <effective> keyword is implemented internally as a property
8080
> and appears in the propertyNames. However, it cannot be used as a prop
8181
> in an expression, nor with the set com.
8282

8383
References: object (glossary), property (glossary), keyword (glossary),
84-
substack (glossary), layerMode (glossary), font (glossary),
84+
substack (glossary), font (glossary),
8585
inheritance (glossary), card (keyword), rectangle (keyword),
8686
button (keyword), button (object), borderPattern (property),
8787
foregroundColor (property), threeDHilite (property),

docs/dictionary/keyword/eighth.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Example:
1717
send the eighth item of messagesList to the eighth card
1818

1919
Description:
20-
Use the <eighth> <keyword> in an <object reference> or <chunk
21-
expression>.
20+
Use the <eighth> <keyword> in an <object reference> or
21+
<chunk expression>.
2222

2323
The <eighth> <keyword> can be used to specify any <object(glossary)>
2424
whose <number> <property> is 8. It can also be used to designate the

docs/dictionary/keyword/end-repeat.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Example:
1717
end repeat
1818

1919
Description:
20-
Use the <end repeat> <keyword> to mark the end of a <repeat> <control
21-
structure>.
20+
Use the <end repeat> <keyword> to mark the end of a <repeat>
21+
<control structure>.
2222

2323
The <end repeat> <keyword> occurs on a line by itself.
2424

docs/dictionary/keyword/end-switch.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Example:
1717
end switch
1818

1919
Description:
20-
Use the <end switch> <keyword> to mark the end of a <switch> <control
21-
structure>.
20+
Use the <end switch> <keyword> to mark the end of a <switch>
21+
<control structure>.
2222

2323
The <end switch> <keyword> occurs on a line by itself.
2424

docs/dictionary/keyword/end-try.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Example:
1717
end try
1818

1919
Description:
20-
Use the <end try> <keyword> to mark the end of a <try> <control
21-
structure>.
20+
Use the <end try> <keyword> to mark the end of a <try>
21+
<control structure>.
2222

2323
The <end try> <keyword> occurs on a line by itself.
2424

docs/dictionary/message/dragStart.lcdoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ it and then drags the mouse pointer at least <dragDelta> pixels from its
2929
original position.
3030

3131
Use this handler to initiate a drag-drop operation if required. An
32-
operation can be initiated by setting a data-type of the <dragData
33-
property>.
32+
operation can be initiated by setting a data-type of the
33+
<dragData> property.
3434

3535
LiveCode automatically handles the mechanics of dragging and dropping
3636
text between and within unlocked fields. To support this type of drag
@@ -49,8 +49,8 @@ a <pass> <control structure>:
4949

5050
References: click (command), pass (control structure),
5151
control structure (glossary), handler (glossary), message (glossary),
52-
dragEnter (message), dragData (property), dragData property (property),
53-
dragImageOffset (property), dragAction (property), dragDelta (property)
52+
dragEnter (message), dragData (property), dragImageOffset (property),
53+
dragAction (property), dragDelta (property)
5454

5555
Tags: ui
5656

0 commit comments

Comments
 (0)