Wish B4X GUI, priority of undeclared variables over unused variables

Didier9

Well-Known Member
Licensed User
Longtime User
Hopefully this will make sense.
(obviously not a show stopper, just a little bit of sand in the gears...)

When a function includes an unused variable, the scrollbar to the right of the edit window shows a blue mark.
When a function includes a non-declared variable, the scrollbar shows a red mark.
Both are very useful.
But when a function has both, the blue mark is over the red mark and hides it.
I would prefer that the red mark be over the blue mark as it is obviously a more urgent problem.

TIA
 
Top