FoxDot.lib.Workspace.Simple.SimpleText

class FoxDot.lib.Workspace.Simple.SimpleText.Text(*args: Any, **kwargs: Any)[source]

Bases: TextCtrl

docstring for SimpleText

de_highlight_line(row)[source]
delete_all()[source]

Removes all the text in the editor

get_block_text(start, end)[source]

Returns the text between

get_current_block()[source]

Returns the start and end rows of the current block

get_current_line_text()[source]

Returns the text from the current line

get_current_row()[source]
get_insert()[source]
highlight_block(start, end, undo=False)[source]
highlight_line(row)[source]