BETA 782 of the twinBASIC programming IDE is now released...

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: 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: IDE issue with editing source files that have multi-byte UTF8 characters in the filename [ forliny, discord ]
  • fixed: Native common controls could not be moved around in the form designer if container ScaleMode is not vbTwips [ fafalone, discord ]
  • improved: Find/Replace panel now remembers settings "Whole Word Only", "Match Case", "Pattern Matching", "Regular Expressions" and "Inside Packages" (saved in project meta data)