Could you not use it before you upgraded?   Sorry about being  off topic

Dougc




Sent from Samsung tabletBobby Worley <bwor...@coburns.com> wrote:We finally 
upgraded Universe to 11.1.9 on AIX, so i am now starting to use
BDT (Basic Developer Toolkit) on a daily basis.


Does anyone know of a way to specify how the code editor formats?
Ctrl-Shift-F removes leading spaces, then indents lines using tab char(9)
instead of spaces.


Example:


FORMAT results from TCL EDitor:


0001:       S=''

0002:       X=9

0003:       FOR I = 1 TO X

0004:          IF S<I>=12 THEN

0005:             CRT 'HELLO'

0006:          END ELSE

0007:             GOSUB DO.SOMETHING

0008:          END

0009:       NEXT I

0010:       RETURN

0011:

0012: DO.SOMETHING:

0013:       R2='D2'

0014:       RETURN

0015:

0016:    END

Bottom at line 16.


Format (Ctrl-Shift-F) results in BDT


0001: S=''

0002: X=9

0003: FOR I = 1 TO X

0004: ^009IF S<I>=12 THEN

0005: ^009^009CRT 'HELLO'

0006: ^009END ELSE

0007: ^009^009GOSUB DO.SOMETHING

0008: ^009END

0009: NEXT I

0010: RETURN

0011:

0012: DO.SOMETHING:

0013: R2='D2'

0014: RETURN

0015:

0016: END

Bottom at line 16.
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to