?? readme.devel
字號:
$Id: README.devel,v 1.2 2003/03/18 01:50:17 geuzaine Exp $Some easy rules to make the code easy to read/debug/maintain:- enable full warnings for your compiler (e.g. gcc -Wall)- always use Msg() to print information/errors/etc.- begin any new function with GetDP_Begin("function_name") and end it with GetDP_End or GetDP_Return(value). Never use 'return' directly.- if working under Microsoft Windows, please indent your files and suppress the tabs before committing your changes (untabify)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -