Переглянути джерело

+ status.currentsourcepath

peter 26 роки тому
батько
коміт
c9b71320dc
1 змінених файлів з 5 додано та 1 видалено
  1. 5 1
      ide/fake/comphook.pas

+ 5 - 1
ide/fake/comphook.pas

@@ -32,6 +32,7 @@ type
   TCompilerStatus = record
   { Current status }
     currentmodule,
+    currentsourcepath,
     currentsource : string;   { filename }
     currentline,
     currentcolumn : longint;  { current line and column }
@@ -243,7 +244,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.1  1998-12-22 14:27:54  peter
+  Revision 1.2  1999-01-14 21:43:08  peter
+    + status.currentsourcepath
+
+  Revision 1.1  1998/12/22 14:27:54  peter
     * moved
 
   Revision 1.1  1998/12/10 23:54:28  peter