📄 fr_edit.inc
字号:
with M2 do
begin
// place syntax memo options here
{ BlockColor := clSilver;
BlockFontColor := clNavy;
CommentAttr.Color := clRed;
CommentAttr.Style := [];
KeywordAttr.Color := clLime;
KeywordAttr.Style := [fsBold];
StringAttr.Color := clAqua;
StringAttr.Style := [];
TextAttr.Color := clYellow;
TextAttr.Style := [];
Color := clBlack;
Repaint;}
end;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -