abbrev.properties
来自「porting scintilla to qt」· PROPERTIES 代码 · 共 10 行
PROPERTIES
10 行
# Global abbreviations file for SciTE# Place this file in your home directory, that is, the same directory# as the user options file.# Contains a list of entries of the form abbreviation=expansion# Type the abbreviation and press Ctrl+B to insert the expansion# The '|' marks the position the caret will be after expansion.main=int main(int argc, char *argv[])\n{\n}if=if (|) {\n\n}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?