Browse Source

+ cmContToCursor added

pierre 26 years ago
parent
commit
2e3a8b6f8f
2 changed files with 11 additions and 2 deletions
  1. 6 1
      ide/text/fpconst.pas
  2. 5 1
      ide/text/fphelp.pas

+ 6 - 1
ide/text/fpconst.pas

@@ -76,6 +76,7 @@ const
      cmTraceInto         = 226;
      cmStepOver          = 227;
      cmResetDebugger     = 228;
+     cmContToCursor      = 229;
      
      cmNotImplemented    = 1000;
      cmNewFromTemplate   = 1001;
@@ -198,6 +199,7 @@ const
      hcRun               = hcShift+cmRun;
      hcParameters        = hcShift+cmParameters;
      hcResetDebugger     = hcShift+cmResetDebugger;
+     hcContToCursor      = hcShift+cmContToCursor;
      hcCompile           = hcShift+cmCompile;
      hcMake              = hcShift+cmMake;
      hcBuild             = hcShift+cmBuild;
@@ -267,7 +269,10 @@ implementation
 END.
 {
   $Log$
-  Revision 1.8  1999-02-04 12:23:43  pierre
+  Revision 1.9  1999-02-08 17:40:00  pierre
+   + cmContToCursor added
+
+  Revision 1.8  1999/02/04 12:23:43  pierre
     + cmResetDebugger and cmGrep
     * Avoid StatusStack overflow
 

+ 5 - 1
ide/text/fphelp.pas

@@ -129,6 +129,7 @@ begin
     hcRun           : S:='Run the current program';
     hcParameters    : S:='Set command-line parameters passed to program at execution';
     hcResetDebugger : S:='Reset Program';
+    hcContToCursor  : S:='Go on until Cursor position';
     hcUserScreen    : S:='Switch to the full-screen user output';
 
     hcCompileMenu   : S:='Compile, build & make';
@@ -355,7 +356,10 @@ end;
 END.
 {
   $Log$
-  Revision 1.6  1999-02-08 10:37:43  peter
+  Revision 1.7  1999-02-08 17:40:01  pierre
+   + cmContToCursor added
+
+  Revision 1.6  1999/02/08 10:37:43  peter
     + html helpviewer
 
   Revision 1.5  1999/02/04 12:23:44  pierre