Other B4J v2.20 is available for download

Erel

B4X founder
Staff member
Licensed User
Longtime User
I'm happy to release B4J v2.20.
This update includes the new features added in B4A v3.80. The main new features are conditional compilation and build configurations.

New features and improvements:

  • Conditional Compilation & Build Configurations: http://www.b4x.com/android/forum/threads/conditional-compilation-build-configurations.40746/
  • Shared code modules: http://www.b4x.com/android/forum/threads/shared-code-modules.40747/
  • Project meta file - This file stores "dynamic" project state: modules visibility and order, collapsed nodes, bookmarks and breakpoints. This file should be excluded from source controls.
  • Array keyword - The type can be omitted. In that case the array type will be Object. The Array keyword now supports creating empty arrays.
  • Debugger can optionally show hexadecimal values.
  • Auto complete for layouts and assets files.
  • Libraries filter box.
  • Server - Correct mime types are set based on the file extension.
  • jSQL - Fix for a potential memory leak.
  • JQueryElement.SetProp method fixed.
  • HttpSession.RemoveAttribute was mistakenly named RemoteAttribute. The method name is fixed.
  • Add existing modules supports multiple selection.
  • Other minor improvements
Projects saved in v2.20 cannot be opened with older versions of B4J (due to the new meta files).

You can download the full version here: www.b4x.com/b4j/
 
Last edited:

Kiffi

Well-Known Member
Licensed User
Longtime User
f3a616e661e573a8e0173skjp1.gif
 
Upvote 0
Top