Exemplo n.º 1
0
 /// <summary>
 /// Indents the current text
 /// </summary>
 public void Indent()
 {
     editor.Exec(Interop.IDM_INDENT);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Inserts a button
 /// </summary>
 public void InsertButton()
 {
     _editor.Exec(Interop.IDM_BUTTON);
 }
Exemplo n.º 3
0
 public void ClearSelection()
 {
     _editor.Exec(Interop.IDM_CLEARSELECTION);
 }