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

Commit 81e95e8

Browse files
committed
Merge remote-tracking branch 'upstream/develop-8.1' into merge-develop-8.1_10.06.17
Conflicts: engine/src/executionerrors.h engine/src/graphic.cpp engine/src/mode_development.cpp engine/src/uidc.cpp engine/src/uidc.h ide
2 parents 9e4a94e + 3570247 commit 81e95e8

Some content is hidden

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

53 files changed

+635
-123
lines changed

docs/dictionary/command/quit.lcdoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,3 @@ shutdownRequest (message), message (glossary),
6161
shutdown (message)
6262

6363
Tags: windowing
64-

docs/dictionary/control_st/try.lcdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Type: control structure
55
Syntax:
66
try
77
<statementList>
8-
catch <errorVariable>
9-
<errorStatementsList>
8+
[ catch <errorVariable>
9+
<errorStatementsList> ]
1010
[ finally
1111
<cleanupStatementsList> ]
1212
end try

docs/notes/bugfix-11146.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Ensure that the initial orientation is not upside down on Android when "portrait" is selected.

docs/notes/bugfix-13482.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Document optional catch clause in try control structure

docs/notes/bugfix-16758.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fixed bug causing crash when setting 65535 points to a graphic

docs/notes/bugfix-18407.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fixed bug preventing the use of "set the visible of line <> of field <>"

docs/notes/bugfix-18689.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fixed bug causing erronous cursor movement when using arrow keys

docs/notes/bugfix-19069.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fixed bug causing crash when building standalone

docs/notes/bugfix-19275.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix Android crash when a stack is deleted shortly after switching to another stack.

docs/notes/bugfix-19535.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fixed error causing blue rectangle to be drawn incorrectly when doing CMD-A on text

0 commit comments

Comments
 (0)