BETA 385 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

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

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

Changelog

  • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
  • fixed: (IDE) cut/copy no longer empties the clipboard if there is no selection in the editor [ https://github.com//issues/1675 ]
  • fixed: (IDE) incorrect intellisense in some scenarios involving variable initializers [ https://github.com//issues/1672 ]
  • fixed: issue with Static fixed-length array bound evaluation in class modules [ https://github.com//issues/1668 ]
  • fixed: (IDE) intellisense not showing for qualified enumerations when the enumeration is declared Private
  • fixed: form/UC/PictureBox Scale property was not correctly updating internal cached values [ https://github.com//issues/1666 ]