Releases: twinbasic/twinbasic
Releases ยท twinbasic/twinbasic
twinBASIC BETA 804
- IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
- KNOWN ISSUE: Controls are not being destroyed properly by the form designer, causing big memory leaks (broken in this build)
- TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: OLEDragDrop event not always firing in win32 builds [ Tecman, discord ]
twinBASIC BETA 803
- IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
- KNOWN ISSUE: Controls are not being destroyed properly by the form designer, causing big memory leaks (broken in this build)
- TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: errors in enumerations would not always appear in the DIAGNOSTICS panel, only appearing when the source document was open
- added: support for
[Flags]
attribute on Enums, giving members automatic unique bit-values [ FullValueRider, discord ] - fixed: inline decorations in the code editor were barely visible in the light themes
twinBASIC BETA 802
- IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
- KNOWN ISSUE: Controls are not being destroyed properly by the form designer, causing big memory leaks (broken in this build)
- TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: in some situations UserControl Resize event could fire before InitProperties/ReadProperties [ sokinkeso, discord ]
twinBASIC BETA 801
- IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
- KNOWN ISSUE: Controls are not being destroyed properly by the form designer, causing big memory leaks (broken in this build)
- TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: using [ComExport] on a Declare Sub would produce an invalid definition in the type library [ VanGoghGaming ]
- updated: 1 language pack (German)
- special thanks to our community members for the new/updated language packs (Krool)
twinBASIC BETA 800
- IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
- KNOWN ISSUE: Controls are not being destroyed properly by the form designer, causing big memory leaks (broken in this build)
- TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: (regression) form designer, 'duplicate (same name)' option was broken [ https://github.com//issues/2016 ]
- fixed: (regression) form designer, various issues with copy & paste [ sokinkeso, discord ]
twinBASIC BETA 799
- IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
- KNOWN ISSUE: Controls are not being destroyed properly by the form designer, causing big memory leaks (broken in this build)
- TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- added: themeable properties SymbolNamedOperatorColor, SymbolNamedOperatorFontStyle, SymbolNamedOperatorFontWeight, SymbolNamedOperatorTextDecoration [ https://github.com//issues/2139 ]
- improved: markdown files (*.md) in referenced packages now alwyas open in markdown-preview mode [ https://github.com//issues/2136 ]
- fixed: Err object optimization edge case [ https://github.com//issues/2134 ]
- added: compiler constant 'TWINBASIC_BUILD_TYPE', e.g. "Standard EXE", "Standard DLL", "ActiveX DLL", "ActiveX Control" based on root project setting [ https://github.com//issues/2122 ]
- fixed: pressing F8/F10 to step over a Debug.Assert failure would crash the compiler [ https://github.com//issues/2135 ]
- improved: general stability of the debugger [ https://github.com//issues/2135 ]
twinBASIC BETA 798
- IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
- KNOWN ISSUE: Controls are not being destroyed properly by the form designer, causing big memory leaks (broken in this build)
- TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: AutoSize property now doesn't auto resize if the new picture is Nothing or empty [ XYplorer, discord ]
- improved: HScollBar and VScrollBar control implementations rewritten to better match VBx
- fixed: (regression since BETA 786) Delegates declared in form class modules were broken [ fafalone, discord ]
twinBASIC BETA 797
- IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
- KNOWN ISSUE: Controls are not being destroyed properly by the form designer, causing big memory leaks (broken in this build)
- TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- added: support for va_list ParamArray with __stdcall calling convention [ fafalone, discord ]
- fixed: IDE internal error, Cannot set properties of undefined (setting '0') [ fafalone, discord ]
- fixed: (regression) Menu ShortcutId could not be set in the form designer [ fafalone, discord ]
twinBASIC BETA 796
- IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
- KNOWN ISSUE: Controls are not being destroyed properly by the form designer, causing big memory leaks (broken in this build)
- TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: runtime HRESULT internal error checks now disabled in kernel compilation mode to avoid dependencies [ fafalone, discord ]
twinBASIC BETA 795
- IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
- KNOWN ISSUE: Controls are not being destroyed properly by the form designer, causing big memory leaks (broken in this build)
- TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
- WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
- fixed: (regression in BETA 791) compiler crash in some instances