GNOME Bugzilla – Bug 51272
Autofill hints
Last modified: 2006-05-24 14:08:02 UTC
When using the autofill feature it would be nice to be able to see (in the form of a small hint) the value that would be placed in the end cell of the autofill range. (If you have e.g. A1 "1" and autofill to A10 it would show a hint next to the cursor with "10" (the value that would be placed in A10) in it)
While this would probably be useful, it might also be expensive. Basically, we would need an efficient way of "incrementing n times". That is simple for numbers, less simple for the various date formats.
Agreed, we would have to have some light, non-sheet-modifying version of sheet_autofill_dir which only returns a Value pointer with the value of the last row/column in the selected set. You could argue about performance, however it is unlikely that people will fill such huge numbers of rows/columns that the hint actually degrades performance. (And especially in cases where a large amount of rows/columns is involved this feature is a must have :-))
This is feasible with the new autofill setup.
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.
*** Bug 342801 has been marked as a duplicate of this bug. ***