After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 668683 - Function name completion is a bit aggressive
Function name completion is a bit aggressive
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other All
: Normal minor
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2012-01-25 17:59 UTC by Morten Welinder
Modified: 2012-02-22 16:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2012-01-25 17:59:42 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?
Comment 1 Andreas J. Guelzow 2012-01-25 23:01:19 UTC
hmm, the tooltips for the buttons in the toolbar seem to be instantaneous (Gtk 2.x machine).
Comment 2 Andreas J. Guelzow 2012-01-26 03:18:50 UTC
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.
Comment 3 Morten Welinder 2012-01-26 13:52:58 UTC
> 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.
Comment 4 Andreas J. Guelzow 2012-02-22 04:15:37 UTC
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.
Comment 5 Morten Welinder 2012-02-22 16:06:45 UTC
Works beautifully.  Thanks!