Skip to content

Commit fc84e02

Browse files
committed
[[ Docs ]] Make various deprecations consistently represented
1 parent fa323aa commit fc84e02

24 files changed

Lines changed: 83 additions & 71 deletions

docs/dictionary/command/import.lcdoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ contents of a <file> into the <object(glossary)>.
1010

1111
Introduced: 1.0
1212

13-
Deprecated:
14-
8.1
15-
1613
OS: mac, windows, linux, ios, android
1714

1815
Platforms: desktop, mobile

docs/dictionary/command/revGoURL.lcdoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ Type: command
44

55
Syntax: revGoURL <URL>
66

7-
Summary:
8-
Deprecated. Used to open a <URL> in a <browser|web browser>.
7+
Summary: Used to open a <URL> in a <browser|web browser>.
98

109
Introduced: 1.0
1110

11+
Deprecated: 2.9
12+
1213
OS: mac, windows, linux
1314

1415
Platforms: desktop, server
@@ -31,9 +32,6 @@ URL:
3132
An expression that evaluates to a URL.
3233

3334
Description:
34-
The <revGoURL> command is deprecated and should not be used in new code.
35-
To open a url from within a stack, use the <launch url command> instead.
36-
3735
The <revGoURL> <command> was previously used to open a web page in the
3836
user's <browser> application from within a <stack>.
3937

@@ -72,8 +70,9 @@ behavior may be experienced.
7270
> <handler>.
7371

7472
Changes:
75-
The revGoUrl command was deprecated in version 2.9 to be replaced by the
76-
launch url command.
73+
The <revGoURL> command was deprecated in version 2.9 and should not be
74+
used in new code. To open a url from within a stack, use the
75+
<launch url> <command> instead.
7776

7877
References: revMail (command), launch url (command), URLEncode (function),
7978
application (glossary), AppleScript (glossary), main stack (glossary),

docs/dictionary/function/charToNum.lcdoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Summary:
1111

1212
Introduced: 1.0
1313

14+
Deprecated: 7.0
15+
1416
OS: mac, windows, linux, ios, android
1517

1618
Platforms: desktop, server, mobile

docs/dictionary/function/iphoneSystemIdentifier.lcdoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Returns the device's unique system identifier.
99

1010
Introduced: 4.6
1111

12+
Deprecated: 6.0
13+
1214
OS: ios
1315

1416
Platforms: mobile

docs/dictionary/function/nativeCharToNum.lcdoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Description:
3232
Use the <nativeCharToNum> function to translate native characters to
3333
their 8-bit numerical value.
3434

35-
The <> </a> function is the inverse of the <numToNativeChar> function.
35+
The <nativeCharToNum> function is the inverse of the <numToNativeChar>
36+
function.
3637

3738
These functions convert between text and native characters and are
3839
replacements for the deprecated <numToChar> and <charToNum> functions.
@@ -46,7 +47,7 @@ character (?).
4647
Unless needed for compatibility reasons, it is recommended that you use
4748
the <numToCodepoint> and <codepointToNum> functions instead.
4849

49-
References: nativeCharToNum (function), numToChar (function),
50-
charToNum (function), numToNativeChar (function),
51-
numToCodepoint (function), (function), codepointToNum (function)
50+
References: numToChar (function), charToNum (function),
51+
numToNativeChar (function), numToCodepoint (function),
52+
codepointToNum (function)
5253

docs/dictionary/function/numToChar.lcdoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ value>.
1212

1313
Introduced: 1.0
1414

15+
Deprecated: 7.0
16+
1517
OS: mac, windows, linux, ios, android
1618

1719
Platforms: desktop, server, mobile

docs/dictionary/function/scriptLimits.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ environment.
1212

1313
Introduced: 1.0
1414

15+
Deprecated: 6.7
16+
1517
OS: mac, windows, linux, ios, android
1618

1719
Platforms: desktop, server, mobile
@@ -20,8 +22,6 @@ Returns:
2022
The scriptLimits function now always returns 0,0,0,0.
2123

2224
Description:
23-
Deprecated in LiveCode 6.7.
24-
2525
The scriptLimits function is deprecated and should not be used. It
2626
previously described the limits on dynamic scripting in standalone
2727
applications.

docs/dictionary/function/uniDecode.lcdoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Converts a string from <Unicode> to single-byte text.
1111

1212
Introduced: 1.0
1313

14+
Deprecated: 7.0
15+
1416
OS: mac, windows, linux, ios, android
1517

1618
Platforms: desktop, server, mobile

docs/dictionary/function/uniEncode.lcdoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Converts a <string> from single-byte text to <Unicode>.
1111

1212
Introduced: 1.0
1313

14+
Deprecated: 7.0
15+
1416
OS: mac, windows, linux, ios, android
1517

1618
Platforms: desktop, server, mobile

docs/dictionary/message/headingError.lcdoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ Deprecated, use the trackingError message instead.
99

1010
Introduced: 4.6.1
1111

12-
Deprecated:
13-
deprecated 5.5
12+
Deprecated: 5.5
1413

1514
OS: ios
1615

0 commit comments

Comments
 (0)