/** Remove a tag from this plugin's internal model */
  public void localRemoveIntentionType(long typeId) {
    activeIntentionTypes.remove(typeId);

    CanvasTagPanel.getInstance().updateIntentionTypes();
  }