Releases: twinbasic/twinbasic
Releases · twinbasic/twinbasic
twinBASIC BETA 753
BETA 753 is now available:
https://github.com/twinbasic/twinbasic/releases
- 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: declerations of the internal vba* functions in [_HiddenModule] incorrectly had
[PreserveSig(False)]
attribute set on them [ VanGoghGaming, discord ]
twinBASIC BETA 752
- 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: experimental FIND / REPLACE panel (not fully implemented yet) [ https://github.com//issues/1896 ]
twinBASIC BETA 751
- 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: highly experimental MultiFrame control, allowing for no-code flexible layout of frames when used in conjunction with anchoring and docking
twinBASIC BETA 750
- 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: Form Resize event could be triggered recursively [ XYplorer, discord ]
- fixed: RaiseEvent could miss further connection points if the current connection point is disconnected whilst executing the event [ XYplorer, discord ]
- fixed: OLE IDropTarget::DragEnter implementation was dismissing events if hovering over a child window of the target [ XYplorer, discord ]
twinBASIC BETA 749
- 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: memory leak in built-in function Split() [ forliny, discord ]
- fixed: memory leak in built-in function Filter() [ forliny, discord ]
twinBASIC BETA 748
- 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: Form.PopupMenu method would not trigger the Click event of the root menu [ XYplorer, private ]
- fixed: Dir() internal string leak [ forliny, discord ]
- fixed: AddIn extensibility Project.SaveMetaData method could crash [ sokinkeso, discord ]
twinBASIC BETA 747
- 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 destruction bug that can cause an access violation during form closure [ XYplorer, private ]
twinBASIC BETA 746
- 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: control font handles would be recreated in some circumstances, e.g. when resizing AutoRedraw picture box (noticable when using WM_GETFONT to obtain a control font) [ XYplorer, discord ]
twinBASIC BETA 745
- 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 menu shortcuts [ commissioned work ]
twinBASIC BETA 744
- 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: some graphical flickering/tearing when repainting a Form or UserControl. Definitely not a regression. [ VanGoghGaming, discord ]
- fixed: (regression since BETA 623) newly placed controls in the form designer now inherit the form font once again [ https://github.com//issues/2054 ]
- fixed: OptionButton/CheckBox Style property was not being correctly configured for runtime added control array elements [ sokinkeso, discord ]
- improved: TLB dissassembly (TLB viewer) now doesn't show redundant spaces in attributes [ Krool, discord ]