Пример #1
0
 /**
  * Indicate the beginning of an action that cannot be undone. This is especially useful when
  * setting the initial content of the buffer.
  *
  * @since 4.0.12
  */
 public void beginNotUndoableAction() {
   GtkSourceBuffer.beginNotUndoableAction(this);
 }