diff --git a/compiler/browcol.pas b/compiler/browcol.pas index 890b1d6db5..baf6e932f0 100644 --- a/compiler/browcol.pas +++ b/compiler/browcol.pas @@ -397,7 +397,8 @@ begin RightS:=Upper(RightP^.GetName); if copy(MidS,1,length(UpS))=UpS then begin - Idx:=Mid; FoundS:=copy(MidS,1,length(S)); + Idx:=Mid; + FoundS:=MidS; end; { else} if UpS''); DrawView; end; @@ -1160,7 +1161,11 @@ end; END. { $Log$ - Revision 1.19 1999-09-16 14:34:59 pierre + Revision 1.20 1999-11-10 00:42:42 pierre + * LookUp function now returns the complete name in browcol + and fpsymbol only yakes a part of LoopUpStr + + Revision 1.19 1999/09/16 14:34:59 pierre + TBreakpoint and TWatch registering + WatchesCollection and BreakpointsCollection stored in desk file * Syntax highlighting was broken