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

Commit bc2aa10

Browse files
committed
Merge branch 'develop' of github.com:runrev/livecode into modular.
Note that the changes to the IDE in the develop branch have been discarded; they may be merged in at a later date. Conflicts: engine/src/executionerrors.h ide libfoundation/include/foundation.h
2 parents c52b765 + 91ef54d commit bc2aa10

File tree

136 files changed

+1990
-378
lines changed

Some content is hidden

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

136 files changed

+1990
-378
lines changed

docs/dictionary/command/mobileControlSet.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/dictionary/function/mobileControlGet.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/dictionary/function/mobileIsVoiceOverRunning.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<doc> <legacy_id></legacy_id> <name>mobileIsVoiceOverRunning</name> <type>function</type> <syntax> <example>mobileIsVoiceOverRunning</example> </syntax> <synonyms> <synonym>iphoneIsVoiceOverRunning</synonym> </synonyms> <summary>Returns true if Voice Over is turned on (iOS only)</summary> <examples><example><p>if mobileIsVoiceOverRunning() then</p><p> answer "Voice Over is turned on"</p><p>end if</p></example> </examples> <history> <introduced version="6.7.1">Added.</introduced> <deprecated version=""></deprecated> <removed version=""></removed> <experimental version=""></experimental> <nonexperimental version=""></nonexperimental> </history> <objects> <iosScroller/> <iosBrowser/> <iosPlayer/> </objects> <platforms> <ios/> </platforms> <classes> <mobile/> </classes> <security> </security> <classification> <concept>messages</concept> </classification> <references> </references> <description>Use the <b>mobileIsVoiceOverRunning</b> function if you need to know if Voice Over is turned on or not.<p> </p><p><b>Value:</b></p><p>The <b>mobileIsVoiceOverRunning</b> function returns true if Voice Over is turned on, and false otherwise.</p></description></doc>

docs/notes/bugfix-11688.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Take margins into account for pageHeight and pageRanges field props
2+

docs/notes/bugfix-12726.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Crash if you copy the tempate button

docs/notes/bugfix-12784.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Selecting text in field with traversalOn set to false confuses selectedField and focusedObject

docs/notes/bugfix-12899.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# mobilePick with empty list inside of inputBeginEditing crashes app

docs/notes/bugfix-13168.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# mobileShowContact cannot be dismissed

docs/notes/bugfix-13169.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# mobileUpdateContact cannot be dismissed

docs/notes/bugfix-13253.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# mobileBusyIndicatorStop not working properly when multiple instances of busy indicators are present on android

0 commit comments

Comments
 (0)