?? proxy-cl.ini
字號:
;
; STL Error Decryptor v2 configuration file
; -----------------------------------------
;
; Options in the [common] section apply to both the Proxy CL.EXE and STLTask.EXE.
; Options in the [proxy.cl] section apply only to the Proxy CL.EXE.
; Options in the [stltask.exe] section apply only to STLTask.EXE.
;
; The following *commented* configuration lines summarize the available options
; and show their default values (the values hard-wired into the CL.EXE and
; STLTask.EXE executables as distributed).
;
; To activate a configuration line, the semicolon (;) at the START of the line
; MUST BE REMOVED. Then, flavor to taste:
[common] ;Applies to both CL.EXE and STLTask.EXE. Options and their defaults:
;FILTER_SCRIPT=c:\STLFilt.pl ;full pathname of the Perl script
;TOGGLE_FILE_DIR=c:\ ;directory where filter control toggle file will live
;NATIVE_CL=cl2.exe ;base filename of copy either you or STLTask make of native CL.EXE. NO PATH!!!
;PERL_EXE=c:\perl\bin\perl.exe ;full pathname of your Perl interpreter
[proxy.cl] ;Applies to CL.EXE only. Options and their defaults:
;SILENT=FALSE ;true to suppress banner message
;DEBUG=FALSE ;true to log debugging information
;DEBUG_DIR=C:\ ;if debug=true, write cl-dblog.txt and atfile.txt here
;ITERATOR_POLICY=M ;default iterator policy: S, M or L
;ALLOCATOR_POLICY=S ;applies under .NET ONLY: default allocator policy, S or L
;FUNCTOR_POLICY=S ;applies under .NET ONLY: default functor policy, S or L
;WITH_POLICY=S ;applies under .NET ONLY: default "with clause" substitution policy, S or L
;BREAK=P ;Line-break algorithm: P(lain), or D(ave Abrahams) mode (for metaprogramming)
;CBREAK=B ;Comma break policy: break B(efore) or A(fter) commas [Dave mode only]
;CLOSEWRAP=Y ;Wrap before unmatched closing delimiters? Y/N [Dave mode only]
;OUTPUT_WIDTH=0 ;column # to wrap output text at, 0 = no wrapping
;LOG_NATIVE_MSGS=N ;Y to log native [unfiltered] compiler messages to NativeLog.txt
[stltask.exe] ;Applies to STLTask.EXE only. Options and their defaults:
;CL_DIR=c:\program files\microsoft visual studio\vc98\bin ;MSVC's bin directory
;CL_EXE=cl.exe ;"Natural" native compiler command name/extension
;CLIPBOARD_ONLY=false ;If true, all STLTask can do is filter clipboard
;PROXY_CL_UNINSTALLED_FNAME=cl.stl ;name of copy STLTask makes of Proxy CL
;TIMER_INTERVAL_MS=2000 ;timer interval for toggle file change detection
;CHECK_FOR_PREVIOUS_INSTANCE=true ;if true, creates a lock file upon entry, deletes upon exit,
; and warns if it is present upon startup unless the
; /q option is specified on the command line
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -