envisage.plugins.text_editor.actions module

class envisage.plugins.text_editor.actions.NewFileAction[source]

Bases: Action

Open a new file in the text editor.

perform(event=None)[source]

Performs the action.

Parameters:

event (ActionEvent instance) – The event which triggered the action.

class envisage.plugins.text_editor.actions.OpenFileAction[source]

Bases: Action

Open an existing file in the text editor.

perform(event=None)[source]

Performs the action.

Parameters:

event (ActionEvent instance) – The event which triggered the action.