Fisheye: Tag f79340c1e1539a3f84cb47aeebf547712f6c8728 refers to a dead (removed) revision in file `Core/Common/src/Core.Common.Controls.Swf/CollapsibleSplitter.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Core/Common/src/Core.Common.Controls.Swf/Core.Common.Controls.Swf.csproj
===================================================================
diff -u -r148b5639633795054317d492507c072ee0bd5ada -rf79340c1e1539a3f84cb47aeebf547712f6c8728
--- Core/Common/src/Core.Common.Controls.Swf/Core.Common.Controls.Swf.csproj (.../Core.Common.Controls.Swf.csproj) (revision 148b5639633795054317d492507c072ee0bd5ada)
+++ Core/Common/src/Core.Common.Controls.Swf/Core.Common.Controls.Swf.csproj (.../Core.Common.Controls.Swf.csproj) (revision f79340c1e1539a3f84cb47aeebf547712f6c8728)
@@ -65,39 +65,20 @@
AllRules.ruleset
-
- ..\..\..\..\packages\log4net.2.0.4\lib\net40-full\log4net.dll
- True
- False3.5
-
-
- 3.5
-
-
-
Properties\GlobalAssembly.cs
-
- Component
-
-
- UserControl
-
-
- FindAndReplaceControl.cs
- Component
@@ -109,9 +90,6 @@
-
- FindAndReplaceControl.cs
- HtmlPageView.csDesigner
Fisheye: Tag f79340c1e1539a3f84cb47aeebf547712f6c8728 refers to a dead (removed) revision in file `Core/Common/src/Core.Common.Controls.Swf/FindAndReplaceControl.Designer.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag f79340c1e1539a3f84cb47aeebf547712f6c8728 refers to a dead (removed) revision in file `Core/Common/src/Core.Common.Controls.Swf/FindAndReplaceControl.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag f79340c1e1539a3f84cb47aeebf547712f6c8728 refers to a dead (removed) revision in file `Core/Common/src/Core.Common.Controls.Swf/FindAndReplaceControl.resx'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Core/Common/src/Core.Common.Controls.Swf/HtmlPageView.cs
===================================================================
diff -u -r71dede5dbf330ad9b3f552c5bfd09f7b09b3e14c -rf79340c1e1539a3f84cb47aeebf547712f6c8728
--- Core/Common/src/Core.Common.Controls.Swf/HtmlPageView.cs (.../HtmlPageView.cs) (revision 71dede5dbf330ad9b3f552c5bfd09f7b09b3e14c)
+++ Core/Common/src/Core.Common.Controls.Swf/HtmlPageView.cs (.../HtmlPageView.cs) (revision f79340c1e1539a3f84cb47aeebf547712f6c8728)
@@ -5,14 +5,14 @@
namespace Core.Common.Controls.Swf
{
///
- /// Control that shows html page defined by .
+ /// Class for showing a html page based on an .
///
public class HtmlPageView : WebBrowser, IView
{
private Url url;
///
- /// Initializes a new instance of the HtmlPageView class.
+ /// Constructs a new .
///
public HtmlPageView()
{
@@ -29,13 +29,19 @@
{
url = (Url) value;
- if (url != null)
+ if (url != null && url.Path != null)
{
Navigate(url.Path);
}
}
}
+ ///
+ /// Get or sets the text of the .
+ ///
+ ///
+ /// A base implementation was already provided by but this implementation turned out to only throw exceptions.
+ ///
public override string Text { get; set; }
}
}
\ No newline at end of file
Index: Core/Common/test/Core.Common.Controls.Swf.Test/Core.Common.Controls.Swf.Test.csproj
===================================================================
diff -u -r51f3a4e571e0f5e464b0d5be7d987120ba739ffc -rf79340c1e1539a3f84cb47aeebf547712f6c8728
--- Core/Common/test/Core.Common.Controls.Swf.Test/Core.Common.Controls.Swf.Test.csproj (.../Core.Common.Controls.Swf.Test.csproj) (revision 51f3a4e571e0f5e464b0d5be7d987120ba739ffc)
+++ Core/Common/test/Core.Common.Controls.Swf.Test/Core.Common.Controls.Swf.Test.csproj (.../Core.Common.Controls.Swf.Test.csproj) (revision f79340c1e1539a3f84cb47aeebf547712f6c8728)
@@ -59,7 +59,6 @@
-
Fisheye: Tag f79340c1e1539a3f84cb47aeebf547712f6c8728 refers to a dead (removed) revision in file `Core/Common/test/Core.Common.Controls.Swf.Test/FindAndReplaceControlTest.cs'.
Fisheye: No comparison available. Pass `N' to diff?