gwt.properties
来自「netbeans开发gwt程式的插件」· PROPERTIES 代码 · 共 15 行
PROPERTIES
15 行
# The name of the module to compilegwt.module=my.company.Main# Path of the GWT installation directory.Use Internet-Standard of forward slases for this pathgwt.install.dir=C:/download/gwt/gwt-windows-1.4.60# Folder within the web app context path where the output# of the GWT module compilation will be stored.gwt.output.dir=/my.company.Main# Script output style: OBF[USCATED], PRETTY, or DETAILEDgwt.compiler.output.style=OBF# The level of logging detail: ERROR, WARN, INFO, TRACE, DEBUG,gwt.compiler.logLevel=WARN# Script output style: OBF[USCATED], PRETTY, or DETAILEDgwt.shell.output.style=OBF# The level of logging detail: ERROR, WARN, INFO, TRACE, DEBUG,gwt.shell.logLevel=WARN
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?