Example #1
0
 protected override void OnTextViewCreated(ITextView textView)
 {
     // Ensure editor inherits core editor key bindings
     BaseEditorFactory.InitKeyBindings(textView);
     base.OnTextViewCreated(textView);
 }