📄 edit.h
字号:
// edit.h
#include "blassic.h"
#include "file.h"
#include "program.h"
bool editline (BlFile & bf, std::string & str, size_t npos);
bool editline (BlFile & bf, Program & program, BlLineNumber bln,
std::string & str);
bool editline (BlFile & bf, Program & program, BlLineNumber bln);
// End of edit.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -