📄 template
字号:
CVS: ----------------------------------------------------------------------CVS: CVS Commits to CMake/ITK/ParaView/VTK require commit type in theCVS: comment. Valid commit types are:CVS:CVS: BUG: - a change made to fix a runtime issueCVS: (crash, segmentation fault, exception, or incorrect result,CVS: COMP: - a fix for a compilation issue, error or warning,CVS: ENH: - new functionality added to the project,CVS: PERF: - a performance improvement,CVS: STYLE: - a change that does not impact the logic or execution of theCVS: code. (improve coding style, comments, documentation).CVS: CVS: The cvs command to commit the change is: CVS: CVS: cvs commit -m "BUG: fixed core dump when passed float data" filenameCVS: CVS: you can also use the syntax below which omits the -m flag. In thisCVS: case cvs will start up an editor for you to enter a comment on why youCVS: made the change.CVS: CVS: cvs commit filenameCVS: ----------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -