Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Stedfast <jeff@xamarin.com>2013-12-04 01:15:00 +0400
committerJeffrey Stedfast <jeff@xamarin.com>2013-12-04 01:17:03 +0400
commit5a3e9eb694e1b5ad02fab2eb3debc5a5b2585a63 (patch)
tree4cde727d019adefd283092398805e7545786108a /main/src/addins/MonoDevelop.Debugger/gtk-gui
parent828ab6be60a5ee5ffbb745825e16967deb24c2b8 (diff)
[MonoDevelop.Debugger] Rewrote ExceptionCaughtDialog to not use stetic
Phase 1: Complete.
Diffstat (limited to 'main/src/addins/MonoDevelop.Debugger/gtk-gui')
-rw-r--r--main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExceptionCaughtWidget.cs125
-rw-r--r--main/src/addins/MonoDevelop.Debugger/gtk-gui/gui.stetic127
2 files changed, 0 insertions, 252 deletions
diff --git a/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExceptionCaughtWidget.cs b/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExceptionCaughtWidget.cs
deleted file mode 100644
index 3359b30d19..0000000000
--- a/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExceptionCaughtWidget.cs
+++ /dev/null
@@ -1,125 +0,0 @@
-
-// This file has been generated by the GUI designer. Do not modify.
-namespace MonoDevelop.Debugger
-{
- public partial class ExceptionCaughtWidget
- {
- private global::Gtk.VBox dialog1_VBox;
- private global::Gtk.VBox vbox2;
- private global::Gtk.HBox hbox2;
- private global::Gtk.Image imageWarning;
- private global::Gtk.VBox vboxExceptionInfo;
- private global::Gtk.Label labelType;
- private global::Gtk.Label labelMessage;
- private global::Gtk.ScrolledWindow GtkScrolledWindow;
- private global::MonoDevelop.Debugger.ObjectValueTreeView valueView;
- private global::Gtk.ScrolledWindow GtkScrolledWindow1;
- private global::Gtk.TreeView treeStack;
-
- protected virtual void Build ()
- {
- global::Stetic.Gui.Initialize (this);
- // Widget MonoDevelop.Debugger.ExceptionCaughtWidget
- global::Stetic.BinContainer.Attach (this);
- this.Name = "MonoDevelop.Debugger.ExceptionCaughtWidget";
- // Container child MonoDevelop.Debugger.ExceptionCaughtWidget.Gtk.Container+ContainerChild
- this.dialog1_VBox = new global::Gtk.VBox ();
- this.dialog1_VBox.Name = "dialog1_VBox";
- // Container child dialog1_VBox.Gtk.Box+BoxChild
- this.vbox2 = new global::Gtk.VBox ();
- this.vbox2.Name = "vbox2";
- // Container child vbox2.Gtk.Box+BoxChild
- this.hbox2 = new global::Gtk.HBox ();
- this.hbox2.Name = "hbox2";
- this.hbox2.Spacing = 12;
- this.hbox2.BorderWidth = ((uint)(12));
- // Container child hbox2.Gtk.Box+BoxChild
- this.imageWarning = new global::Gtk.Image ();
- this.imageWarning.Name = "imageWarning";
- this.imageWarning.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("exception-icon.png");
- this.hbox2.Add (this.imageWarning);
- global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.imageWarning]));
- w1.Position = 0;
- w1.Expand = false;
- w1.Fill = false;
- // Container child hbox2.Gtk.Box+BoxChild
- this.vboxExceptionInfo = new global::Gtk.VBox ();
- this.vboxExceptionInfo.Name = "vboxExceptionInfo";
- this.vboxExceptionInfo.Spacing = 6;
- // Container child vboxExceptionInfo.Gtk.Box+BoxChild
- this.labelType = new global::Gtk.Label ();
- this.labelType.Name = "labelType";
- this.labelType.Xalign = 0F;
- this.labelType.LabelProp = "<b>Exception</b> has been thrown";
- this.labelType.UseMarkup = true;
- this.vboxExceptionInfo.Add (this.labelType);
- global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vboxExceptionInfo [this.labelType]));
- w2.Position = 0;
- w2.Expand = false;
- w2.Fill = false;
- // Container child vboxExceptionInfo.Gtk.Box+BoxChild
- this.labelMessage = new global::Gtk.Label ();
- this.labelMessage.WidthRequest = 500;
- this.labelMessage.Name = "labelMessage";
- this.labelMessage.Xalign = 0F;
- this.labelMessage.LabelProp = "test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test";
- this.labelMessage.Wrap = true;
- this.labelMessage.Selectable = true;
- this.vboxExceptionInfo.Add (this.labelMessage);
- global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vboxExceptionInfo [this.labelMessage]));
- w3.Position = 1;
- w3.Expand = false;
- w3.Fill = false;
- this.hbox2.Add (this.vboxExceptionInfo);
- global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vboxExceptionInfo]));
- w4.Position = 1;
- this.vbox2.Add (this.hbox2);
- global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
- w5.Position = 0;
- w5.Expand = false;
- w5.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
- this.GtkScrolledWindow.HeightRequest = 128;
- this.GtkScrolledWindow.Name = "GtkScrolledWindow";
- this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
- // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
- this.valueView = new global::MonoDevelop.Debugger.ObjectValueTreeView ();
- this.valueView.CanFocus = true;
- this.valueView.Name = "valueView";
- this.valueView.AllowAdding = false;
- this.valueView.AllowEditing = true;
- this.valueView.AllowPinning = false;
- this.valueView.RootPinAlwaysVisible = false;
- this.valueView.AllowExpanding = false;
- this.valueView.PinnedWatchLine = 0;
- this.valueView.CompactView = false;
- this.GtkScrolledWindow.Add (this.valueView);
- this.vbox2.Add (this.GtkScrolledWindow);
- global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
- w7.Position = 1;
- // Container child vbox2.Gtk.Box+BoxChild
- this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
- this.GtkScrolledWindow1.HeightRequest = 128;
- this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
- this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
- // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
- this.treeStack = new global::Gtk.TreeView ();
- this.treeStack.CanFocus = true;
- this.treeStack.Name = "treeStack";
- this.treeStack.HeadersVisible = false;
- this.GtkScrolledWindow1.Add (this.treeStack);
- this.vbox2.Add (this.GtkScrolledWindow1);
- global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow1]));
- w9.Position = 2;
- this.dialog1_VBox.Add (this.vbox2);
- global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox [this.vbox2]));
- w10.Position = 0;
- this.Add (this.dialog1_VBox);
- if ((this.Child != null)) {
- this.Child.ShowAll ();
- }
- this.Hide ();
- }
- }
-}
diff --git a/main/src/addins/MonoDevelop.Debugger/gtk-gui/gui.stetic b/main/src/addins/MonoDevelop.Debugger/gtk-gui/gui.stetic
index cf1c702984..650fc2b9ac 100644
--- a/main/src/addins/MonoDevelop.Debugger/gtk-gui/gui.stetic
+++ b/main/src/addins/MonoDevelop.Debugger/gtk-gui/gui.stetic
@@ -1757,133 +1757,6 @@ Break when the hit count is a multiple of</property>
</widget>
</child>
</widget>
- <widget class="Gtk.Bin" id="MonoDevelop.Debugger.ExceptionCaughtWidget" design-size="612 362">
- <property name="MemberName" />
- <property name="Visible">False</property>
- <child>
- <widget class="Gtk.VBox" id="dialog1_VBox">
- <property name="MemberName" />
- <child>
- <widget class="Gtk.VBox" id="vbox2">
- <property name="MemberName" />
- <child>
- <widget class="Gtk.HBox" id="hbox2">
- <property name="MemberName" />
- <property name="Spacing">12</property>
- <property name="BorderWidth">12</property>
- <child>
- <widget class="Gtk.Image" id="imageWarning">
- <property name="MemberName" />
- <property name="Pixbuf">resource:exception-icon.png</property>
- </widget>
- <packing>
- <property name="Position">0</property>
- <property name="AutoSize">True</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.VBox" id="vboxExceptionInfo">
- <property name="MemberName" />
- <property name="Spacing">6</property>
- <child>
- <widget class="Gtk.Label" id="labelType">
- <property name="MemberName" />
- <property name="Xalign">0</property>
- <property name="LabelProp">&lt;b&gt;Exception&lt;/b&gt; has been thrown</property>
- <property name="UseMarkup">True</property>
- </widget>
- <packing>
- <property name="Position">0</property>
- <property name="AutoSize">True</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.Label" id="labelMessage">
- <property name="MemberName" />
- <property name="WidthRequest">500</property>
- <property name="Xalign">0</property>
- <property name="LabelProp">test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test</property>
- <property name="Wrap">True</property>
- <property name="Selectable">True</property>
- </widget>
- <packing>
- <property name="Position">1</property>
- <property name="AutoSize">True</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
- </packing>
- </child>
- </widget>
- <packing>
- <property name="Position">1</property>
- <property name="AutoSize">False</property>
- </packing>
- </child>
- </widget>
- <packing>
- <property name="Position">0</property>
- <property name="AutoSize">True</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.ScrolledWindow" id="GtkScrolledWindow">
- <property name="MemberName" />
- <property name="HeightRequest">128</property>
- <property name="ShadowType">In</property>
- <child>
- <widget class="MonoDevelop.Debugger.ObjectValueTreeView" id="valueView">
- <property name="MemberName" />
- <property name="CanFocus">True</property>
- <property name="ShowScrollbars">True</property>
- <property name="AllowAdding">False</property>
- <property name="AllowEditing">True</property>
- <property name="AllowPinning">False</property>
- <property name="RootPinAlwaysVisible">False</property>
- <property name="AllowExpanding">False</property>
- <property name="PinnedWatchLine">0</property>
- <property name="CompactView">False</property>
- </widget>
- </child>
- </widget>
- <packing>
- <property name="Position">1</property>
- <property name="AutoSize">True</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.ScrolledWindow" id="GtkScrolledWindow1">
- <property name="MemberName" />
- <property name="HeightRequest">128</property>
- <property name="ShadowType">In</property>
- <child>
- <widget class="Gtk.TreeView" id="treeStack">
- <property name="MemberName" />
- <property name="CanFocus">True</property>
- <property name="ShowScrollbars">True</property>
- <property name="HeadersVisible">False</property>
- </widget>
- </child>
- </widget>
- <packing>
- <property name="Position">2</property>
- <property name="AutoSize">False</property>
- </packing>
- </child>
- </widget>
- <packing>
- <property name="Position">0</property>
- <property name="AutoSize">False</property>
- </packing>
- </child>
- </widget>
- </child>
- </widget>
<widget class="Gtk.Dialog" id="MonoDevelop.Debugger.Viewers.ValueVisualizerDialog" design-size="628 433">
<property name="MemberName" />
<property name="Visible">False</property>