This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
Merge develop 9.0 22.05.2018 #1977
Merged
Merged
Conversation
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
This patch ensures that if the message box script compiles ok and we fail to find any improvements by autocompleting the script it is still executed.
Adding the common library to mobile caused the revMail function to break. `pass revMail` was added to the handler, but the engine did not support that method. Replaced the `pass` with a call to `mobileComposeMail` to restore functionality On iPhone this should be a good solution (looking at the source code). The calls for revMail are much simpler for Android, but the end result should be the same.
[Bug 21176] Make sure Upgrade Options can always be shown
[[ Bug 21172 ]] Fix revMail on mobile
[21169] Ensure splash screen always hides on Windows
[Bug 21167] Ensure Replace history is remembered
[[ Bug 20094 ]] Execute msg box if it compiles
Fix runtime error preventing splash screen from hiding
[Bug 21174] Ensure "Sample Stacks" stack does show up in menu "Windows"
Fixed typo causing runtime error
This patch adds a method to replace text in the script editor without calling selection update or chaging the selection at all. The current selection update request was causing find results to be cleared between replace and go to next and the subsequent replace.
[[ Bug 21202 ]] Fix deselection of next find after replace
This patch adds `actionLaunchMessageBox` to the script editor stack behavior so that the Cmd+M shortcut does not cause an execution error.
[[ Bug 21179 ]] Add show documentation to extension context menu
[[ DataGridGuide ]] Remove trailing header #s
[Bug 18585] Ensure Dictionary traps cmd+A
[Bug 21222] Ensure File->Close is disabled when topstack=revMenubar
[[ Bug 21206 ]] Fix error opening msg box from SE
Contributor
Author
|
clean-merge, self review: @livecode-vulcan review ok 51cf182 |
|
💙 review by @livecodepanos ok 51cf182 |
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.
No description provided.