Im a new to B4A - sometimes I can get lost with the IF/END IF, For/Next and other conditional loops. Especially if they are nested.
A good example is - using Ctrl-Shift+P in ZEND Studio (PHP) It does bracket matching that will jump to the closing bracket for that loop.
1. IF some-condition THEN
2. some code...
3. IF another-condition THEN
4. Some more code
5. End If
6. maybe more code..
7. End IF
So If im on line 7 - then it would know make some way of showing line #1 is its match ... same with #3 & #5.
Just a suggestion.
Thanks
.JND.
A good example is - using Ctrl-Shift+P in ZEND Studio (PHP) It does bracket matching that will jump to the closing bracket for that loop.
1. IF some-condition THEN
2. some code...
3. IF another-condition THEN
4. Some more code
5. End If
6. maybe more code..
7. End IF
So If im on line 7 - then it would know make some way of showing line #1 is its match ... same with #3 & #5.
Just a suggestion.
Thanks
.JND.