Other B4J v6.51 has been released

Erel

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

Improvements:
  • Debugger improvements and bug fixes.
  • #CustomBuildAction:
    • Support in all modules.
    • Support for environment variables.
    • New "folders ready" cross platform compilation step. Useful for updating files.
  • The list of subs above the code editor was rewritten. It behaves better (doesn't miss key inputs and always jumps to the clicked sub).
  • file:// links can be ctrl + clicked.
  • BorderColor attribute added to the IDE theme files.
  • BitmapCreator v4.18
  • XUI2D v0.99
  • jOkHttpUtils2 v2.70
  • Code editor jumps to the error line when there are Java compilation errors.
  • Bug fixes.
Note that due to internal changes in jXUI library, compiled libraries that are based on jXUI need to be recompiled.
 
Top