mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 15:29:14 +02:00
* version increased to 1.0.6
git-svn-id: trunk@812 -
This commit is contained in:
parent
bffed7b938
commit
9ff3005fb5
@ -21,7 +21,7 @@ uses Views,App,
|
|||||||
WViews,WEditor,WHTMLHlp;
|
WViews,WEditor,WHTMLHlp;
|
||||||
|
|
||||||
const
|
const
|
||||||
VersionStr = '1.0.4';
|
VersionStr = '1.0.6';
|
||||||
|
|
||||||
MaxRecentFileCount = 9;
|
MaxRecentFileCount = 9;
|
||||||
MaxToolCount = 16;
|
MaxToolCount = 16;
|
||||||
@ -191,6 +191,11 @@ const
|
|||||||
cmDoReload = 244;
|
cmDoReload = 244;
|
||||||
cmVectorRegisters = 245;
|
cmVectorRegisters = 245;
|
||||||
|
|
||||||
|
{ in wviews.pas defined
|
||||||
|
cmSelectAll = 246;
|
||||||
|
cmSelectClear = 247;
|
||||||
|
}
|
||||||
|
|
||||||
cmNotImplemented = 1000;
|
cmNotImplemented = 1000;
|
||||||
cmNewFromTemplate = 1001;
|
cmNewFromTemplate = 1001;
|
||||||
cmShowReadme = 1002;
|
cmShowReadme = 1002;
|
||||||
@ -357,6 +362,8 @@ const
|
|||||||
hcShowClipboard = hcShift+cmShowClipboard;
|
hcShowClipboard = hcShift+cmShowClipboard;
|
||||||
hcCopyWin = hcShift+cmCopyWin;
|
hcCopyWin = hcShift+cmCopyWin;
|
||||||
hcPasteWin = hcShift+cmPasteWin;
|
hcPasteWin = hcShift+cmPasteWin;
|
||||||
|
hcSelectAll = hcShift+cmSelectAll;
|
||||||
|
hcSelectClear = hcShift+cmSelectClear;
|
||||||
|
|
||||||
hcFindProcedure = hcShift+cmFindProcedure;
|
hcFindProcedure = hcShift+cmFindProcedure;
|
||||||
hcObjects = hcShift+cmObjects;
|
hcObjects = hcShift+cmObjects;
|
||||||
|
Loading…
Reference in New Issue
Block a user