GNOME Bugzilla – Bug 779206
populate Add Timer popup
Last modified: 2017-05-07 00:13:28 UTC
When opening these on an existing step, it would be nice to populate them with the data from an existing image or timer in that step.
Here are the steps to do this: When the popover is opened 1) locate the cursor in the text field, and search backwards and forwards from it to find the full text of the current step (search for \n\n or beginning/end of buffer). 2) Parse the step using the existing api: gr_recipe_parse_instructions 3) Use the resulting GrRecipeStep to find an existing timer, and set the spin button and entry to the values found.
Gauri is looking at this bug
Maithili is too, now