📄 textpro.h
字号:
/*******************************************************/ /* "C" Language Integrated Production System */ /* */ /* CLIPS Version 6.05 04/09/97 */ /* */ /* TEXT PROCESSING HEADER FILE */ /*******************************************************//*************************************************************//* Purpose: *//* *//* Principal Programmer(s): *//* Brian L. Donnell *//* *//* Contributing Programmer(s): *//* *//* Revision History: *//* *//*************************************************************/#ifndef _H_textpro#define _H_textpro#ifdef LOCALE#undef LOCALE#endif#ifdef _TEXTPRO_SOURCE_#define LOCALE#else#define LOCALE extern#endif#if ANSI_COMPILER#if CLP_TEXTPRO LOCALE VOID FetchCommand(DATA_OBJECT *); LOCALE int PrintRegionCommand(void); int TossCommand(void);#endif#if CLP_HELP LOCALE VOID HelpFunction(void); LOCALE VOID HelpPathFunction(void);#endif LOCALE VOID HelpFunctionDefinitions(void);#else#if CLP_TEXTPRO LOCALE VOID FetchCommand(); LOCALE int PrintRegionCommand(); int TossCommand();#endif#if CLP_HELP LOCALE VOID HelpFunction(); LOCALE VOID HelpPathFunction();#endif LOCALE VOID HelpFunctionDefinitions();#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -