summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2005-08-07 10:29:56 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2005-08-07 10:29:56 +0000
commit8e4e48a5d813ee31488699819d3f877bff572bfd (patch)
tree75c207edbf54ba4a87a4a057f34cdd7466eebb30
parentddb830a2fd5b5ba14d4ac15a7fd9165b159938df (diff)
downloadfpc-8e4e48a5d813ee31488699819d3f877bff572bfd.tar.gz
* version increased to 1.0.6
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@812 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--ide/fpconst.pas9
1 files changed, 8 insertions, 1 deletions
diff --git a/ide/fpconst.pas b/ide/fpconst.pas
index bb1b7f8cef..35e63e2da8 100644
--- a/ide/fpconst.pas
+++ b/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;