⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 completion.h

📁 ngspice又一个电子CAD仿真软件代码.功能更全
💻 H
字号:
#ifndef _COMPLETION_H#define _COMPLETION_H/* The types for command completion keywords. Note that these * constants are built into cmdtab.c, so DON'T change them unless you * want to change all of the bitmasks in cp_coms.  Note that this is * spice- and nutmeg- dependent.  */#define CT_FILENAME     0#define CT_CKTNAMES     2#define CT_COMMANDS     3#define CT_DBNUMS       4#define CT_DEVNAMES     5#define CT_LISTINGARGS  6#define CT_NODENAMES    7#define CT_PLOT         8#define CT_PLOTKEYWORDS 9#define CT_RUSEARGS     10#define CT_STOPARGS     11#define CT_UDFUNCS      12#define CT_VARIABLES    13#define CT_VECTOR       14#define CT_TYPENAMES    16#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -