Index: src/Common/DelftTools.Utils/TextDocumentBase.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -rc681de56bb7c40d7c5802f2993feb4aa61c2e1d2 --- src/Common/DelftTools.Utils/TextDocumentBase.cs (.../TextDocumentBase.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ src/Common/DelftTools.Utils/TextDocumentBase.cs (.../TextDocumentBase.cs) (revision c681de56bb7c40d7c5802f2993feb4aa61c2e1d2) @@ -1,10 +1,9 @@ using DelftTools.Utils.Aop; -using DelftTools.Utils.Data; namespace DelftTools.Utils { [Entity(FireOnCollectionChange = false)] - public abstract class TextDocumentBase : EditableObjectUnique, INameable + public abstract class TextDocumentBase : INameable { private readonly bool readOnly; Index: src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/DeltaShell.Plugins.CommonTools.Gui.csproj =================================================================== diff -u -r322d4b0df95dac67f7d5797dd9daf9ce9a19ea90 -rc681de56bb7c40d7c5802f2993feb4aa61c2e1d2 --- src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/DeltaShell.Plugins.CommonTools.Gui.csproj (.../DeltaShell.Plugins.CommonTools.Gui.csproj) (revision 322d4b0df95dac67f7d5797dd9daf9ce9a19ea90) +++ src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/DeltaShell.Plugins.CommonTools.Gui.csproj (.../DeltaShell.Plugins.CommonTools.Gui.csproj) (revision c681de56bb7c40d7c5802f2993feb4aa61c2e1d2) @@ -164,6 +164,7 @@ PublicResXFileCodeGenerator Resources.nl-NL.Designer.cs + Designer PublicResXFileCodeGenerator 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(); Index: src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.Designer.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -rc681de56bb7c40d7c5802f2993feb4aa61c2e1d2 --- src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision c681de56bb7c40d7c5802f2993feb4aa61c2e1d2) @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.18444 +// Runtime Version:4.0.30319.18063 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -2587,15 +2587,6 @@ } /// - /// Looks up a localized string similar to Edit text:. - /// - public static string TextDocumentView_OnVisibleChanged_Edit_text__ { - get { - return ResourceManager.GetString("TextDocumentView_OnVisibleChanged_Edit_text__", resourceCulture); - } - } - - /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// public static System.Drawing.Bitmap TimeSeries { Index: src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.nl-NL.resx =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -rc681de56bb7c40d7c5802f2993feb4aa61c2e1d2 --- src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.nl-NL.resx (.../Resources.nl-NL.resx) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.nl-NL.resx (.../Resources.nl-NL.resx) (revision c681de56bb7c40d7c5802f2993feb4aa61c2e1d2) @@ -900,9 +900,6 @@ NL Generate - - NL Edit text: - NL Choose your settings for the imported time series Index: src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.resx =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -rc681de56bb7c40d7c5802f2993feb4aa61c2e1d2 --- src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.resx (.../Resources.resx) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.resx (.../Resources.resx) (revision c681de56bb7c40d7c5802f2993feb4aa61c2e1d2) @@ -844,9 +844,6 @@ Font size is not within limits (3 - 200) - - Edit text: - Delta Shell Project File