Fixes
- 167: Inspector shows Control.Opacity default as integer
- 170: Canvas runtime geometry changes are not preserved by resize locks
- 171: Oversized controls can prevent window resizing in the visual designer
- 173: Show source location for native runtime errors
- 174: UI Control Library is not sorted alphabetically
- 175: App.UnhandledException is bypassed for uncaught desktop window events
- 176: Solution selector shows identical created and modified dates after saving
- 178: Debugger call stack shows internal event handler names
- 180: Certain UI controls not exposing relevant properties in the inspector
- 181: TreeView ExpandAll can miss nodes added in Opening
- 182: Label inspector text editor stays single-line when Multiline is enabled
- 184: Stale error underline persists after error is fixed and app reruns
- 186: Enumeration designer allows invalid enum names and value names with spaces
- 187: Invalid extension method containers reached runtime instead of compiler diagnostic
- 189: String.IndexOf(value, caseSensitive) overload is missing
- 191: "Show on disk" failing on Linux
- 192: Code editor gutter does not respect dark theme colours
- 193: Terminal output panel cannot scroll through earlier print output
- 194: Find panel shows misleading generated line numbers for member matches
- 195: Studio cannot rename a solution
- 196: Missing TextField, TextArea, and SearchField text-input APIs
- 199: Ctrl+S does not open Save As for new unsaved solutions on Windows
- 200: Child window with no MenuBar inherits application menu on Windows
- 201: Renaming a designer control leaves the old name in the code tree
- 202: ContextMenu.ShowAt freezes desktop apps after right-click
- 204: ListBox checkbox cells do not respond to clicks
- 206: ListBox.AddRow renders nothing when ColumnCount is zero
- 210: Designer cannot interact with controls outside clipped window canvas
- 211: Compiler allows typed arrays to append wrong element types
- 212: Graphics.FillPolygon can crash on malformed point arrays
- 213: GameCanvas designer preview shows wrong default background
- 215: Mouse cursor flickers when hovering over IDE buttons
- 216: ListBox Cmd-A should select all rows in multiple-selection mode
- 217: Editable ListBox cells do not enter or commit editing reliably
- 219: ListBox blank-space click does not clear row selection
- 222: ListBox sorting clears the current selection
- 223: Desktop default window does not open when App.Opening is declared
- 227: ListBox ColumnWidths readback can be empty or lose percent widths
- 228: ListBox.ScrollToRow ignored when called during Opening
New features / improvements
- 165: Add a way to quickly increase/decrease the code editor font size
- 168: Add Go to Line command to the text editor
- 183: Allow adding multiple event handlers at once
- 188: Provide a more intuitive mechanism to add an extension method for a class to a module in the IDE
- 190: Reduce wasted screen space in method metadata panel
- 198: Add ProgressBar colour properties
- 203: Add typed ImageViewer stretch values
- 205: Harden stdlib enum APIs and dot-shorthand support
- 207: Expand ContextMenu item API
- 208: Add desktop Fonts module for installed and default font discovery
- 209: Improve duplicate method signature diagnostic for return-type-only overloads
- 214: AudioPlayer.LoadFile should return Boolean
- 218: Add bundled ListBox Gallery example project
- 220: Add RecordSet.RowCount property
- 224: Add Label text alignment and underline formatting
- 225: Add DateTime component construction APIs
- 226: Add ComboBox item tags
- 230: Add Label.TextColour property
- 233: Add modal window support to Window