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.
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.
I had written the comment in the wrong place, in the XML, but I didn't want to correct that post or reply, so I just published the image of that unreal library
As I reported in my post #15 about the WYSIWYG Editor Preview window not showing, I noticed is working for ONLY java 8. The problem is only with java 11 and 14
As I reported in my post #15 about the WYSIWYG Editor Preview window not showing, I noticed is working for ONLY java 8. The problem is only with java 11 and 14
Be careful, if you leave an empty character after the equal sign it doesn't work: IDE Comment=New version 6.50 >works IDE Comment =New version 6.50 > doesn't work