Fixes
- 127: Studio TimePicker inspector should expose Hour/Minute/Second instead of design-time SelectedTime
- 128: RaiseEvent in control event handler targets source control and can recurse until stack overflow
- 129: Solution editor window does not remember resized bounds
- 130: TabPanel SelectedIndex value in inspector not honoured at runtime
- 131: Generic type parameter used as runtime type fails at runtime
- 132: IsA with generic type parameter can crash at runtime
- 134: Studio diagnostics should show the containing member or event
- 137: Control Width/Height return 0 during Window.Opening before layout
- 140: IDE crash when switching methods after copying selected code
- 141: App instance properties cannot be accessed through App.X
- 142: Line gutter error indicator sometimes remains stale
- 143: Unable to "Select All" when the file picker is frontmost.
- 144: The member inspected tree view does not alphabetically sort when a member's name is changed.
- 145: Studio custom Canvas subclasses can fail to compile when base type casing is non-canonical
- 146: Canvas control should not expose typography properties in autocomplete or the inspector
- 147: Missing keyboard shortcut for documentation in the Help menu
- 150: Code editor doesn't receive focus correctly
- 151: Debugger tab breakpoint gutter markers are missing and stale during paused runs
- 154: Render window chrome for button status correctly
- 155: Window inspector geometry properties not updating in real time
- 157: Duplicate class names should not be permitted in a project
- 158: Cannot rename MenuBar items from the contextual menu in the solution navigator
- 159: Deleting the only menubar fails compilation
- 160: The Find action incorrectly reports the line number of a match
- 161: Removing the last window from a project left a stale reference in the App class
- 162: Clearing a breakpoint via the menubar does not refresh gutter icon
- 163: Failure to compile if destructor added to window
- 164: Changes to a solution were not always being visually reflected as requiring saving
New features / improvements
- 90: Add a PagePanel UI control
- 135: Allow multiple properties/fields to be adding to an item at once
- 136: Add row tags for the PopupMenu UI control
- 139: Distinguish shared methods and properties in the member list
- 148: Add Control.SetFocus() and Window.ClearFocus()
- 149: Add cancellable Window.CancelClosing event
- 152: Add a SQLite example app
- 166: Use an editable font dropdown for Inspector FontName properties