OSDN Git Service

WPFとMetro版でURLMarkのデフォルト値を変更した
authorgdkhd812 <jbh03215@hotmail.com>
Thu, 29 Aug 2013 07:49:41 +0000 (16:49 +0900)
committergdkhd812 <jbh03215@hotmail.com>
Thu, 29 Aug 2013 07:49:41 +0000 (16:49 +0900)
Metro/FooEditEngnine/FooTextBox.cs
WPF/FooEditEngine.sln
WPF/FooEditEngine/FooTextBox.cs

index 44214a3..a5f85d0 100644 (file)
@@ -1714,7 +1714,7 @@ namespace FooEditEngine.Metro
         /// MarkURLの依存プロパティを表す\r
         /// </summary>\r
         public static readonly DependencyProperty MarkURLProperty =\r
-            DependencyProperty.Register("MarkURL", typeof(bool), typeof(FooTextBox), new PropertyMetadata(true, OnPropertyChanged));\r
+            DependencyProperty.Register("MarkURL", typeof(bool), typeof(FooTextBox), new PropertyMetadata(false, OnPropertyChanged));\r
 \r
         /// <summary>\r
         /// 全角スペースを表示するなら真。そうでないなら偽\r
index bafbfd1..9add92e 100644 (file)
@@ -63,7 +63,4 @@ Global
        GlobalSection(SolutionProperties) = preSolution
                HideSolutionNode = FALSE
        EndGlobalSection
-       GlobalSection(Performance) = preSolution
-               HasPerformanceSessions = true
-       EndGlobalSection
 EndGlobal
index 64bcbcc..2d9c300 100644 (file)
@@ -1657,7 +1657,7 @@ namespace FooEditEngine.WPF
         /// MarkURLの依存プロパティを表す\r
         /// </summary>\r
         public static readonly DependencyProperty MarkURLProperty =\r
-            DependencyProperty.Register("MarkURL", typeof(bool), typeof(FooTextBox), new FrameworkPropertyMetadata(true));\r
+            DependencyProperty.Register("MarkURL", typeof(bool), typeof(FooTextBox), new FrameworkPropertyMetadata(false));\r
 \r
         /// <summary>\r
         /// 全角スペースを表示するなら真。そうでないなら偽\r