Quiz: find the new feature :)

Erel

B4X founder
Staff member
Licensed User
Longtime User
test.gif


The above gif demonstrates a small but very useful new feature that will be available in the next versions.
Who can find it?
 

stevel05

Expert
Licensed User
Longtime User
A critical error stops parsing?
 

Emme Developer

Well-Known Member
Licensed User
Longtime User
No.

Another one:

View attachment 58077

Pay attention to the auto complete list.
It is a bit difficult to see it as you don't see the keystrokes. Only 'a' is pressed after the 'Then' keyword. No arrows.
IDE now understand what variable is used in If condition so rewrite the variable correctly. I don't know how to explain right in English, but seems that IDE now understand the context in which you are writing code. I tried your case and IDE show me first variable, so this is the new feature
 

stevel05

Expert
Licensed User
Longtime User
That's prioritising the last variable name used.

Ok, context aware autocompletion?
 

Star-Dust

Expert
Licensed User
Longtime User
Have you restored DoEvents? :D:D:D:D:D
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
The first example is a real case which always annoys me. I'm used to writing pr + enter to create a new private sub. In SearchView (and in other cases) there is a global variable that "steals" the selection and causes the wrong text to be added.

Have you restored DoEvents? :D:D:D:D:D
It was never removed. Only a warning was added.
Developers, who are building robust solutions, understand its issues and the simple alternative methods available... ;)
 

Star-Dust

Expert
Licensed User
Longtime User
Did I miss something? What is ExitApplication2 ?
PSX_20170726_121600.jpg
 
Last edited:

Star-Dust

Expert
Licensed User
Longtime User
No, it will be in B4X version 9.0.1 and will allow you to kill the app definitively. :D:D:D

Of course it will also be included DoEvents2(Millsecs as int) :p:p:p
 
Top