Level oldLevel = adjustLevel(Level.EDITING);
this.editorPackage = editorBundle;
editingConcerns = new LowLevelEditingConcerns() {
@Override
public SelectionHelper getSelectionHelper() {
// WARNING(danilatos): THIS SHOULD ALWAYS BE THE PASSIVE SELECTION HELPER
// (As opposed to the aggressive one). Otherwise, lots of subtle bug-inducing