Part of pida.core.interfaces View In Hierarchy
| 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 |