浏览代码

* version increased to 1.0.6

git-svn-id: trunk@812 -
florian 20 年之前
父节点
当前提交
9ff3005fb5
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      ide/fpconst.pas

+ 8 - 1
ide/fpconst.pas

@@ -21,7 +21,7 @@ uses Views,App,
      WViews,WEditor,WHTMLHlp;
 
 const
-     VersionStr           = '1.0.4';
+     VersionStr           = '1.0.6';
 
      MaxRecentFileCount   = 9;
      MaxToolCount         = 16;
@@ -191,6 +191,11 @@ const
      cmDoReload          = 244;
      cmVectorRegisters   = 245;
 
+     { in wviews.pas defined
+     cmSelectAll         = 246;
+     cmSelectClear       = 247;
+     }
+
      cmNotImplemented    = 1000;
      cmNewFromTemplate   = 1001;
      cmShowReadme        = 1002;
@@ -357,6 +362,8 @@ const
      hcShowClipboard     = hcShift+cmShowClipboard;
      hcCopyWin           = hcShift+cmCopyWin;
      hcPasteWin          = hcShift+cmPasteWin;
+     hcSelectAll         = hcShift+cmSelectAll;
+     hcSelectClear       = hcShift+cmSelectClear;
 
      hcFindProcedure     = hcShift+cmFindProcedure;
      hcObjects           = hcShift+cmObjects;