Release Notes for Xojo 2023r1.1

Date: 2023-04-11

This update builds upon the features added in release 2023r1 including:

  • Chart Control for Desktop and iOS

  • Debugger Variable Filter

  • Code Editor Duplicate Line and Swap Line

  • iOS target updated to iOS 16.2 SDK for App Store requirements

Notes for Xojo 2023r1.1

  • Bugs fixed: 14

  • Documentation changes: 1

  • Examples changed: 1

Issue

Type

Category

Platform

Description

72396

Bug

Framework

Linux

The DragEnter event now gets triggered again when dragging an external item (i.e. a drag that's initiated outside of a Xojo app) onto a DesktopUIControl. However, while the DragItem is populated for that event, only the Action parameter contains anything useful.

72421

Bug

IDE

Using the Code Editor to swap lines within a Select Case statement no longer will cause the IDE to freeze in certain situations.

72320

Bug

Framework

iOS

DesktopChart / MobileChart labels doesn't overlap when there are too many labels regarding the control width & amount of values to represent in Line / Bar modes.

72332

Bug

Framework

iOS

Fixed a regression on iOS when sending a Notification with UserData.

69779

Bug

IDE

iOS

Fixed a bug that was leading the IDE to crash when inspecting a MobileTextField (iOS).

72275

Bug

IDE

macOS

Fixed the bug causing the IDE to crash when there are a lot of controls in a window on macOS, that has been introduced in 2023r1.

68842

Bug

IDE

iOS

The iPhone model selector has been updated to include more recent ones for the Layout Editor on iOS projects.

72261

Bug

IDE

Fixed caret position when pasting into the Debugger Filter on Windows.

72262

Bug

IDE

Windows

Fixed bug in the Debugger Filter crashing the IDE under certain scenarios.

72258

Bug

IDE

The debugger filter keeps now the sort order for the Name column when the filter text is deleted.

72251

Bug

IDE

Windows

Pressing the Clear button in the Debugger filter clears now the text in the field as expected on Windows.

72241

Bug

IDE

Swapping or duplicating a line on a long method no longer moves it to the center of the code editor first.

72020

Bug

IDE

Linux

Running/Building a project no longer crashes on newer distros of Linux that have newer versions of the GTK WebKit2 libraries installed (for example Ubuntu 22.04).

72205

Bug

Framework

Linux

Dragging and dropping a file now correctly fires the DropObject event again.

72304

Bug

Documentation

Picture.Formats enumeration has been updated to indicate additional formats that are supported for iOS.

72403

Bug

Examples

Switched Dim to Var in the code for this example.