Exemple #1
0
		public OutputBufferVM(IEditorOperationsFactoryService editorOperationsFactoryService, Guid guid, string name, ILogEditor logEditor) {
			editorOperations = editorOperationsFactoryService.GetEditorOperations(logEditor.TextView);
			Guid = guid;
			Name = name;
			this.logEditor = logEditor;
			index = -1;
			needTimestamp = true;
		}
Exemple #2
0
 public OutputBufferVM(IEditorOperationsFactoryService editorOperationsFactoryService, Guid guid, string name, ILogEditor logEditor)
 {
     editorOperations = editorOperationsFactoryService.GetEditorOperations(logEditor.TextView);
     Guid             = guid;
     Name             = name;
     this.logEditor   = logEditor;
     index            = -1;
     needTimestamp    = true;
 }