git-svn-id: trunk@811 -
@@ -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
-
- 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;
evIdle = $8000;
+ cmCopyWin = 240;
+ cmPasteWin = 241;
+
cmLocalMenu = 54100;
cmUpdate = 54101;
cmListFocusChanged = 54102;