10791080108110821083108410851086108710881089
/* Downloads & Activity */ case ACTIVITIES: { ShowActivityAction action = new ShowActivityAction(); action.init(fWindow); action.run(null); break; } /* Preferences */ case PREFERENCES: {
10861087108810891090109110921093109410951096
} /* Preferences */ case PREFERENCES: { IWorkbenchAction action = ActionFactory.PREFERENCES.create(fWindow); action.run(); break; } /* History */ case HISTORY: {