?? doc.xml
字號:
<?xml version="1.0"?>
<project name="SharkFromScratchII" default="main" basedir=".">
<description>This build file enables you to compile the source and run the SFS II sample code</description>
<property name="src.dir" value="./src"/>
<property name="build.dir" value="./classes"/>
<property name="output.dir" value="./html/code" />
<taskdef name="java2html" classname="com.java2html.Java2HTMLTask"/>
<target name="main" >
<java2html title="SharkFromScratch" simple="no" tabsize="3" marginsize="2"
header="true" footer="false" destination="${output.dir}">
<fileset dir="${src.dir}">
<include name="**/*.java"/>
</fileset>
</java2html>
</target>
</project>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -