You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a sidebar that lists the various errors and warnings would be really helpful for larger spreadsheets where it's hard to find all problems simply by looking at the cells. See the sidebar documentation. Would be awesome if clicking an error/warning focused on the offending cell in the spreadsheet.
The text was updated successfully, but these errors were encountered:
@ElDeveloper recommended having some sort of persistence to the sidebar in case the user validates their sheet, closes it, then reopens it (e.g., the log should stick around so they don't have to rerun the validator).
jairideout
added this to the
Additional formats and GUI improvements (alpha) milestone
Apr 17, 2015
Validators no longer take state as input and instead return info about invalid cells. Results from validators are combined to form the model, which can be rendered by views. There is currently only one view (SheetView) for rendering validation results in the Google Sheet itself (i.e., coloring cells and using notes to display validation messages).
This new factoring was necessary for #7 and #8. There are also minor performance gains due to fewer API calls (mainly because validators accept a value->positions mapping instead of recomputing in each validator).
Fixes#26.
Adding a sidebar that lists the various errors and warnings would be really helpful for larger spreadsheets where it's hard to find all problems simply by looking at the cells. See the sidebar documentation. Would be awesome if clicking an error/warning focused on the offending cell in the spreadsheet.
The text was updated successfully, but these errors were encountered: