Page 15 of 16 FirstFirst ... 51213141516 LastLast
Results 561 to 600 of 604

Thread: twinBASIC programming - Beta releases

  1. #561

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    twinBASIC programming - How to download Beta releases

    The latest BETA releases of the twinBASIC programming language and IDE are available for download here...

    https://github.com/twinbasic/twinbasic/releases

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

    To install,

    • 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: You must extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.

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

    See also:
    https://twinbasic.com/
    https://twinbasic.com/preview.html

  2. #562

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    Re: twinBASIC programming - Beta releases

    BETA 805 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/

    You can also find the download 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: special case of PropertyBag serialization of 0x0 StdPicture objects [ Tecman, discord ]
    • fixed: LongLong right shift operator broken in final builds on Win32 architectures
    • added: 2 language pack (Portuguese, Japanese)
    • special thanks to our community members for the new/updated language packs (admbrnunes, cycle40)


  3. #563

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    Re: twinBASIC programming - Beta releases

    BETA 806 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/

    You can also find the download 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: support for ActiveX licence keys that use null chars embedded into the string
    • fixed: general code execution and debugging now happens on the real main thread when debugging to fix problems with some controls (e.g. CodeJock) [ Kimpos, private ]
    • fixed: some edge cases around MDI children without titlebars, causing potential infinite loop in form engine [ Kimpos, private ]


  4. #564

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    Re: twinBASIC programming - Beta releases

    BETA 807 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/

    You can also find the download 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: removed use of IConnectionPoint::EnumConnections in setting/unsetting of WithEvents variables to better match VBx [ axisdj, discord ]
    • fixed: issues accessing MDIForm predcalred instance when the form is opened implicitly via loading of a child [ axisdh, discord ]
    • fixed: removed erroneous use of the evil DoEvents() when adding control array elements, that could cause oddities due to re-entrancy

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.
    Last edited by VB6 Programming; Jun 17th, 2025 at 12:39 PM.

  5. #565

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    twinBASIC programming - Beta releases

    BETA 808 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/

    You can also find the download 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
    • improved: form designer stability for forms that contain control arrays [ XYplorer, discord ]
    • improved: opening times of form designer for forms with hundreds of child controls [ XYplorer, discord ]
    • added: 1 language pack (Malayalam)
    • updated: 2 language packs (Italian, Japanese)
    • special thanks to our community members for the new/updated language packs (Johan Raphael Joe, maxVBA, KallunWillock)

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  6. #566

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    Re: twinBASIC programming - Beta releases

    BETA 809 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/

    You can also find the download 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
    • improved: some tweaks to auto-indentation after pressing Enter/Return in the code editor [ loquat, discord ]
    • fixed: incorrectly trying to take the value of a Sub method could be missed by the compiler, leading to a codegen bug [ XYplorer, discord ]
    • fixed: ComboBox drop down height issue with increasing height each time it's dropped [ sokinkeso, discord ]
    • added: ComboBox.DropDownVisibleItemCount property (default 0, auto) [ sokinkeso, discord ]
    • fixed: changing certain ComboBox properties (Sorted, IntegralHeight, Style) at design time would cause loss of List data
    • fixed: Frame inside a UC would not render the BackColor correctly inside the IDE when the UC is used on a form [ Puffeltje, discord ]
    • fixed: UpDown control could fire duplicate DownClick/UpClick events [ lm3548, discord ]
    • updated: 2 language packs (Swedish, Hungarian)
    • special thanks to our community members for the new/updated language packs (DTZ)

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  7. #567

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    twinBASIC programming - Beta releases

    BETA 810 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/

    You can also find the download 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
    • renamed: ComboBox.DropDownVisibleItemCount property to MaxDropDownItems [ Krool, discord ]
    • added: 1 language pack (Hindi)
    • updated: 1 language pack (Malayalam)
    • special thanks to our community members for the new/updated language packs (Johan Raphael Joe)

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  8. #568

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    Re: twinBASIC programming - Beta releases

    BETA 811 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/

    You can also find the download 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
    • fixed: (regression since BETA 805) edge case involving PropertyBags [ AAraya, vbforums ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  9. #569

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    twinBASIC programming - Beta release 812

    BETA 812 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/

    You can also find the download 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
    • fixed: MaxDropDownItems not effective when run from the IDE [ sokinkeso, discord ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  10. #570

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    Re: twinBASIC programming - Beta releases

    BETA 813 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/

    You can also find the download 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
    • fixed: Find/Replace in Project scope not working properly when 'Single Click Preview' is turned off in the IDE settings
    • improved: using the code editor navigation dropdown selectors now auto unfolds the scoped area, if folded
    • added: IDE commands tbEditor_FoldProcedures and tbEditor_UnfoldProcedures (shortcuts CTRL+ALT+ARROWLEFT/ARROWRIGHT)

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  11. #571

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    Re: twinBASIC programming - Beta releases

    BETA 814 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/

    You can also find the download 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
    • fixed: issue with importing large twinpack files [ fafalone, discord ]
    • fixed: (regression in BETA 623) vbSizableNoTitleBar/vbSizableToolWindowNoTitleBar not working properly
    • note: (recompiled IDE host project with BETA 814)

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  12. #572

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    twinBASIC programming - Beta releases

    BETA 815 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/

    You can also find the download 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
    • fixed: (regression) form designer 'Align Controls to Grid' option not working [ GTAIV, discord ]
    • fixed: compiler symbol table edge case that can potentially cause a crash when loading a large project [ Aaraya, vbforums ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  13. #573

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    Re: twinBASIC programming - Beta releases

    BETA 816 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/

    You can also find the download 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
    • added: support for local linked packages (TIP: untick 'Embedded' next to the package in the IDE Available Packages list)

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  14. #574

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    twinBASIC programming - Beta releases - Linked packages

    BETA 817 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/

    You can also find the download 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
    • added: fix for local linked packages (TIP: untick 'Embedded' next to the package in the IDE Available Packages list)

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  15. #575

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    twinBASIC programming - Beta releases

    BETA 818 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/

    You can also find the download 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
    • fixed: hovering over an array symbol during debugging could show results imperfectly due to a HTML encoding bug [ XYplorer, discord ]
    • fixed: Send-To-Back/Bring-To-Front not working correctly for windowless controls inside the form designer [ GTAIV, discord ]
    • fixed: (regression) For-Each on an AddIn tbIDE.Folder would crash
    • improved: Global Search addin - now auto focuses the input box [ XYplorer, discord ]
    • improved: Global Search addin - clicking a list entry will move the code editor to the first match
    • fixed: wrapping in IDE quick info hover windows sometimes not set, causing truncation [ XYplorer, discord ]
    • added: support for Integer-Arrays to String (and vice-versa) conversions [ fafalone, discord ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  16. #576

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    Re: twinBASIC programming - Beta releases

    BETA 819 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/

    You can also find the download 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
    • fixed: handling of type library defined constants, no longer wrapping them with an implicit Variant [ https://github.com//issues/2171 ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  17. #577

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    twinBASIC programming language - Beta release 820

    BETA 820 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/

    You can also find the download 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
    • fixed: auto-correct editor bug sometimes causing invalid "Privae Sub" to be inserted when creating an event from the form designer
    • improved: markdown preview mode in the editor now allows for selection of text [ https://github.com//issues/2168 ]
    • updated: Sample 15 (GlobalSearchAddin) to match the latest version of GlobalSearchAddin that is included with the IDE
    • fixed: after the recent package changes, the 'Available Packages' list might sometimes contain enabled type libraries (non packages)
    • improved: 'Available Packages' search bar now also matches to the Library Symbol as well as the description
    • fixed: form designer copy & paste could cause a crash, intermittently [ GTAIV, discord ]
    • fixed: corrections to vbDefault MousePointer handling involving container windowless controls [ https://github.com//issues/2163]
    • fixed: Screen.MousePointer now gets reset for each new debug session
    • improved: twinBASIC now added as an 'Open With' option for VBP files from Windows Explorer [ https://github.com//issues/2157 ]
    • added: IDE command 'tbEditor_ToggleShowLineNumbers', and a UI toggle option in the EDITOR panel ellipses context menu [ https://github.com//issues/2154 ]
    • deprecated: theme CodeFoldingVisible property, in favour of new IDE command 'tbEditor_ToggleCodeFoldingVisibility' and a UI toggle option in the EDITOR panel ellipses context menu
    • deprecated: theme CodeMinimapVisible property, in favour of new IDE command 'tbEditor_ToggleMiniMapVisibility' and a UI toggle option in the EDITOR panel ellipses context menu

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  18. #578

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    Re: twinBASIC programming - Beta releases

    BETA 821 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/

    You can also find the download 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
    • fixed: using 'Open With' Explorer option would not migrate the project to an unsaved state

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  19. #579

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    twinBASIC programming language - Beta releases

    BETA 822 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/

    You can also find the download 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
    • added: AddIn extensibility method File.ReadText(Flags) where Flags can be CommentsToWhitespace [ fafalone, discord ]
    • updated: GlobalSearch Addin (addin and sample) to offer an 'Exclude Comments' option [ fafalone, discord ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  20. #580

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    Re: twinBASIC programming - Beta releases - CodeJock support

    BETA 823 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/

    You can also find the download 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
    • fixed: support for CodeJock CommandBars, allowing detection of predefined menus on tB forms

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  21. #581

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    Re: twinBASIC programming - Beta releases

    BETA 824 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/

    You can also find the download 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
    • fixed: pressing IDE real OS titlebar Close button multiple times could cause issues [ fafalone, discord ]
    • fixed: find/replace floating panel height could cause scrollbars to be visible depending on IDE font [ Krool, discord ]
    • fixed: ForeColor control graphics property not correctly matching VB6 API behaviours [ https://github.com//issues/2164

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  22. #582

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    twinBASIC programming language and IDE - Beta releases - v.825

    BETA 825 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/

    You can also find the download 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
    • fixed: using 'Break on all errors' project option would trigger on some handled errors in tB control implementations [ XYplorer, private ]
    • fixed: various HScrollBar and VScrollBar fixes [ XYplorer, private ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  23. #583

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    twinBASIC programming - Beta release 826

    BETA 826 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/

    You can also find the download 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
    • fixed: some more HScrollBar and VScrollBar edge case fixes [ XYplorer, private ]
    • fixed: using 'Break on all errors' project option would trigger on some handled errors in AX control wrapper implementations [ XYplorer, private ]
    • fixed: WM_GETMINMAXINFO implementation not correct for forms without a titlebar, causing glitches with such maximized forms [ XYplorer, private ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  24. #584

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    Re: twinBASIC programming - Beta releases

    BETA 827 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/

    You can also find the download 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
    • fixed: changing LAA or DEP project settings would force full closure of the open project [ fafalone, discord ]
    • fixed: using 'Break on all errors' project option would trigger on some handled errors in AX control wrapper implementations [ XYplorer, private ]
    • fixed: Image control with Stretch=False did not auto-resize to the set picture dimensions at runtime [ Kimpos, discord ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  25. #585

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    twinBASIC programming - Beta releases

    BETA 828 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/

    You can also find the download 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
    • fixed: issue with Dim something(A To Len(b)) [ axisdj, discord ]
    • fixed: issue with AX controls that only use dispinterfaces(e.g.Mabry HiTime), calling methods on them before the form is loaded would not cause the form to load [ axisdj, discord ]
    • fixed: edge cases with some AX controls that use dispinterface events [ axisdj, discord ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  26. #586

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    twinBASIC programming - Beta releases

    BETA 829 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/

    You can also find the download 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
    • improved: discoverability of many IDE options via the Code Editor ellipses menu and via the right-click context menu
    • improved: added BETA version number to About window [ https://github.com//issues/2177 ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  27. #587

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    Re: twinBASIC programming - Beta releases

    BETA 830 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/

    You can also find the download 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
    • added: themable properties for all toolbox icons using CSS data URIs, see Dark.theme/Light.theme files [ gaouser, discord ]
    • added: IDE command 'tbThemes_Reload', plus associated menu entry via Window > Themes > Reload from disk [ gaouser, discord ]
    • added: theme selector icon to the main IDE toolbar [ gaouser, discord ]
    • fixed: changing form caption could cause form activate events to fire [ https://github.com//issues/2148 ]
    • improved: 'Failed to create class instance' error in compiled files now includes the CLSID for debugging purposes
    • fixed: MDI compiled EXEs could throw 'Failed to create class instance' errors if main MDI form is loaded implicitly from a child [ https://github.com//issues/2148 ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  28. #588

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    Re: twinBASIC programming - Beta releases

    BETA 831 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/

    You can also find the download 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
    • fixed: assignments to array elements with implicit default member property-let pass-thru would throw a compiler error [ Tom, private ]
    • fixed: assignments to class elements without implicit default member property-let pass-thru would throw codegen error, now throw a runtime error to match VBx, plus a warning [ Tom, private ]
    • fixed: LBound/UBound on a class type should be a compilation error [ Tom, private ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  29. #589

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    twinBASIC programming - Beta releases - release 832

    BETA 832 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/

    You can also find the download 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
    • improved: added compatibility option 'Use Unicode Common Control Notifications' for allowing use of ANSI notifications in WM_NOTIFY subsclassing to match VBx [ fafalone, discord ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  30. #590

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    Re: twinBASIC programming - Beta releases

    BETA 833 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/

    You can also find the download 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
    • fixed: touching a child control property inside a UserControl_Initialize event could cause the UC to be put in a bad state, not firing some events [ gaouser, discord ]
    • fixed: Form.DrawMode property was not being changed on the underlying DC, so appeared ineffective with API drawing [ Don, discord ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  31. #591

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    twinBASIC programming - Beta release 834

    BETA 834 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/

    You can also find the download 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
    • improved: general form stability around closure of windows (particularly MDI child forms) [ https://github.com//issues/2181#issuecomment-3027454775 ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  32. #592

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    Re: twinBASIC programming - Beta releases

    BETA 835 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/

    You can also find the download 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
    • fixed: form menu designer sometimes shows the root menus in reverse order [ https://github.com//issues/2129 ]
    • fixed: form designer instability when there are missing ActiveX controls [ PickledPokkel, discord ]
    • fixed: if a local twinpack file in %APPDATA% is locked, the IDE no longer faults [ fafalone, discord ]
    • added: 1 language pack (Turkish)
    • special thanks to our community members for the new/updated language packs (geouser)

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.

  33. #593

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    twinBASIC programming - Beta release 836

    BETA 836 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/

    You can also find the download 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
    • fixed: IDE not opening on some machines since BETA 814 [ KarlSevenSeven, discord ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.




  34. #594

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    twinBASIC programming - Beta release 837

    BETA 837 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/

    You can also find the download 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
    • added: IDE setting 'Auto refresh Explorer icon cache after build' (default TRUE) [ gaouser, discord ]
    • fixed: IDE now explicitly sets the current directory of the debug session to the twinproj folder location when loading the project [ https://github.com//issues/2184#issuecomment-3031406118 ]
    • fixed: further tweaks to UserControl WM_WINDOWPOSCHANGING implementation to better handle MSACCESS quirks [ Tecman, discord ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.




  35. #595

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    Re: twinBASIC programming - Beta releases

    BETA 838 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/

    You can also find the download 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
    • fixed: (regression) ToolTipText property on windowless controls not working properly [ Don, discord ]
    • fixed: clicking on a Label or Image control inside of a container (e.g. PictureBox) should not focus the container [ Don, discord ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.




  36. #596

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    Re: twinBASIC programming - Beta releases

    BETA 839 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/

    You can also find the download 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
    • fixed: broken Image/Label mouse events in last BETA [ Don, private ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.




  37. #597

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    twinBASIC development and programming - Beta release 840

    BETA 840 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/

    You can also find the download 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
    • fixed: PictureBox middle/right mouse buttons should accept focus [ XYplorer, discord ]
    • fixed: Cancel/Default escape/enter key handling could cause a crash at runtime in some scenarios [ XYplorer, discord ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.




  38. #598

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    twinBASIC programming - Beta releases

    BETA 841 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/

    You can also find the download 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
    • improved: much faster internal recording of compilation errors, preventing IDE unresponsiveness when there are thousands of errors [ Emile, discord ]
    • improved: codeLens feature can cause an IDE performance hit when there are hundreds/thousands of them [ fafalone, discord ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.




  39. #599

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    Re: twinBASIC programming - Beta releases

    BETA 842 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/

    You can also find the download 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
    • fixed: (regression in BETA 841) excessive memory fragmentation could cause large Win32 projects to fail to load or compile [ https://github.com//issues/2189 ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.




  40. #600

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,573

    twinBASIC programming - Beta releases

    BETA 843 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/

    You can also find the download 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
    • fixed: SaveSetting / DeleteSetting standard library functions were using non-WindowsXP compatible APIs [ gaouser, discord ]

    A workaround for the memory leaks is to routinely restart the compiler (not the whole IDE), until fixed.




Page 15 of 16 FirstFirst ... 51213141516 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width