mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 10:59:29 +02:00
SynEdit: temporarily disable showing extra hint for long code completion lines.
git-svn-id: trunk@45931 -
This commit is contained in:
parent
33460197fd
commit
2099d00de0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user