mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:29:32 +02:00
* cmCopyWin and cmPasteWin defined only once
git-svn-id: trunk@811 -
This commit is contained in:
parent
2f8fe7d2e6
commit
bffed7b938
@ -182,8 +182,10 @@ const
|
||||
cmUntilReturn = 239;
|
||||
{ WARNING these two are also defined in weditor.pas PM }
|
||||
{ and why aren't these defines then removed? Gabor }
|
||||
{ commented out, now in wviews.pas FK
|
||||
cmCopyWin = 240;
|
||||
cmPasteWin = 241;
|
||||
}
|
||||
cmRegisters = 242;
|
||||
cmFPURegisters = 243;
|
||||
cmDoReload = 244;
|
||||
|
@ -21,7 +21,7 @@ interface
|
||||
uses
|
||||
Dos,Objects,Drivers,Views,Dialogs,Menus,
|
||||
FVConsts,
|
||||
WUtils;
|
||||
WUtils,WViews;
|
||||
|
||||
const
|
||||
cmFileNameChanged = 51234;
|
||||
@ -712,10 +712,6 @@ type
|
||||
|
||||
|
||||
const
|
||||
|
||||
cmCopyWin = 240;
|
||||
cmPasteWin = 241;
|
||||
|
||||
{ used for ShiftDel and ShiftIns to avoid
|
||||
GetShiftState to be considered for extending
|
||||
selection (PM) }
|
||||
@ -766,7 +762,7 @@ uses
|
||||
{$ifdef TEST_REGEXP}
|
||||
regexpr,
|
||||
{$endif TEST_REGEXP}
|
||||
WConsts,WViews,WCEdit;
|
||||
WConsts,WCEdit;
|
||||
|
||||
type
|
||||
RecordWord = sw_word;
|
||||
|
@ -20,6 +20,9 @@ uses Objects,Drivers,Views,Menus,Dialogs;
|
||||
const
|
||||
evIdle = $8000;
|
||||
|
||||
cmCopyWin = 240;
|
||||
cmPasteWin = 241;
|
||||
|
||||
cmLocalMenu = 54100;
|
||||
cmUpdate = 54101;
|
||||
cmListFocusChanged = 54102;
|
||||
|
Loading…
Reference in New Issue
Block a user