This repository was archived by the owner on Aug 31, 2021. It is now read-only.
[Dictionary] print link to recordInput - #7115
Merged
livecodepanos merged 4 commits intoJun 28, 2019
Merged
Conversation
| codec (glossary), items (keyword), character (keyword), line (keyword), | ||
| dontUseQT (property), recordCompression (property) | ||
| dontUseQT (property), dontUseQTEffects (property), | ||
| recordCompression (property), recordCompressionTypes (property) |
Contributor
There was a problem hiding this comment.
The part recordCompressionTypes (property) needs to be removed
| >*Important:* If writing to a url container fails, an error is returned | ||
| > in the result. For example: | ||
|
|
||
| <put> the result into tResult. |
Contributor
There was a problem hiding this comment.
We could add a local tResult here, to make sure it compiles under strict mode
| following statements to obtain a list of the properties for a particular | ||
| object type: | ||
|
|
||
| put the properties of field "My Field" into myArray |
Contributor
There was a problem hiding this comment.
We could add a local myArray here
| > to get the object's ID property: | ||
| the object. For example, use this statement (after the above example) | ||
| to get the object's ID property: | ||
|
|
Contributor
There was a problem hiding this comment.
Similarly here, we could add a local myArray
| > If you want a list of properties and their values, use the | ||
| > combinecommand to create a list: | ||
| > <combine> command to create a list: | ||
|
|
Contributor
There was a problem hiding this comment.
Similarly here, we could add a local myArray
Contributor
|
@livecode-vulcan review ok fec8555 |
Contributor
|
💙 review by @livecodepanos ok fec8555 |
livecode-vulcan
added a commit
that referenced
this pull request
Jun 28, 2019
[Dictionary] print link to recordInput print link (command): Assumed mentions of "link" and "rectangle" to have been references to the syntax and changed them as such. Changed markup to italics anyway as it may still fail to display correctly. printScale (property): Changed markup for parameters outside of syntax to italics as they were failing to display correctly. properties (property): Deleted duplicate code example. Removed markup causing sentences to be broken up. Added several missing code examples - hopefully correct. put (command): Removed link markup from code example due to text not displaying. qtDebugStr (message): Added references used in entry. queryRecordChanged (message): Separated prose from bullet point that seemed unrelated. rawDragData (property): Added references used in entry. recordCompressionTypes (function): Added reference used in entry. recordFormat (function): Added references used in entry. recordInput (property): Changed markup for parameters outside of syntax to italics.
Contributor
|
😎 test success fec8555
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
print link (command): Assumed mentions of "link" and "rectangle" to have been references to the syntax and changed them as such. Changed markup to italics anyway as it may still fail to display correctly.
printScale (property): Changed markup for parameters outside of syntax to italics as they were failing to display correctly.
properties (property): Deleted duplicate code example. Removed markup causing sentences to be broken up. Added several missing code examples - hopefully correct.
put (command): Removed link markup from code example due to text not displaying.
qtDebugStr (message): Added references used in entry.
queryRecordChanged (message): Separated prose from bullet point that seemed unrelated.
rawDragData (property): Added references used in entry.
recordCompressionTypes (function): Added reference used in entry.
recordFormat (function): Added references used in entry.
recordInput (property): Changed markup for parameters outside of syntax to italics.