📄 tool.h
字号:
/*
*
* tool.h
*
* Copyright (c) 2001, 2002
* Andrew Fedoniouk - andrew@terra-informatica.org
* Portions: Serge Kuznetsov - kuznetsov@deeptown.org
*
* See the file "COPYING" for information on usage
* and redistribution of this file
*
*/
#include "cs_basic.h"
#include "cs_list.h"
#include "cs_array.h"
#include "cs_string.h"
#include "cs_hash.h"
#include "cs_dictionary.h"
#include "cs_hash_table.h"
#include "cs_datetime.h"
#include "cs_regexp.h"
using namespace tool;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -