Page 1 of 1

[Done] AutoComplete List is sometimes delayed

Posted: Mon Mar 11, 2024 10:51 am
by Axolotl
It is not a fault, but a small annoying inconvenience.
The AutoComplete window initially draws a gray area, which in some cases is only replaced by the window after a good 1 second.Even if it is often faster, the delay is still noticeable.
My assumption that it has to do with the number of open files has not been confirmed.
However, the delay depends on the data entered.....
It takes the longest (so far) when I enter #pb. (Setting: AutoComplete list opens after 3 characters) Perhaps it has something to do with the number of entries in the AutoComplete list.
I noticed this with the last x64 BETAs 6 and 7 on windows 11.
Could not see this with the 6.04 LTS (x86).

Re: AutoComplete List is sometimes delayed

Posted: Mon Mar 11, 2024 11:41 am
by Fred
Fixed. As a bonus, the StructureViewer is also much faster now.

Re: [Done] AutoComplete List is sometimes delayed

Posted: Mon Mar 11, 2024 12:00 pm
by fryquez
1 Minute freeze can happen if you switch compilers. Next Autocomplete will restart compiler, what freezes GUI display operation.

StructureFunctions.pb --> FindStructureInterface()

uncomment the 2 ForceDefaultCompiler()

Re: [Done] AutoComplete List is sometimes delayed

Posted: Mon Mar 11, 2024 12:59 pm
by Axolotl
Cool, that was fast.
Thanks for the bonus, I really appreciate your work on this project.

Thanks fryquez, I only change the compiler very rarely. So that 1 minute delay never happend to me by now.