?? moviecat.vpj
字號:
//Java ==================================================================
//@V@:Note: Java Project File generated by VIDE: (09:27:25 24 Aug 2001).
//CAUTION! Hand edit only if you know what you are doing!
//=======================================================================
//% Section 1 - COMPILER
javac
//% Section 2 - COMPILER OPTIONS
-d . (Compilation output dir)
-g (Full Debugging Info)
-g:none (No Debugging Info)
-O (Optimize compiled code)
-nowarn (No warnings)
-verbose (more messages)
-deprecation (Deprecated API)
//%compiler-opts-pool-end
//%compiler-opts-end
//% Section 3 - INTERPRETER
javaw
//% Section 4 - INTERPRETER OPTIONS
-verbose (more output)
//%interp-opts-pool-end
//%interp-opts-end
//% Section 5 - DEBUGGER
jdb
//% Section 6 - DEBUGGER OPTIONS
//%debug-opts-pool-end
//%debug-opts-end
//% Section 7 - CLASSPATH
<none>
//% Section 8 - APPLET HTML SORUCE
<none>
//% Section 9 - TOP LEVEL JAVA FILE
MovieCat
//% Section 10 - SOURCE DIRECTORY
.
//% Section 11 - SOURCE FILES
//%src-files-end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -