public EditorContext(EditorConfig editorConfig, XmlRules xmlRules) : this(editorConfig) { this.XmlRules = xmlRules; }
public EditorContext(EditorConfig editorConfig) { this.EditorConfig = editorConfig; this.EditorState = new EditorState(); this.Actions = new EditorActions(this); }