[mono/monodevelop] ef18fb96: [SourceEditor] Changed general formatting undo step option default.

Mike Krüger ([email protected]) <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000141ad760d7c-daac5468-c613-4b27-9db6-3c3fc190aeb6-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/monodevelop
  Compare: https://github.com/mono/monodevelop/compare/e20e35664bf0...ef18fb96dad5

   Commit: ef18fb96dad5108083199461a9a1e0ae36d28485
   Author: Mike Krüger <[email protected]> (mkrueger)
     Date: 2013-10-12 16:16:44 GMT
      URL: https://github.com/mono/monodevelop/commit/ef18fb96dad5108083199461a9a1e0ae36d28485

[SourceEditor] Changed general formatting undo step option default.

Changed paths:
  M main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/SourceEditorOptions.cs

Modified: main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/SourceEditorOptions.cs
===================================================================
@@ -231,7 +231,7 @@ void LoadAllPrefs ()
 			this.EnableHighlightUsages = PropertyService.Get ("EnableHighlightUsages", false);
 			base.DrawIndentationMarkers = PropertyService.Get ("DrawIndentationMarkers", false);
 			this.lineEndingConversion = PropertyService.Get ("LineEndingConversion", LineEndingConversion.Ask);
-			this.generateFormattingUndoStep = PropertyService.Get ("GenerateFormattingUndoStep", true);
+			this.generateFormattingUndoStep = PropertyService.Get ("GenerateFormattingUndoStep", false);
 			base.ShowWhitespaces = PropertyService.Get ("ShowWhitespaces", Mono.TextEditor.ShowWhitespaces.Never);
 			base.IncludeWhitespaces = PropertyService.Get ("IncludeWhitespaces", Mono.TextEditor.IncludeWhitespaces.All);
 			base.WrapLines = PropertyService.Get ("WrapLines", false);
_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.