Definition at line 333 of file texteditor.py.
◆ __init__()
| def robotide.editor.texteditor.DataFileWrapper.__init__ |
( |
|
self, |
|
|
|
data, |
|
|
|
settings |
|
) |
| |
◆ __eq__()
| def robotide.editor.texteditor.DataFileWrapper.__eq__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ _create_target()
| def robotide.editor.texteditor.DataFileWrapper._create_target |
( |
|
self | ) |
|
|
private |
◆ _create_target_from()
| def robotide.editor.texteditor.DataFileWrapper._create_target_from |
( |
|
self, |
|
|
|
content |
|
) |
| |
|
private |
◆ _txt_data()
| def robotide.editor.texteditor.DataFileWrapper._txt_data |
( |
|
self, |
|
|
|
data |
|
) |
| |
|
private |
◆ content()
| def robotide.editor.texteditor.DataFileWrapper.content |
( |
|
self | ) |
|
|
private |
◆ format_text()
| def robotide.editor.texteditor.DataFileWrapper.format_text |
( |
|
self, |
|
|
|
text |
|
) |
| |
◆ mark_data_dirty()
| def robotide.editor.texteditor.DataFileWrapper.mark_data_dirty |
( |
|
self | ) |
|
◆ mark_data_pristine()
| def robotide.editor.texteditor.DataFileWrapper.mark_data_pristine |
( |
|
self | ) |
|
◆ update_from()
| def robotide.editor.texteditor.DataFileWrapper.update_from |
( |
|
self, |
|
|
|
content |
|
) |
| |
◆ _data
| robotide.editor.texteditor.DataFileWrapper._data |
|
private |
◆ _settings
| robotide.editor.texteditor.DataFileWrapper._settings |
|
private |
◆ _tab_size
| robotide.editor.texteditor.DataFileWrapper._tab_size |
|
private |
◆ content
| robotide.editor.texteditor.DataFileWrapper.content = property |
|
static |
The documentation for this class was generated from the following file: