mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 05:37:08 +02:00
IDE: clean up
git-svn-id: trunk@31626 -
This commit is contained in:
parent
d054dea35c
commit
26e0cb515f
@ -171,7 +171,7 @@ begin
|
|||||||
FTextControl.Visible:=false;
|
FTextControl.Visible:=false;
|
||||||
FHTMLControl.Visible:=true;
|
FHTMLControl.Visible:=true;
|
||||||
FHTMLProvider.BaseURL:=FBaseURL;
|
FHTMLProvider.BaseURL:=FBaseURL;
|
||||||
debugln(['TFPDocHintProvider.UpdateHintControl FHTMLControl=',DbgSName(FHTMLControl),' FHTMLProvider=',DbgSName(FHTMLProvider)]);
|
//debugln(['TFPDocHintProvider.UpdateHintControl FHTMLControl=',DbgSName(FHTMLControl),' FHTMLProvider=',DbgSName(FHTMLProvider)]);
|
||||||
ms:=TMemoryStream.Create;
|
ms:=TMemoryStream.Create;
|
||||||
try
|
try
|
||||||
if FHTMLHint<>'' then
|
if FHTMLHint<>'' then
|
||||||
|
Loading…
Reference in New Issue
Block a user