Other B4A v9.80 has been released

Erel

B4X founder
Staff member
Licensed User
Longtime User
I'm happy to release a new version of B4A.

This update includes many IDE improvements and other improvements:

  • Find all references, quick search and find subs / modules tool windows were rewritten and are now syntax colored, the text is selectable and you can jump directly to the selected position:

    B4A_9botcGYHWq.png


  • Subs code appears in the quick info windows:

    B4A_oncZ22XSv2.png


    This code is also selectable and clickable.
  • Show Sub in window:

    B4A_Ws5QQPNnoA.png


    Allows showing subs in a floating windows. The text is selectable and clickable.
    This can be triggered from all kinds of places including:

    firefox_5S7dmQl9uv.png


    And:

    B4J_HA5KV1VUy1.png

  • Positions and layouts of all windows are preserved.
  • Search results font can be configured from Tools - IDE Options - Font Picker:

    B4A_odVBuDhINv.png


  • IDE shows available updates:

    B4A_aIuycXIChA.png


  • Recommended targetSdkVersion is set to 28.
  • Alpha value of text colors can be set in the designer.
  • Fix for a crash related to B4XView.Color with Android 10 and targetSdkVersion >= 29.
  • Better handling of errors in the IDE.
  • Deprecation warnings for modal Msgbox.
  • Animation to zero size no longer causes an exception in new versions of Android.
  • Starter service subs can be accessed directly without using CallSub.
  • Warning and errors do not hide other information:

    firefox_3kGGyEKGSF.png


  • Copy warnings from list of warnings.
  • Generate 'Create Type' Sub:

    1hITEYnYZ4.gif

  • Copy events:

    firefox_etmGiwujtQ.png

  • Modules list is saved in lexicographic order to avoid unexpected changes with source control tools.
  • Resources in implicitly referenced b4x libs are now accessible.
  • Other minor improvements and bug fixes.

Developers who are eligible for a free upgrade will receive an email with installation instructions.

B4A will become free in a couple of weeks, therefore discount offers will not be sent like with previous releases.

Note that B4J v8.10 has also been released with similar improvements.
 

Daica

Active Member
Licensed User
Okay, I'll send an email to the support email :)
Thanks guys. Just figured I post in the release thread as this error happened after downloading and installing the new update
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
you can download it here:

 
Upvote 0
Top