📄 cpglobals.cpp
字号:
// PGlobals.cpp: implementation of the CPGlobals class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "CPGlobals.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CPage* gpCurrPage = NULL; //正在解析的代码页的指针
CScope gScope; //域管理器
CIdentifiers gIdens; //符号表
CSymbols gSymbols; //依据域来保存符号
UINT gIndex; //用于为未命名标识符命名的序号如un1
CPages gPages;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -