Fixes
- 421: Edit Paste does not paste copied members into empty source tabs
- 422: Edit menu enables Undo and Redo when no undo history exists
- 424: Editor autocomplete shows duplicate array member methods
- 427: ListBox MouseDown does not fire in blank row area
- 428: Debugger tab does not scroll to paused breakpoint line
- 430: TextField KeyDown handler is not called
- 431: MessageBox modal dialog can show enabled minimise button
- 433: Improve method complexity warning locations for event handlers
- 436: Fix ScrollBox edit-mode hosted control drag ghosting
- 437: Introspected arrays cannot be cast back to Array(Of T)
- 440: Suppress missing-description warnings for event handlers
- 441: ContainerControl designer inspector missing root appearance properties
- 442: Project container instances do not show root background colour in designer
- 447: Runtime error when a control name collides with a method name
- 448: Prevent duplicate quit confirmation dialogs
- 451: Debugger tab fails to show source for qualified nested module pause locations
- 452: Inspector Namespace label is clipped
- 453: Hide generated Inspector Behaviour helper warnings
- 455: ListBox AddRow is too slow for large row counts
- 456: Window control copy/paste shortcuts do not work from code view
- 458: Inspector Behaviour ignores named Colour defaults
- 459: Inspector Behaviour exposes non-public custom control properties
- 462: Analyser misses invalid built-in global function arity
New features / improvements
- 423: Allow enum members to be drag reordered
- 425: Render member descriptions as Markdown in hover help
- 426: Surface current user, computer, and local IP information
- 429: ListBox row drag reordering
- 432: Improve duplicate item numbering
- 434: Expose explicit String.Intern() API
- 435: Add visual designer Fill Parent command
- 438: Add user-defined conversion operators
- 439: Add explicit ZIP writer API for ordered per-entry archive creation
- 443: Add ListBox HighlightCurrentCell property
- 446: Add hex string support to Colour
- 449: Add namespace-aware source identity and allow same-named nested classes
- 457: Improve Keyboard state during pointer events
- 460: Add If() conditional expression
- 461: Support class indexers with Operator_Subscript