From abdb260bcad1ce0781d4e0133cb4bd0c946fb7a3 Mon Sep 17 00:00:00 2001 From: livecodepanos Date: Tue, 15 Oct 2019 11:11:18 +0300 Subject: [PATCH] [22046] Allow setting the field's textDirection from the PI --- .../com.livecode.interface.classic.Field.tsv | 1 + .../supporting_files/property_definitions/propertyInfo.tsv | 1 + notes/bugfix-22046.md | 1 + 3 files changed, 3 insertions(+) create mode 100644 notes/bugfix-22046.md diff --git a/Toolset/resources/supporting_files/property_definitions/com.livecode.interface.classic.Field.tsv b/Toolset/resources/supporting_files/property_definitions/com.livecode.interface.classic.Field.tsv index 62286a863f..ec0a1aefc0 100644 --- a/Toolset/resources/supporting_files/property_definitions/com.livecode.interface.classic.Field.tsv +++ b/Toolset/resources/supporting_files/property_definitions/com.livecode.interface.classic.Field.tsv @@ -60,6 +60,7 @@ ink textFont textSize textStyle +textDirection textAlign fixedLineHeight textHeight diff --git a/Toolset/resources/supporting_files/property_definitions/propertyInfo.tsv b/Toolset/resources/supporting_files/property_definitions/propertyInfo.tsv index f27d8a4e61..038de812bd 100644 --- a/Toolset/resources/supporting_files/property_definitions/propertyInfo.tsv +++ b/Toolset/resources/supporting_files/property_definitions/propertyInfo.tsv @@ -180,6 +180,7 @@ tabGroupBehavior Contents focus with keyboard Basic com.livecode.pi.boolean true tabStops Tab stops Table com.livecode.pi.string true false text Text Basic com.livecode.pi.text false false tabStops|15 textAlign Text align Text com.livecode.pi.textalign true false +textDirection Text direction Text com.livecode.pi.enum true false auto ltr,rtl,auto textFont Font Text com.livecode.pi.font true false textHeight Text height Text com.livecode.pi.integer true false 4 1 textSize Text size Text com.livecode.pi.integer true false 1 1 diff --git a/notes/bugfix-22046.md b/notes/bugfix-22046.md new file mode 100644 index 0000000000..7bd72a955a --- /dev/null +++ b/notes/bugfix-22046.md @@ -0,0 +1 @@ +# Allow setting the textDirection field property from the Property Inspector