IDE: codehelp: nobr for fpdoc hints

git-svn-id: trunk@42121 -
This commit is contained in:
mattias 2013-07-17 20:34:19 +00:00
parent dccbd49526
commit a77679e736

View File

@ -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;