Other B4J v8.00 has been released

Erel

B4X founder
Staff member
Licensed User
Longtime User
Download: https://www.b4x.com/b4j.html

I'm happy to release B4J v8.00. This update includes many important IDE 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:

    B4J_g4HdOaZwZY.png


  • Subs code appears in the quick info windows:

    firefox_gejSUQYiDX.png


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

    B4J_FFeJi3K1dG.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


  • 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.
  • Fixed incorrect missing file warning in some cases.
  • Resources in implicitly referenced b4x libs are now accessible.
  • Other minor improvements and bug fixes.

Download: https://www.b4x.com/b4j.html
 
Last edited:

alwaysbusy

Expert
Licensed User
Longtime User
Been working with 8.00 for about a day now and this is an awesome IDE update and productivity boost! :)

Minor suggestion if one opens a lot of those 'show Sub' windows: maybe something that they are all 'tabbed' together in one window (so you can close them all at once) and the possibility to dock this 'tabbed window' where the libraries/logs/File Manager, ...) is located.
 
Upvote 0
Top