Index: src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Forms/TextDocumentView.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -rc681de56bb7c40d7c5802f2993feb4aa61c2e1d2 --- src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Forms/TextDocumentView.cs (.../TextDocumentView.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Forms/TextDocumentView.cs (.../TextDocumentView.cs) (revision c681de56bb7c40d7c5802f2993feb4aa61c2e1d2) @@ -7,8 +7,6 @@ using DelftTools.Controls; using DelftTools.Utils; using DelftTools.Utils.Aop; -using DelftTools.Utils.Editing; -using DeltaShell.Plugins.CommonTools.Gui.Properties; namespace DeltaShell.Plugins.CommonTools.Gui.Forms { @@ -81,9 +79,7 @@ { settingContent = true; - textDocument.BeginEdit(new DefaultEditAction(Resources.TextDocumentView_OnVisibleChanged_Edit_text__ + characters)); textDocument.Content = textBox.Text; - textDocument.EndEdit(); characters = ""; settingContent = false; @@ -152,9 +148,7 @@ { settingContent = true; - textDocument.BeginEdit(new DefaultEditAction(Resources.TextDocumentView_OnVisibleChanged_Edit_text__ + characters)); textDocument.Content = textBox.Text; - textDocument.EndEdit(); characters = ""; timer.Stop();