Fixes
- 89: No visual distinction between Event Handler and Event Definition
- 95: Cannot visually instantiate a UI control subclass
- 96: UI Button.MouseDown event not firing
- 97: ColorPicker crash
- 98: Pausing the debugger when the app is idle does not pause the VM
- 99: Setting SelectedRowIndex not honoured at runtime.
- 100: Colour / color spelling inconsistencies
- 104: Explicit type arguments on generic method calls are not supported
- 105: Studio allows a normal method to be named Constructor, producing invalid source
- 106: Timer crash
- 107: Missing "Add Constructor" from the Insert menu
- 111:
TypeOf(ClassName)returnsNothinginstead ofTypeInfofor the class - 113: Unable to type newlines in the
Textfield for TextArea controls in the visual designer inspector - 114: Update window doesn't scroll for long release notes
- 115: Disallow multiple Settings windows
- 116: Chinese text in contextual menu
- 117: Focus highlights do not match in all controls
- 118: Pressing Enter in the inspector doesn't validate/confirm a property change
- 119: ImageViewer.HasBorder not honoured at runtime
- 124:
Window.Addcrashes app when the same control instance is added twice - 125: Missing Window.Remove(control) and Window.CountControls()
- 126: TimePicker renders wider than inspector width
New features / improvements
- 101: Improve automatic naming of newly added controls/windows in the IDE
- 102: Add a way to access information about the user's display
- 103: Add support for shared members
- 120: Add a way to assign an image to an ImageViewer in the Visual Designer
- 121: Listbox row tags should be an
Object, not just aString - 122: Add support for arbitrary data to be stored for each cell in a Listbox