mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-12 11:20:38 +01:00
IDE: code hint: nicer spacing
git-svn-id: trunk@31196 -
This commit is contained in:
parent
f131c8a242
commit
81c166a802
@ -2501,7 +2501,7 @@ begin
|
|||||||
ElementNames.Free;
|
ElementNames.Free;
|
||||||
FreeListOfPCodeXYPosition(ListOfPCodeXYPosition);
|
FreeListOfPCodeXYPosition(ListOfPCodeXYPosition);
|
||||||
HTMLHint:='<html><head><link rel="stylesheet" href="lazdoc://lazarus/lazdoc.css" type="text/css"></head>'+LineEnding
|
HTMLHint:='<html><head><link rel="stylesheet" href="lazdoc://lazarus/lazdoc.css" type="text/css"></head>'+LineEnding
|
||||||
+'<body>'+LineEnding+HTMLHint+LineEnding+'</body>'+LineEnding;
|
+'<body>'+LineEnding+HTMLHint+'</body>'+LineEnding;
|
||||||
end;
|
end;
|
||||||
debugln(['TCodeHelpManager.GetHTMLHint2 ',HTMLHint]);
|
debugln(['TCodeHelpManager.GetHTMLHint2 ',HTMLHint]);
|
||||||
Result:=chprSuccess;
|
Result:=chprSuccess;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user