Releases: twinbasic/twinbasic
Releases · twinbasic/twinbasic
twinBASIC BETA 973
- TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
- IMPORTANT: This is a BETA release under active development. It is not recommended for production use.
- fixed: PE compression feature flags are now effectively disabled when the PE entry point is overridden [ fafalone, discord ]
twinBASIC BETA 972
- TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
- IMPORTANT: This is a BETA release under active development. It is not recommended for production use.
- fixed: edge case around timers and Form_Load handling [ kimpos, private ]
twinBASIC BETA 971
- TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
- IMPORTANT: This is a BETA release under active development. It is not recommended for production use.
- fixed: appobject members could interfere with compilation, causing spurious 'duplicate definition' errors on parameter names [ kimpos, discord ]
twinBASIC BETA 970
- TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
- IMPORTANT: This is a BETA release under active development. It is not recommended for production use.
- fixed: minor render glitch of some VB6 compiled AX controls within the tB form designer [ Erkki, discord ]
twinBASIC BETA 969
- TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
- IMPORTANT: This is a BETA release under active development. It is not recommended for production use.
- fixed: (regression) accessing form properties directly via the Forms collection was producing non-sensible results
- improved: PROJECT EXPLORER object-view mode now also shows the associated filename in the list [ AlienSoft, discord ]
- fixed: lightweight controls MousePointer property not correctly reflecting Enabled/Visible state [ AlienSoft, discord ]
- fixed: DEBUG CONSOLE does not render correctly when undocked [ feldharke, discord ]
- fixed: if a form has TopMost property set to True, tooltips on the controls can appear behind the form [ woeoio2, discord ]
- improved: added a 'Copy Name' context menu to the File-mode PROJECT EXPLORER to compliment the existing 'Copy Path' option [ feldharke, discord ]
- fixed: a couple of auto-indent edge cases [ fafalone, discord ]
- fixed: setting a Timer Enabled or Interval property in the initial Form_Resize event could be ignored [ fafalone, discord ]
- fixed: typos in the locale en-gb locale file [ https://github.com//issues/2320 ]
twinBASIC BETA 968
- TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
- IMPORTANT: This is a BETA release under active development. It is not recommended for production use.
- fixed: type library generation now correctly outputs Alias types in outputted UDTs [ VanGoghGaming, discord ]
- fixed: IDE Package Publisher Login form had a default button of 'Cancel' leading to wrong ENTER key behaviour in the credential input boxes [ Krool, discord ]
twinBASIC BETA 967
- TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
- IMPORTANT: This is a BETA release under active development. It is not recommended for production use.
- fixed: compiler stability issue in BETA 966
twinBASIC BETA 966
- TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
- IMPORTANT: This is a BETA release under active development. It is not recommended for production use.
- fixed: Random unspecified error accessing object in Variant [ fafalone ]
- fixed: a few debugger stability issues
twinBASIC BETA 965
- TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
- IMPORTANT: This is a BETA release under active development. It is not recommended for production use.
- fixed: Form.Hide() on a modal form can leave the parent form in a hidden state behind other windows [ Don, discord ]
- improved: IDE designer property sheet now accepts color value entries in the same format as VBx ("&H12345678&") [ AlienSoft, discord ]
- fixed: when Form.BorderStyle is set to None, child UserControls would not render in the designer [ AlienSoft, discord ]
- fixed: entering syntax
With <ProjectName>would cause a compiler crash [ VanGoghGaming, discord ] - fixed: Protected properties are no longer evaluated in the debugger VARIABLES panel, to avoid a crash [ https://github.com//issues/2318 ]
- improved: IDE options for numeric inputs now have a border [ https://github.com//issues/2316 ]
- improved: "More components..." button in the Toolbox now opens directly to the "Available COM References" rather than the Enabled list [ https://github.com//issues/2315 ]
- improved: warning TB0025 (unused parameter) is no longer triggered if the parameter begins with an underscore [ https://github.com//issues/2317 ]
twinBASIC BETA 964
- TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
- IMPORTANT: This is a BETA release under active development. It is not recommended for production use.
- fixed: Validate event not firing correctly in general [ https://github.com//issues/1962 ]
- improved: implemented ActiveX wrapper Validate event
- fixed: (regression) UserControl.PreKeyEvents not working