symbuttn.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 14 行
GML
14 行
.ix 'symbol completion'
.ix 'name completion'
.ix 'Symbols...'
In the dialog, you can click the Symbols... button as a shortcut.
You can type a partial symbol
name like
.id foo
and the Symbol button will show you a list of symbols that start with
.id foo.
You can then choose one of these symbols by clicking on it or
hitting ENTER. Note that the first time you use the Symbols... in
a debugging session, it will take a while as the debugger sorts
the symbol table for the program.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?