public NoUndo(SourceEditorBuffer b)
 {
     this.b = b;
     b.BeginNotUndoableAction();
 }
		public NoUndo (SourceEditorBuffer b)
		{
			this.b = b;
			b.BeginNotUndoableAction ();
		}