[mapguide-commits] r7851 - branches/maestro-5.0.x/Maestro.Editors/Generic

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Sep 6 10:40:56 PDT 2013


Author: jng
Date: 2013-09-06 10:40:56 -0700 (Fri, 06 Sep 2013)
New Revision: 7851

Modified:
   branches/maestro-5.0.x/Maestro.Editors/Generic/XmlTextEditorControl.cs
Log:
Use smart indentation for XML editor

Modified: branches/maestro-5.0.x/Maestro.Editors/Generic/XmlTextEditorControl.cs
===================================================================
--- branches/maestro-5.0.x/Maestro.Editors/Generic/XmlTextEditorControl.cs	2013-09-06 17:39:32 UTC (rev 7850)
+++ branches/maestro-5.0.x/Maestro.Editors/Generic/XmlTextEditorControl.cs	2013-09-06 17:40:56 UTC (rev 7851)
@@ -287,6 +287,7 @@
                 ShowMatchingBracket = true,
                 IsIconBarVisible = true,
                 IndentationSize = 2,
+                IndentStyle = ICSharpCode.TextEditor.Document.IndentStyle.Smart,
                 DocumentSelectionMode = ICSharpCode.TextEditor.Document.DocumentSelectionMode.Normal,
                 LineViewerStyle = ICSharpCode.TextEditor.Document.LineViewerStyle.FullRow,
                 ConvertTabsToSpaces = true,



More information about the mapguide-commits mailing list