Exemplo n.º 1
0
 public override string ToString()
 {
     return(string.Format(STRING_FORMAT, ModificationType, _position, _length, _linesAddedCount, _text, _isUserChange, _markerChangedLine) + Environment.NewLine + UndoRedoFlags.ToString());
 }
Exemplo n.º 2
0
		public ModifiedEventArgs(int modificationType)
		{
			_modificationType	= modificationType;
			_undoRedoFlags		= new UndoRedoFlags(modificationType);
		}
Exemplo n.º 3
0
 public ModifiedEventArgs(int modificationType)
 {
     _modificationType = modificationType;
     _undoRedoFlags    = new UndoRedoFlags(modificationType);
 }