RVUndoStr.h
上传用户:daoqigc
上传日期:2021-04-20
资源大小:2795k
文件大小:1k
源码类别:

RichEdit

开发平台:

Delphi

  1. //---------------------------------------------------------------------------
  2. #ifndef RVUndoStrH
  3. #define RVUndoStrH
  4. //---------------------------------------------------------------------------
  5. #include "RVEdit.hpp"
  6. const AnsiString RVUndoTypeNamesEn[rvutCustom+1] =
  7.                  {
  8.                  "", // <- no undo
  9.                  "removing", "inserting", "paragraph modification",
  10.                  "editing", "page break", "removing page break",
  11.                  "typing", "tag modification", "changing text style",
  12.                  "inserting checkpoint", "removing checkpoint",
  13.                  "editing checkpoint","modifying",
  14.                  "" // <- use custom undo name instead
  15.                  };
  16. #endif