Returns whether the user has modified the text since it was last set via .
| 164 | /// Returns whether the user has modified the text since it was last set via <see cref="set_text"/>. |
| 165 | /// </summary> |
| 166 | bool is_modified() const { return !_undo.empty() && _undo_index != _undo_base_index; } |
| 167 | |
| 168 | /// <summary> |
| 169 | /// Adds an error to be displayed at the specified <paramref name="line"/>. |
no outgoing calls
no test coverage detected