Changes the read-only state of this text editor. Set to to prevent user from being able to modify the text, or to behave like a normal editor.
| 186 | /// Set to <see langword="true"/> to prevent user from being able to modify the text, or <see langword="false"/> to behave like a normal editor. |
| 187 | /// </summary> |
| 188 | void set_readonly(bool state) { _readonly = state; } |
| 189 | /// <summary> |
| 190 | /// Changes the number of spaces that are inserted when the "Tabulator" key is pressed. Defaults to 4. |
| 191 | /// </summary> |
no outgoing calls
no test coverage detected