A text editor.
Bases: TraitsUIEditor
TraitsUIEditor
Creates the traits UI that represents the editor.
Runs the file as Python.
Saves the text to disk.
Saves the text to disk after prompting for the file name.
Selects the specified line.
alias of Code
Code
TextEditor
TextEditor.create_ui()
TextEditor.key_bindings
TextEditor.run()
TextEditor.save()
TextEditor.save_as()
TextEditor.select_line()
TextEditor.text
envisage.plugins.text_editor.editor package
envisage.plugins.text_editor.editor.text_editor_handler module