102103104105106107108109110111112
{ plugin.openArchive(); } else if (event.getActionCommand().equals(IdeaPlugin.ACTION_SAVE_REQUEST)) { plugin.saveRequest(); } else if (event.getActionCommand().equals(IdeaPlugin.ACTION_SAVE_RESPONSE)) { plugin.saveResponse(); }