codeeditor.pas

来自「提供文件和文件夹内容比较功能」· PAS 代码 · 共 12 行

PAS
12
字号
unit CodeEditor;

// -----------------------------------------------------------------------------
// Component Name:  TCodeEdit                                                  .
// Description:     Custom edit control which implements line coloring.        .
// Notes:           1. Assumes fixed pitched fonts only                        .
//                  2. Max 65535 characters per line                           .
// Version:         1.4                                                        .
// Date:            5-JUN-2003                                                 .
// Target:          Win32, Delphi 3 - Delphi 7                                 .
// Author:          Angus Johnson - angusj-AT-myrealbox-DOT-com                .
// Copyright;       

⌨️ 快捷键说明

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