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

Commit 655c479

Browse files
[[ RunRevReferences ]] Remove references to 'Revolution' and 'Revolution custom library' from lcdoc files
1 parent 286edd7 commit 655c479

File tree

233 files changed

+476
-476
lines changed

Some content is hidden

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

233 files changed

+476
-476
lines changed

docs/dictionary/command/constant.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ If you place the <constant> <statement> in a <handler>, you can use the <constan
3636

3737
Once you have defined a constant, you cannot redefine it in the same handler; doing so causes an execution error.
3838

39-
You can use the <constant> <command> to redefine <Revolution|LiveCode's> built-in <constant(glossary)|constants> within a <script> or <handler>, but doing so makes your code harder to read and maintain. To find out whether a word is already defined as a built-in <constant(command)>, use the <constantNames> <function>.
39+
You can use the <constant> <command> to redefine <LiveCode's> built-in <constant(glossary)|constants> within a <script> or <handler>, but doing so makes your code harder to read and maintain. To find out whether a word is already defined as a built-in <constant(command)>, use the <constantNames> <function>.
4040

4141
>*Tip:* To see a list of built-in constants, open the Documentation window, click LiveCode Dictionary, and choose "Constants" from the menu at the top of the window.
4242

43-
References: script (property), watch (constant), false (constant), slash (constant), comma (constant), plus (constant), null (constant), pi (constant), iBeam (constant), colon (constant), three (constant), formfeed (constant), help (constant), five (constant), zero (constant), seven (constant), eight (constant), CRLF (constant), quote (constant), empty (constant), space (constant), arrow (constant), six (constant), ten (constant), four (constant), two (constant), constant (command), local (command), constantNames (function), Revolution (glossary), value (glossary), handler (glossary), string (glossary), statement (glossary), constant (glossary), keyword (glossary), command (glossary), function (control_st)
43+
References: script (property), watch (constant), false (constant), slash (constant), comma (constant), plus (constant), null (constant), pi (constant), iBeam (constant), colon (constant), three (constant), formfeed (constant), help (constant), five (constant), zero (constant), seven (constant), eight (constant), CRLF (constant), quote (constant), empty (constant), space (constant), arrow (constant), six (constant), ten (constant), four (constant), two (constant), constant (command), local (command), constantNames (function), LiveCode (glossary), value (glossary), handler (glossary), string (glossary), statement (glossary), constant (glossary), keyword (glossary), command (glossary), function (control_st)
4444

4545
Tags: properties

docs/dictionary/command/define.lcdoc

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

55
Syntax: define <property> of <object>
66

7-
Summary: Has no effect and is included in <Revolution|LiveCode> for compatibility with imported <SuperCard> projects.
7+
Summary: Has no effect and is included in <LiveCode> for compatibility with imported <SuperCard> projects.
88

99
Introduced: 1.0
1010

@@ -19,4 +19,4 @@ In SuperCard and Oracle Media Objects, the <define> <command> is used to create
1919

2020
In LiveCode, you can use a custom property simply by setting its value with the set <command>, without creating it first, so this <command> is not needed.
2121

22-
References: undefine (command), custom property (glossary), SuperCard (glossary), command (glossary), Revolution (glossary)
22+
References: undefine (command), custom property (glossary), SuperCard (glossary), command (glossary), LiveCode (glossary)

docs/dictionary/command/delete-URL.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ Normally, FTP servers do not allow anonymous users to delete files, for obvious
4343

4444
>*Note:* When used with an <ftp> or <http> <URL>, the <delete URL> <command> is <blocking> : that is, the <handler> pauses until LiveCode is finished deleting the <URL>. Since deleting a file from a server may take some time due to network lag, the <delete URL> <command> may take long enough to be noticeable to the user.
4545

46-
>*Important:* The <delete URL> <command> is part of the <Internet library>. To ensure that the <command> works in a <standalone application>, you must include this <Revolution custom library|custom library> when you create your <standalone application|standalone>. In the Inclusions section of the <Standalone Application Settings> window, make sure "Internet Library" is selected in the list of script libraries.
46+
>*Important:* The <delete URL> <command> is part of the <Internet library>. To ensure that the <command> works in a <standalone application>, you must include this <custom library> when you create your <standalone application|standalone>. In the Inclusions section of the <Standalone Application Settings> window, make sure "Internet Library" is selected in the list of script libraries.
4747

4848
>*Note:* When included in a <standalone application>, the <Internet library> is implemented as a hidden <group> and made available when the <group> receives its first <openBackground> message. During the first part of the <application|application's> startup process, before this <message> is sent, the <delete URL> <command> is not yet available. This may affect attempts to use this <command> in <startup>, <preOpenStack>, <openStack>, or <preOpenCard> <handler|handlers> in the <main stack>. Once the <application> has finished starting up, the <library> is available and the <delete URL> <command> can be used in any <handler>.
4949

50-
References: startup (message), openBackground (message), preOpenStack (message), openStack (message), preOpenCard (message), Revolution custom library (library), put (library), library (library), Internet library (library), binfile (keyword), ftp (keyword), file (keyword), URL (keyword), http (keyword), function (control_st), application (glossary), standalone application (glossary), statement (glossary), delete folder (glossary), blocking (glossary), Standalone Application Settings (glossary), command (glossary), expression (glossary), main stack (glossary), group (glossary), delete file (glossary), local file (glossary), server (glossary), upload (glossary), folder (glossary), message (glossary), handler (glossary), libURLSetFTPStopTime (command), post (command), delete file (command), delete folder (command), result (function)
50+
References: startup (message), openBackground (message), preOpenStack (message), openStack (message), preOpenCard (message), LiveCode custom library (library), put (library), library (library), Internet library (library), binfile (keyword), ftp (keyword), file (keyword), URL (keyword), http (keyword), function (control_st), application (glossary), standalone application (glossary), statement (glossary), delete folder (glossary), blocking (glossary), Standalone Application Settings (glossary), command (glossary), expression (glossary), main stack (glossary), group (glossary), delete file (glossary), local file (glossary), server (glossary), upload (glossary), folder (glossary), message (glossary), handler (glossary), libURLSetFTPStopTime (command), post (command), delete file (command), delete folder (command), result (function)
5151

5252
Tags: networking

docs/dictionary/command/do.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ To see how to create a numbered set of variables see the dictionary entry for th
5050
The ability to specify an <alternateLanguageName> on Windows systems was added in LiveCode 2.9.
5151

5252
Changes:
53-
The <alternateLanguageName> option was introduced in version 1.1. In previous versions, it was not possible to include AppleScript or other <Open Scripting Architecture (OSA)|OSA> languages in a <Revolution|LiveCode> <handler>.
53+
The <alternateLanguageName> option was introduced in version 1.1. In previous versions, it was not possible to include AppleScript or other <Open Scripting Architecture (OSA)|OSA> languages in a <LiveCode> <handler>.
5454

55-
References: message box (keyword), as (keyword), debugDo (command), breakpoint (command), local (command), call (command), local command (command), result (function), alternateLanguages (function), system (glossary), Revolution (glossary), handler (glossary), execute (glossary), statement (glossary), Unix (glossary), compile (glossary), command (glossary), Open Scripting Architecture (OSA) (glossary)
55+
References: message box (keyword), as (keyword), debugDo (command), breakpoint (command), local (command), call (command), local command (command), result (function), alternateLanguages (function), system (glossary), LiveCode (glossary), handler (glossary), execute (glossary), statement (glossary), Unix (glossary), compile (glossary), command (glossary), Open Scripting Architecture (OSA) (glossary)

docs/dictionary/command/doMenu.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ menuName: The name of the menu in which the menuItem appears.
2525
Description:
2626
Use the <doMenu> <command> to choose a <menu item>.
2727

28-
The <doMenu> <command> is not implemented for all <menu item|menu items>. This command is included in <Revolution|LiveCode> for compatibility with imported <HyperCard> stacks.
28+
The <doMenu> <command> is not implemented for all <menu item|menu items>. This command is included in <LiveCode> for compatibility with imported <HyperCard> stacks.
2929

30-
References: copy (command), enable menu (command), paste (command), menuItem (keyword), menu (keyword), Revolution (glossary), command (glossary), menu item (glossary), HyperCard (glossary)
30+
References: copy (command), enable menu (command), paste (command), menuItem (keyword), menu (keyword), LiveCode (glossary), command (glossary), menu item (glossary), HyperCard (glossary)
3131

3232
Tags: menus

docs/dictionary/command/libURLDownloadToFile.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ The <callbackMessage> is sent to the <object> whose <script> contains the <libUR
3636

3737
>*Tip:* On <Mac OS> and <OS X|OS X systems>, the new <file(glossary)|file's> <creator signature> and <type signature|file type> is set to the value specified in the <fileType> <property>.
3838

39-
>*Important:* The <libURLDownloadToFile> <command> is part of the <Internet library>. To ensure that the <command> works in a <standalone application>, you must include this <Revolution custom library|custom library> when you create your <standalone application|standalone>. In the Inclusions section of the <Standalone Application Settings> window, make sure "Internet Library" is selected in the list of script libraries.
39+
>*Important:* The <libURLDownloadToFile> <command> is part of the <Internet library>. To ensure that the <command> works in a <standalone application>, you must include this <custom library> when you create your <standalone application|standalone>. In the Inclusions section of the <Standalone Application Settings> window, make sure "Internet Library" is selected in the list of script libraries.
4040

4141
>*Note:* When included in a <standalone application>, the <Internet library> is implemented as a hidden <group> and made available when the <group> receives its first <openBackground> message. During the first part of the <application|application's> startup process, before this <message> is sent, the <libURLDownloadToFile> <command> is not yet available. This may affect attempts to use this <command> in <startup>, <preOpenStack>, <openStack>, or <preOpenCard> <handler|handlers> in the <main stack>. Once the <application> has finished starting up, the <library> is available and the <libURLDownloadToFile> <command> can be used in any <handler>.
4242

4343
>*Cross-platform note:* On iOS and Android <libURLDownloadToFile> is blocking until the download is complete. Completion of the download is notified by the <urlProgress> message, where you can test if the downloaded status is set.
4444

45-
References: fileType (property), script (property), urlProgress (message), startup (message), openBackground (message), preOpenStack (message), openStack (message), preOpenCard (message), Internet library (library), library (library), Revolution custom library (library), URL (keyword), ftp (keyword), file (keyword), application (glossary), standalone application (glossary), message (glossary), property (glossary), file (glossary), Standalone Application Settings (glossary), command (glossary), main stack (glossary), OS X (glossary), type signature (glossary), group (glossary), creator signature (glossary), binary (glossary), server (glossary), download (glossary), parameter (glossary), Mac OS (glossary), handler (glossary), URLStatus (function), files (function), libURLSetStatusCallback (command), libURLFollowHttpRedirects (command), unload (command), put (command), load (command), libURLSetFTPStopTime (command), libURLftpUploadFile (command), object (object)
45+
References: fileType (property), script (property), urlProgress (message), startup (message), openBackground (message), preOpenStack (message), openStack (message), preOpenCard (message), Internet library (library), library (library), LiveCode custom library (library), URL (keyword), ftp (keyword), file (keyword), application (glossary), standalone application (glossary), message (glossary), property (glossary), file (glossary), Standalone Application Settings (glossary), command (glossary), main stack (glossary), OS X (glossary), type signature (glossary), group (glossary), creator signature (glossary), binary (glossary), server (glossary), download (glossary), parameter (glossary), Mac OS (glossary), handler (glossary), URLStatus (function), files (function), libURLSetStatusCallback (command), libURLFollowHttpRedirects (command), unload (command), put (command), load (command), libURLSetFTPStopTime (command), libURLftpUploadFile (command), object (object)
4646

4747
Tags: networking

docs/dictionary/command/libURLSetCustomHTTPHeaders.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ The <libURLSetCustomHTTPHeaders> setting replaces the <Internet library|Internet
4444

4545
If you specify a set of headers using the <libURLSetCustomHTTPHeaders> <command>, the <Internet library|Internet library's> <default> headers and the setting of the <httpHeaders> property are ignored, and the headers set by <libURLSetCustomHTTPHeaders> are used instead.
4646

47-
>*Important:* The <libURLSetCustomHTTPHeaders> <command> is part of the <Internet library>. To ensure that the <command> works in a <standalone application>, you must include this <Revolution custom library|custom library> when you create your <standalone application|standalone>. In the Inclusions section of the <Standalone Application Settings> window, make sure "Internet Library" is selected in the list of script libraries.
47+
>*Important:* The <libURLSetCustomHTTPHeaders> <command> is part of the <Internet library>. To ensure that the <command> works in a <standalone application>, you must include this <custom library> when you create your <standalone application|standalone>. In the Inclusions section of the <Standalone Application Settings> window, make sure "Internet Library" is selected in the list of script libraries.
4848

