?? tlib.cfg
字號:
REM TLIB.CFG -- For Version 5.50
REM
REM Configure the path to something absolute if working from source
REM not in the main tree.
REM
path s:\cm\source\*
commands U,UK,UD,E,EB,EBS,ES,ER,P,N,NK,L,T,S,C,CP,Q,?
numprompt 4
prompt 1,'TLIB basic commands:'
prompt 2,' N-New L-List T-Test E-Extract EB-Browse'
prompt 3,' U-Update ER-Lock UD-Unlock Q-Quit ?-More help'
prompt 4,' '
numhelp 23
help 1,"TLIB -- version control system:"
help 2," "
help 3," E - Extract current version & check-out (lock)"
help 4," EB - Extract current version & do not check-out (browse)"
help 5," ES - Extract old version & check-out (lock)"
help 6," EBS - Extract old version & do not check-out (browse)"
help 7," "
help 8," N - New library file: create & check in"
help 9," NK - New library file: create and check out"
help 10," U - Update & check in"
help 11," UK - Update but keep it checked out"
help 12," "
help 13," ER - Check out without extract (lock)"
help 14," UD - Check in without update (unlock)"
help 15," "
help 16," C - Override a given configuration"
help 17," CP - Override default Path to library"
help 18," L - List versions"
help 19," S - Take a snapshot"
help 20," T - Test check in/out status"
help 21," Q - Quit"
help 22," "
help 23," Enter a command: "
iff '%TLIBPROG%' EQI 'DLL'
swidth 32765
endif
multipass y
locking w
readonlyb n
replrobr y
loguser y
filetype auto
entabu n
detabe m
libext ?!?????
lokext ?^?????
fnamecase Lower
REM Java files have a mixed case naming convention, so don't touch 'em!
if *.java,*.class
fnamecase Auto
endif
treedirs y
workdepth 0
readonly y
rolocks y
datapath y
keyflag 4,"+++=>>>"
fixkeywd y
id *NOVELL*
LET TNAME=(UNQ "%TLIBCFG:ID%") SST '0:3'
IFF '%TNAME%' EQ 'CN='
LET TNAME=(UNQ "%TLIBCFG:ID%") SST '3:20'
ENDIF
id %TNAME%
REM These are used to define what *.?!????? should translate back to
REM ',,' means no extension
extension mak,,c,h,asm,s,inc,txt,cfg,htm,typ,scr,html,java,jav,jar,cls,class,exe,gif,jpg,zip,bat,csh,unx,pdf,vsn
REM If 'y', tlib eb makefile will get all files of name makefile everywhere
find1file n
iff *.c,*.h,*.asm,*.s,*.mak,makefile.,*.java
say Please update *.vsn when updating this file.
endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -