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);
end;
end;
if Showing then
ShowItemHint(Position);
// ToDo by Juha: Fix THintWindow to show long completion lines again. Disabled temporarily.
//if Showing then
// ShowItemHint(Position);
end;
procedure TSynBaseCompletionForm.StringListChange(Sender: TObject);