Informix/4gl/genero code folding bug
Posted: Thu Sep 27, 2012 1:24 am
Code: Select all
IF abc = def THEN
.
.
.
ELSE
..
..
..
END IF
...
...
...
Code: Select all
IF abc = def THEN ...
Code: Select all
IF abc = def THEN ...
ELSE ... END IF
...
...
...
only occurs in Informix. In python and powerflex it folds correctly.
Zeus 3.97n
Win 7
Thanks
Grant