Index: src/Common/DelftTools.Utils/TextDocumentBase.cs =================================================================== diff -u -r8edbe5e2130c81b456385607891c6ef98928f88e -r7bc7719bed5c5cd676302ba3da2d4d8409968a1a --- src/Common/DelftTools.Utils/TextDocumentBase.cs (.../TextDocumentBase.cs) (revision 8edbe5e2130c81b456385607891c6ef98928f88e) +++ src/Common/DelftTools.Utils/TextDocumentBase.cs (.../TextDocumentBase.cs) (revision 7bc7719bed5c5cd676302ba3da2d4d8409968a1a) @@ -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 -r8edbe5e2130c81b456385607891c6ef98928f88e -r7bc7719bed5c5cd676302ba3da2d4d8409968a1a --- src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/DeltaShell.Plugins.CommonTools.Gui.csproj (.../DeltaShell.Plugins.CommonTools.Gui.csproj) (revision 8edbe5e2130c81b456385607891c6ef98928f88e) +++ src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/DeltaShell.Plugins.CommonTools.Gui.csproj (.../DeltaShell.Plugins.CommonTools.Gui.csproj) (revision 7bc7719bed5c5cd676302ba3da2d4d8409968a1a) @@ -164,6 +164,7 @@ PublicResXFileCodeGenerator Resources.nl-NL.Designer.cs + Designer PublicResXFileCodeGenerator Index: src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Forms/TextDocumentView.cs =================================================================== diff -u -r8edbe5e2130c81b456385607891c6ef98928f88e -r7bc7719bed5c5cd676302ba3da2d4d8409968a1a --- src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Forms/TextDocumentView.cs (.../TextDocumentView.cs) (revision 8edbe5e2130c81b456385607891c6ef98928f88e) +++ src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Forms/TextDocumentView.cs (.../TextDocumentView.cs) (revision 7bc7719bed5c5cd676302ba3da2d4d8409968a1a) @@ -81,9 +81,7 @@ { settingContent = true; - textDocument.BeginEdit(new DefaultEditAction(Resources.TextDocumentView_OnVisibleChanged_Edit_text__ + characters)); textDocument.Content = textBox.Text; - textDocument.EndEdit(); characters = ""; settingContent = false; @@ -152,9 +150,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 -r8edbe5e2130c81b456385607891c6ef98928f88e -r7bc7719bed5c5cd676302ba3da2d4d8409968a1a --- src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 8edbe5e2130c81b456385607891c6ef98928f88e) +++ src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 7bc7719bed5c5cd676302ba3da2d4d8409968a1a) @@ -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 -r8edbe5e2130c81b456385607891c6ef98928f88e -r7bc7719bed5c5cd676302ba3da2d4d8409968a1a --- src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.nl-NL.resx (.../Resources.nl-NL.resx) (revision 8edbe5e2130c81b456385607891c6ef98928f88e) +++ src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.nl-NL.resx (.../Resources.nl-NL.resx) (revision 7bc7719bed5c5cd676302ba3da2d4d8409968a1a) @@ -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 -r8edbe5e2130c81b456385607891c6ef98928f88e -r7bc7719bed5c5cd676302ba3da2d4d8409968a1a --- src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.resx (.../Resources.resx) (revision 8edbe5e2130c81b456385607891c6ef98928f88e) +++ src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Properties/Resources.resx (.../Resources.resx) (revision 7bc7719bed5c5cd676302ba3da2d4d8409968a1a) @@ -844,9 +844,6 @@ Font size is not within limits (3 - 200) - - Edit text: - Delta Shell Project File