reactivated DDoc hints

This commit is contained in:
Basile Burg 2014-11-02 02:23:51 +01:00
parent 81a8982a42
commit 51a56796fd
1 changed files with 4 additions and 4 deletions

View File

@ -862,12 +862,12 @@ procedure TCEMainForm.ApplicationProperties1ShowHint(var HintStr: string;
var CanShow: Boolean; var HintInfo: THintInfo);
begin
CanShow := true;
{if EditWidget.currentEditor <> nil then
if EditWidget.currentEditor.Focused then
if fDoc <> nil then
if fDoc.Focused then
begin
HintStr := EditWidget.getEditorHint;
HintStr := fEditWidg.getEditorHint;
CanShow := HintStr <> '';
end;}
end;
end;
{$ENDREGION}