4949
>*Note:* When included in a <standalone application>, the <Internet library> is implemented as a hidden <group> and made available when the <group> receives its first <openBackground> message. During the first part of the <application|application's> startup process, before this <message> is sent, the <libURLSetCustomHTTPHeaders> <command> is not yet available. This may affect attempts to use this <command> in <startup>, <preOpenStack>, <openStack>, or <preOpenCard> <handler|handlers> in the <main stack>. Once the <application> has finished starting up, the <library> is available and the <libURLSetCustomHTTPHeaders> <command> can be used in any <handler>.
5050

5151
For technical information about the standard headers recognized in the HTTP 1.1 protocol, see RFC 2616 at http://www.ietf.org/rfc/rfc2616.txt.
5252

53-
References: httpHeaders (property), startup (message), openBackground (message), preOpenStack (message), openStack (message), preOpenCard (message), Internet library (library), Revolution custom library (library), library (library), https (keyword), URL (keyword), default (keyword), http (keyword), application (glossary), standalone application (glossary), property (glossary), web server (glossary), command (glossary), expression (glossary), main stack (glossary), Standalone Application Settings (glossary), server (glossary), HTTP (glossary), message (glossary), handler (glossary), libURLLastHTTPHeaders (function), post (command), libURLSetCustomHTTPHeaders (command), group (command)
53+
References: httpHeaders (property), startup (message), openBackground (message), preOpenStack (message), openStack (message), preOpenCard (message), Internet library (library), LiveCode custom library (library), library (library), https (keyword), URL (keyword), default (keyword), http (keyword), application (glossary), standalone application (glossary), property (glossary), web server (glossary), command (glossary), expression (glossary), main stack (glossary), Standalone Application Settings (glossary), server (glossary), HTTP (glossary), message (glossary), handler (glossary), libURLLastHTTPHeaders (function), post (command), libURLSetCustomHTTPHeaders (command), group (command)
5454

5555
Tags: networking

docs/dictionary/command/libURLSetFTPListCommand.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ The list command is set to LIST when the application starts up.
3333

3434
>*Important:* <FTP> <server|servers> are not uniform in their response to a request for a directory listing. Some <server|servers> may format directory listings differently from these descriptions. These are the most common formats, but they are not universal.
3535

36-
>*Important:* The <libURLSetFTPListCommand> <command> is part of the <Internet library>. To ensure that the <command> works in a <standalone application>, you must include this <Revolution custom library|custom library> when you create your <standalone application|standalone>. In the Inclusions section of the <Standalone Application Settings> window, make sure "Internet Library" is selected in the list of script libraries.
36+
>*Important:* The <libURLSetFTPListCommand> <command> is part of the <Internet library>. To ensure that the <command> works in a <standalone application>, you must include this <custom library> when you create your <standalone application|standalone>. In the Inclusions section of the <Standalone Application Settings> window, make sure "Internet Library" is selected in the list of script libraries.
3737

3838
>*Note:* When included in a <standalone application>, the <Internet library> is implemented as a hidden <group> and made available when the <group> receives its first <openBackground> message. During the first part of the <application|application's> startup process, before this <message> is sent, the <libURLSetFTPListCommand> <command> is not yet available. This may affect attempts to use this <command> in <startup>, <preOpenStack>, <openStack>, or <preOpenCard> <handler|handlers> in the <main stack>. Once the <application> has finished starting up, the <library> is available and the <libURLSetFTPListCommand> <command> can be used in any <handler>.
3939

40-
References: URL (keyword), ftp (keyword), startup (message), openBackground (message), preOpenStack (message), openStack (message), preOpenCard (message), libURLftpCommand (function), files (function), server (glossary), main stack (glossary), handler (glossary), message (glossary), Standalone Application Settings (glossary), standalone application (glossary), group (glossary), folder (glossary), command (glossary), application (glossary), Internet library (library), library (library), Revolution custom library (library)
40+
References: URL (keyword), ftp (keyword), startup (message), openBackground (message), preOpenStack (message), openStack (message), preOpenCard (message), libURLftpCommand (function), files (function), server (glossary), main stack (glossary), handler (glossary), message (glossary), Standalone Application Settings (glossary), standalone application (glossary), group (glossary), folder (glossary), command (glossary), application (glossary), Internet library (library), library (library), LiveCode custom library (library)
4141

4242
Tags: networking

0 commit comments

Comments
 (0)