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.
Im getting an error while my current project is open.
it happens few seconds after opening without any input from my side
Also there is windows popup "B4 doesnt work anymore"
The error above is solved in beta #2. It happened when auto backup is disabled. It now shows a message in the status bar every hour when auto backup is disabled.
If you haven't disabled auto backup and already installed beta #1 then there is no reason to update.
Good one, Erel!
In the new libraries tab, platforms column shows up ony after selecting a library to be included in the project. Is that indeed the idea? Any chance this could be changed to show all libraries platforms, whether they are selected or not?
Good one, Erel!
In the new libraries tab, platforms column shows up ony after selecting a library to be included in the project. Is that indeed the idea? Any chance this could be changed to show all libraries platforms, whether they are selected or not?
Just to clarify... it is possible to filter, already in previous versions, but only on the names of the libraries. Now, it would be useful to sort the columns, so you can group the platforms or, if not possible, filter by any column (like the B4XTable). A combobox to select the platform or a group of radiobuttons would also be fine.
In short, a way to view only the libraries of a particular platform.
After installing v8.80 Beta 2, the Preview window for the Designer is no longer showing. Is it only me?
Even if I press F2 or go to WYSIWYG Designer -> Connect, it still remains disconnected.
In the new libraries tab, platforms column shows up ony after selecting a library to be included in the project. Is that indeed the idea? Any chance this could be changed to show all libraries platforms, whether they are selected or not?
Might be added in the future. For this to work with good performance the IDE needs to maintain an internal index / database of the libraries. Currently the IDE doesn't load the XML or manifest files of unchecked libraries.
Might be added in the future. For this to work with good performance the IDE needs to maintain an internal index / database of the libraries. Currently the IDE doesn't load the XML or manifest files of unchecked libraries.