Skip to content

Commit d87e41f

Browse files
committed
Merge remote-tracking branch 'upstream/develop-8.1' into merge-develop-8.1-13.12.2016
2 parents 3d7bbe4 + 2b4b442 commit d87e41f

Some content is hidden

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

48 files changed

+512
-233
lines changed

docs/dictionary/control_st/try.lcdoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@ Name: try
22

33
Type: control structure
44

5-
Syntax: try <statementList> catch <errorVariable> <errorStatementsList> [finally <cleanupStatementsList>]end try
5+
Syntax:
6+
try
7+
<statementList>
8+
catch <errorVariable>
9+
<errorStatementsList>
10+
[ finally
11+
<cleanupStatementsList> ]
12+
end try
613

714
Summary:
815
<execute|Executes> a list of <statement|statements>, sending any

docs/dictionary/property/listIndent.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ OS: mac, windows, linux, ios, android
1616
Platforms: desktop, server, mobile
1717

1818
Example:
19-
set the listIndent of field 1 to 20
19+
set the listIndent of line 1 to -1 of field 1 to 20
2020

2121
Example:
2222
set the listIndent of line 1 of field 1 to 10

docs/notes/bugfix-13055.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Improve formatting of try syntax description

docs/notes/bugfix-13151.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Correct example of setting "listIndent" for whole field

docs/notes/bugfix-18264.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Don't fail standalone build completely if unlicensed platforms are selected

docs/notes/bugfix-18277.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Calculate the height of the mac desktop space correctly

docs/notes/bugfix-18652.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix occasional crash when getting the clipboarddata["text"] on Windows.

docs/notes/bugfix-18738.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix data loss when cr inserted into a styledText run

docs/notes/bugfix-18852.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix exception thrown in IDE when saving standalone with more than one stack

docs/notes/bugfix-18900.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix a crash when closing a stack with substacks still open

0 commit comments

Comments
 (0)