Browse Source

+ column info added

pierre 26 years ago
parent
commit
9b3222cfbb
1 changed files with 8 additions and 2 deletions
  1. 8 2
      ide/text/fpsymbol.pas

+ 8 - 2
ide/text/fpsymbol.pas

@@ -245,6 +245,9 @@ begin
         end;
         end;
         if DontClear=false then ClearEvent(Event);
         if DontClear=false then ClearEvent(Event);
       end;
       end;
+    evMouse :
+      if Event.double then
+        GotoItem(Focused);
   end;
   end;
   inherited HandleEvent(Event);
   inherited HandleEvent(Event);
 end;
 end;
@@ -359,7 +362,7 @@ var S: string;
     P: PReference;
     P: PReference;
 begin
 begin
   P:=References^.At(Item);
   P:=References^.At(Item);
-  S:=P^.GetFileName+'('+IntToStr(P^.Position.Y)+')';
+  S:=P^.GetFileName+'('+IntToStr(P^.Position.Y)+','+IntToStr(P^.Position.X)+')';
   GetText:=copy(S,1,MaxLen);
   GetText:=copy(S,1,MaxLen);
 end;
 end;
 
 
@@ -635,7 +638,10 @@ end;
 END.
 END.
 {
 {
   $Log$
   $Log$
-  Revision 1.3  1999-01-21 11:54:23  peter
+  Revision 1.4  1999-02-04 13:16:14  pierre
+   + column info added
+
+  Revision 1.3  1999/01/21 11:54:23  peter
     + tools menu
     + tools menu
     + speedsearch in symbolbrowser
     + speedsearch in symbolbrowser
     * working run command
     * working run command