Screenshot of the next version improved code editor

Erel

B4X founder
Staff member
Licensed User
Longtime User
The background analyzer was rewritten and it is now much more powerful.

It will allow nice features such as automatic case correction for all declared variables and subs, highlighting of global variables (purple), highlighting of undeclared variables (red) and others:

SS-2011-12-21_18.26.05.png
 

pluton

Active Member
Licensed User
Longtime User
Excellent. I want it, I want it for Christmass :)

That is so great. It will save me a lot of time :D
 
Upvote 0

Trelas

New Member
Licensed User
Longtime User
Wow, this is a must have, great feature. :)

Can we also become Drag and Drop?
e.g.
We to mark a Line and move this with Drag and Drop, or copy the line
with hold the [STRG] key.

greeting
Trelas
 
Upvote 0

bryon

Member
Licensed User
Longtime User
I understood case correction to mean that if you dimensioned a variable like this:

Dim ServerName as String

... and then later on typed this:


servername="VT100"


case correction would change it to:

ServerName="VT100"

This is what VB6 does.
 
Upvote 0

barx

Well-Known Member
Licensed User
Longtime User
Really nice, Think it will be time for a new license. 2 year one this though. Will wait till this release is out though. Keep it up Erel
 
Upvote 0

Philipp

Member
Licensed User
Longtime User
Very nice. Hovering over a command and having the description shown up again would be very nice too ;)

And F1 for a direct link to the online /ofline help of the command where the cursor is, would be extreamely nice too. Especially for beginners :p
 
Upvote 0
Top