Ejemplo n.º 1
0
 private void InitScintillaControl()
 {
     this.zClearStyle();
     this.zClearCmdKeys();
     new ScintillaIndent(this);
     _scintillaStatus   = new ScintillaStatus(this);
     _scintillaBookmark = new ScintillaBookmark(this);
     _scintillaFindText = new ScintillaFindText(this);
 }
Ejemplo n.º 2
0
 private void InitScintillaControl()
 {
     this.zClearStyle();
     this.zClearCmdKeys();
     new ScintillaIndent(this);
     _scintillaStatus = new ScintillaStatus(this);
     _scintillaBookmark = new ScintillaBookmark(this);
     _scintillaFindText = new ScintillaFindText(this);
 }