mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 22:20:39 +01:00
+ cmDebuggerStopped
This commit is contained in:
parent
a2b4a386f8
commit
75ab1fb36e
@ -204,6 +204,8 @@ const
|
|||||||
cmUndoAll = 2501;
|
cmUndoAll = 2501;
|
||||||
cmRedoAll = 2502;
|
cmRedoAll = 2502;
|
||||||
|
|
||||||
|
cmDebuggerStopped = 2600;
|
||||||
|
|
||||||
{ Help constants }
|
{ Help constants }
|
||||||
hcSourceWindow = 8000;
|
hcSourceWindow = 8000;
|
||||||
hcHelpWindow = 8001;
|
hcHelpWindow = 8001;
|
||||||
@ -384,7 +386,10 @@ implementation
|
|||||||
END.
|
END.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.34 2000-02-07 11:51:40 pierre
|
Revision 1.35 2000-03-14 14:16:13 pierre
|
||||||
|
+ cmDebuggerStopped
|
||||||
|
|
||||||
|
Revision 1.34 2000/02/07 11:51:40 pierre
|
||||||
+ TFPCodeMemo consts from Gabor
|
+ TFPCodeMemo consts from Gabor
|
||||||
|
|
||||||
Revision 1.33 2000/01/25 00:26:36 pierre
|
Revision 1.33 2000/01/25 00:26:36 pierre
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user