Download link: https://www.b4x.com/b4j.html
New libraries tab:
Resumable subs indicators:
The first indicator shows that RefreshImpl is a resumable sub and it is called without waiting for it to complete.
The second indicator shows us where the sub will be paused and later resumed.
- Libraries tab improvements.
- Indicators to help understand the code flow with resumable subs.
- IDE performance improvements related to handling of b4xlibs.
- The deprecated jHttp and jHttpUtils2 libraries were removed.
- OkHttp updated.
- #JavaCompilerPath attribute. Allows setting a JDK other than the one set in the global settings. Syntax: <java version>, <path to javac.exe>. The exact version isn't important.
B4X:#JavaCompilerPath: 8, C:\Program Files\Java\jdk1.8.0_211\bin\javac.exe
- #CustomBuildAction - direct support for jar files, including Java 11+ UI jars.
- Many internal libraries were updated including: B4XDrawer, B4XPages, B4XCollections, XUI Views and jFX.
- New internal libraries: KeyValueStore, BCToast
- Bug fixes and other minor improvements.
New libraries tab:
Resumable subs indicators:
The first indicator shows that RefreshImpl is a resumable sub and it is called without waiting for it to complete.
The second indicator shows us where the sub will be paused and later resumed.