Removes all displayed errors that were previously added via .
| 176 | /// Removes all displayed errors that were previously added via <see cref="add_error"/>. |
| 177 | /// </summary> |
| 178 | void clear_errors() { _errors.clear(); } |
| 179 | /// <summary> |
| 180 | /// Marks the editor as no longer being modified. |
| 181 | /// </summary> |