mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 10:50:53 +02:00
IDE: codehelp: nobr for fpdoc hints
git-svn-id: trunk@42121 -
This commit is contained in:
parent
dccbd49526
commit
a77679e736
@ -2665,7 +2665,7 @@ begin
|
||||
Result:='<div class="header">';
|
||||
// add declaration
|
||||
CTHint:=Tool.GetSmartHint(Node,XYPos,false);
|
||||
Result:=Result+' '+SourceToFPDocHint(CTHint);
|
||||
Result:=Result+' <nobr>'+SourceToFPDocHint(CTHint)+'</nobr>';
|
||||
|
||||
// add link to declaration
|
||||
Result:=Result+'<br>'+LineEnding;
|
||||
|
Loading…
Reference in New Issue
Block a user