B4J v2.50 BETA is now available for download.
This update includes the following improvements:
- Code obfuscation (same as in B4A).
- Rapid debugger memory handling was rewritten to provide better performance and to avoid memory leaks.
- Support for constants: Dim Const x As Int = 2
- New animation methods: SetLayoutAnimated and SetAlphaAnimated:
- IsDevTool keyword.
- Libraries list - Checked libraries are listed at the top of the list.
- Duplicate line shortcut - Ctrl + D.
- AutoComplete shortcut - Ctrl + \ (same as Ctrl + Space).
- Hide other modules option when right clicking on the module header.
- CurrentStatement and breakpoints colors are configurable in the xml file.
- New logo.
This is a beta version. You are advised to backup your projects before loading them in the new version.
You can download the beta version here: www.b4x.com/b4j/files/beta.exe
The animation example is attached.