You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just playing around with the new fixed format stuff and I think I found a small bug in the ruler not displaying in a certain situation. So line 1 of the code has an H spec. Line 2 has an F spec. The ruler is not showing on line 2. It will show on line 3. If I put a blank line after the H spec it will display the ruler. Also the Ctrl+Shift+F4 won't work on the F spec as well unless you put the blank line between it. If I put a blank line before the H spec and leave no blank line between the H and F spec it will work. I'm not getting and ruler for the H spec which might be by design.
H DFTACTGRP(*NO) ACTGRP(*CALLER)
FCRTSQLXFMNCF E WORKSTN INDDS(Indicators)
D System_Table_Schema...
D S 10
The text was updated successfully, but these errors were encountered:
Also looked at your PR. I guessing I and O specs aren't supported yet (or not planned) and I understand why (either way) since you can have two varieties of these. I think if you really wanted to implement it you could look at position 7 and/or 17 on the I specs and see its not blank that's the equivalent of an IPI in SEU, If those are blank then it's a IPJ.
On the O specs position 7 and/or 17 not blanks than it's a IPO spec from SEU. If it is blank than it's a IPP spec in SEU.
Those might not be the only scenarios but those are pretty common.
I was just playing around with the new fixed format stuff and I think I found a small bug in the ruler not displaying in a certain situation. So line 1 of the code has an H spec. Line 2 has an F spec. The ruler is not showing on line 2. It will show on line 3. If I put a blank line after the H spec it will display the ruler. Also the Ctrl+Shift+F4 won't work on the F spec as well unless you put the blank line between it. If I put a blank line before the H spec and leave no blank line between the H and F spec it will work. I'm not getting and ruler for the H spec which might be by design.
The text was updated successfully, but these errors were encountered: