Hello!
There is a problem with popup delay in Code Input Helper.
I have set "Delay before Popup" option to
0.1s, but in fact it takes much longer in some cases.
For example, if you have a code like this:
procedure SomeProc;
begin
end;
and you start to type something between
begin and
end, then popup window will appear within about
0.5-1s.
But if you have a code like this:
procedure SomeProc;
begin
Application.
end;
and you start to type after a dot, then delay before popup window appears seems to be correct.
I'm using Delphi 11.3 and the latest CnWizards version, if it's important.
[
Last edited by teslasystems at 2023-11-5 11:25 ]