SynEdit: temporarily disable showing extra hint for long code completion lines.

git-svn-id: trunk@45931 -
This commit is contained in:
juha 2014-07-19 22:49:44 +00:00
parent 33460197fd
commit 2099d00de0

View File

@ -1310,8 +1310,9 @@ begin
if Assigned(OnPositionChanged) then OnPositionChanged(Self); if Assigned(OnPositionChanged) then OnPositionChanged(Self);
end; end;
end; end;
if Showing then // ToDo by Juha: Fix THintWindow to show long completion lines again. Disabled temporarily.
ShowItemHint(Position); //if Showing then
// ShowItemHint(Position);
end; end;
procedure TSynBaseCompletionForm.StringListChange(Sender: TObject); procedure TSynBaseCompletionForm.StringListChange(Sender: TObject);