}
public void onCreateActions(ListResourceBundle resources, PyEdit edit, IProgressMonitor monitor) {
edit.addOfflineActionListener("r", new PyRenameInFileAction(edit), "Rename occurrences in file", false);
edit.addOfflineActionListener("s", new PySearchInOpenDocumentsAction(edit), "Search in open documents", true);
// Experimental code for creating a class derived of a class that's not public! -- depends on javassist.
// try {
// ClassLoader classLoader = IEditorStatusLine.class.getClassLoader();
// ProtectionDomain protectionDomain = IEditorStatusLine.class.getProtectionDomain();