Class p.c.i.IEditor(Interface):

Part of pida.core.interfaces View In Hierarchy

No class docstring
Line # Kind Name Docs
54 Method start Start the editor
57 Method started Called when the editor has started
60 Method get_current Get the current document
63 Method open Open a document
66 Method open_many Open a few documents
69 Method close Close the current document
72 Method close_all Close all the documents
75 Method save Save the current document
78 Method save_as Save the current document as another filename
81 Method revert Revert to the loaded version of the file
84 Method goto_line Goto a line
87 Method cut Cut to the clipboard
90 Method copy Copy to the clipboard
93 Method paste Paste from the clipboard
96 Method grab_focus Grab the focus
99 Method set_undo_sensitive Set the undo action sensitivity
102 Method set_redo_sensitive Set the redo action sensitivity
105 Method set_save_sensitive Set the save action sensitivity
108 Method set_revert_sensitive Set the revert sensitivity
def start():
Start the editor
def started():
Called when the editor has started
def get_current():
Get the current document
def open(document):
Open a document
def open_many(documents):
Open a few documents
def close():
Close the current document
def close_all():
Close all the documents
def save():
Save the current document
def save_as(filename):
Save the current document as another filename
def revert():
Revert to the loaded version of the file
def goto_line(linenumber):
Goto a line
def cut():
Cut to the clipboard
def copy():
Copy to the clipboard
def paste():
Paste from the clipboard
def grab_focus():
Grab the focus
def set_undo_sensitive(sensitive):
Set the undo action sensitivity
def set_redo_sensitive(sensitive):
Set the redo action sensitivity
def set_save_sensitive(sensitive):
Set the save action sensitivity
def set_revert_sensitive(sensitive):
Set the revert sensitivity
API Documentation for PIDA, generated by pydoctor.