public XinqEditorPane(XinqPackage package) : base(package) { _package = package; _editor = new XinqEditor(package, this); }