BETA 635 of the twinBASIC programming IDE is now available...

Download from here... https://github.com/twinbasic/twinbasic/releases


  • Click on "Assets" for the latest release
  • Download and Extract the ZIP file into a local folder
  • Then run the twinBASIC.exe from that local folder
  • IMPORTANT: Extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

How to install https://nolongerset.com/how-to-install-twinbasic/

If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

Changelog
  • IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
  • KNOWN ISSUE: UserControls from the ACTIVE project will not appear correctly in the form designer in this release (they are purposely disabled until next release). Packaged controls, such as VBCCR will work.
  • KNOWN ISSUE: Menus currently not appearing in MDI Forms (broken in this build)
  • KNOWN ISSUE: 'Scale*' properties are often not settable in the IDE property sheet (broken in this build)
  • KNOWN ISSUE: Setting Width/Height via the property sheet often does not work correctly (broken in this build)
  • 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
  • improved: general IDE editing performance by tweaking the DIAGNOSTICS panel syncing [ KemoHena, discord ]
  • updated: About window [ sokinkeso, discord ]