GNOME Bugzilla – Bug 668683
Function name completion is a bit aggressive
Last modified: 2012-02-22 16:06:45 UTC
When I type =h into A1, I get a list of functions starting with h. Good. But I get that list immediately which is kind of annoying when I am in the process of typing =h4. How about a delay of the same size as for tooltips?
hmm, the tooltips for the buttons in the toolbar seem to be instantaneous (Gtk 2.x machine).
On my Gtk3 machine there seems to be slight delay on the first tooltip but if you move to the second button or so there is no delay either.
> On my Gtk3 machine there seems to be slight delay on the first tooltip but if > you move to the second button or so there is no delay either. That is my recollection of all gtk2 and gtk3. I think that would work fine in this case also: a small delay before the completions pop up, but when they are up they update immediately as more stuff is typed.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Works beautifully. Thanks!