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:
authorMichael Hutchinson <mhutchinson@novell.com>2010-10-26 05:08:16 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2010-10-26 05:08:16 +0400
commita783f4969b24ac45230f24a4108eca7009d7a475 (patch)
tree76376281727d8fe58251f2142194d4132bd3652e /main/src/addins/MonoDevelop.Debugger/gtk-gui
parent93ed622a40449105a8c9e7ccf02197c136064132 (diff)
Clean up dialog placement
Diffstat (limited to 'main/src/addins/MonoDevelop.Debugger/gtk-gui')
-rw-r--r--main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.AddTracePointDialog.cs37
-rw-r--r--main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.AttachToProcessDialog.cs32
-rw-r--r--main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.BreakpointPropertiesDialog.cs125
-rw-r--r--main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.BusyEvaluatorDialog.cs26
-rw-r--r--main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.DebuggerOptionsPanelWidget.cs56
-rw-r--r--main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExceptionCaughtDialog.cs26
-rw-r--r--main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExceptionsDialog.cs62
-rw-r--r--main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExpressionEvaluatorDialog.cs18
-rw-r--r--main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.Viewers.ValueVisualizerDialog.cs17
-rw-r--r--main/src/addins/MonoDevelop.Debugger/gtk-gui/generated.cs5
-rw-r--r--main/src/addins/MonoDevelop.Debugger/gtk-gui/gui.stetic1
11 files changed, 143 insertions, 262 deletions
diff --git a/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.AddTracePointDialog.cs b/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.AddTracePointDialog.cs
index 39be970d71..84ee20ad9d 100644
--- a/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.AddTracePointDialog.cs
+++ b/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.AddTracePointDialog.cs
@@ -5,23 +5,14 @@ namespace MonoDevelop.Debugger
public partial class AddTracePointDialog
{
private global::Gtk.VBox vbox2;
-
private global::Gtk.Table table1;
-
private global::Gtk.Entry entryCondition;
-
private global::Gtk.Entry entryTrace;
-
private global::Gtk.Label label1;
-
private global::Gtk.Label label2;
-
private global::Gtk.Label label3;
-
private global::Gtk.Label label4;
-
private global::Gtk.Button buttonCancel;
-
private global::Gtk.Button buttonOk;
protected virtual void Build ()
@@ -53,7 +44,7 @@ namespace MonoDevelop.Debugger
this.entryCondition.ActivatesDefault = true;
this.entryCondition.InvisibleChar = '●';
this.table1.Add (this.entryCondition);
- global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.entryCondition]));
+ global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryCondition]));
w2.TopAttach = ((uint)(2));
w2.BottomAttach = ((uint)(3));
w2.LeftAttach = ((uint)(1));
@@ -68,7 +59,7 @@ namespace MonoDevelop.Debugger
this.entryTrace.ActivatesDefault = true;
this.entryTrace.InvisibleChar = '●';
this.table1.Add (this.entryTrace);
- global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.entryTrace]));
+ global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryTrace]));
w3.LeftAttach = ((uint)(1));
w3.RightAttach = ((uint)(2));
w3.XOptions = ((global::Gtk.AttachOptions)(4));
@@ -76,19 +67,19 @@ namespace MonoDevelop.Debugger
// Container child table1.Gtk.Table+TableChild
this.label1 = new global::Gtk.Label ();
this.label1.Name = "label1";
- this.label1.Xalign = 0f;
+ this.label1.Xalign = 0F;
this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Trace Text:");
this.table1.Add (this.label1);
- global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
+ global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
w4.XOptions = ((global::Gtk.AttachOptions)(4));
w4.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child table1.Gtk.Table+TableChild
this.label2 = new global::Gtk.Label ();
this.label2.Name = "label2";
- this.label2.Xalign = 0f;
+ this.label2.Xalign = 0F;
this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Condition:");
this.table1.Add (this.label2);
- global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
+ global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
w5.TopAttach = ((uint)(2));
w5.BottomAttach = ((uint)(3));
w5.XOptions = ((global::Gtk.AttachOptions)(4));
@@ -97,12 +88,12 @@ namespace MonoDevelop.Debugger
this.label3 = new global::Gtk.Label ();
this.label3.WidthRequest = 450;
this.label3.Name = "label3";
- this.label3.Xalign = 0f;
+ this.label3.Xalign = 0F;
this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("<small>Expressions to be evaluated by the debugger can be included in the text by surrounding them with curly braces, for example: \"Value is {n}\".</small>");
this.label3.UseMarkup = true;
this.label3.Wrap = true;
this.table1.Add (this.label3);
- global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
+ global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
w6.TopAttach = ((uint)(1));
w6.BottomAttach = ((uint)(2));
w6.LeftAttach = ((uint)(1));
@@ -113,12 +104,12 @@ namespace MonoDevelop.Debugger
this.label4 = new global::Gtk.Label ();
this.label4.WidthRequest = 450;
this.label4.Name = "label4";
- this.label4.Xalign = 0f;
+ this.label4.Xalign = 0F;
this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("<small>When set, the text will be printed only when this condition evaluates to true.</small>");
this.label4.UseMarkup = true;
this.label4.Wrap = true;
this.table1.Add (this.label4);
- global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
+ global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
w7.TopAttach = ((uint)(3));
w7.BottomAttach = ((uint)(4));
w7.LeftAttach = ((uint)(1));
@@ -126,12 +117,12 @@ namespace MonoDevelop.Debugger
w7.XOptions = ((global::Gtk.AttachOptions)(4));
w7.YOptions = ((global::Gtk.AttachOptions)(4));
this.vbox2.Add (this.table1);
- global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table1]));
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
w8.Position = 0;
w8.Expand = false;
w8.Fill = false;
w1.Add (this.vbox2);
- global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
w9.Position = 0;
w9.Expand = false;
w9.Fill = false;
@@ -149,7 +140,7 @@ namespace MonoDevelop.Debugger
this.buttonCancel.UseUnderline = true;
this.buttonCancel.Label = "gtk-cancel";
this.AddActionWidget (this.buttonCancel, -6);
- global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10[this.buttonCancel]));
+ global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.buttonCancel]));
w11.Expand = false;
w11.Fill = false;
// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
@@ -161,7 +152,7 @@ namespace MonoDevelop.Debugger
this.buttonOk.UseUnderline = true;
this.buttonOk.Label = "gtk-ok";
this.AddActionWidget (this.buttonOk, -5);
- global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10[this.buttonOk]));
+ global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.buttonOk]));
w12.Position = 1;
w12.Expand = false;
w12.Fill = false;
diff --git a/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.AttachToProcessDialog.cs b/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.AttachToProcessDialog.cs
index 8586b833e8..5634136b84 100644
--- a/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.AttachToProcessDialog.cs
+++ b/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.AttachToProcessDialog.cs
@@ -5,25 +5,15 @@ namespace MonoDevelop.Debugger
public partial class AttachToProcessDialog
{
private global::Gtk.VBox vbox2;
-
private global::Gtk.HBox hbox1;
-
private global::Gtk.Label label1;
-
private global::Gtk.Entry entryFilter;
-
private global::Gtk.ScrolledWindow GtkScrolledWindow;
-
private global::Gtk.TreeView tree;
-
private global::Gtk.HBox hbox2;
-
private global::Gtk.Label label2;
-
private global::Gtk.ComboBox comboDebs;
-
private global::Gtk.Button buttonCancel;
-
private global::Gtk.Button buttonOk;
protected virtual void Build ()
@@ -50,10 +40,10 @@ namespace MonoDevelop.Debugger
// Container child hbox1.Gtk.Box+BoxChild
this.label1 = new global::Gtk.Label ();
this.label1.Name = "label1";
- this.label1.Xalign = 0f;
+ this.label1.Xalign = 0F;
this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Attach to:");
this.hbox1.Add (this.label1);
- global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
w2.Position = 0;
w2.Expand = false;
w2.Fill = false;
@@ -64,10 +54,10 @@ namespace MonoDevelop.Debugger
this.entryFilter.IsEditable = true;
this.entryFilter.InvisibleChar = '●';
this.hbox1.Add (this.entryFilter);
- global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.entryFilter]));
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entryFilter]));
w3.Position = 1;
this.vbox2.Add (this.hbox1);
- global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
w4.Position = 0;
w4.Expand = false;
w4.Fill = false;
@@ -81,7 +71,7 @@ namespace MonoDevelop.Debugger
this.tree.Name = "tree";
this.GtkScrolledWindow.Add (this.tree);
this.vbox2.Add (this.GtkScrolledWindow);
- global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.GtkScrolledWindow]));
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
w6.Position = 1;
// Container child vbox2.Gtk.Box+BoxChild
this.hbox2 = new global::Gtk.HBox ();
@@ -92,7 +82,7 @@ namespace MonoDevelop.Debugger
this.label2.Name = "label2";
this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Debugger:");
this.hbox2.Add (this.label2);
- global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label2]));
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
w7.Position = 0;
w7.Expand = false;
w7.Fill = false;
@@ -100,17 +90,17 @@ namespace MonoDevelop.Debugger
this.comboDebs = global::Gtk.ComboBox.NewText ();
this.comboDebs.Name = "comboDebs";
this.hbox2.Add (this.comboDebs);
- global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.comboDebs]));
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboDebs]));
w8.Position = 1;
w8.Expand = false;
w8.Fill = false;
this.vbox2.Add (this.hbox2);
- global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox2]));
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
w9.Position = 2;
w9.Expand = false;
w9.Fill = false;
w1.Add (this.vbox2);
- global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
w10.Position = 0;
// Internal child MonoDevelop.Debugger.AttachToProcessDialog.ActionArea
global::Gtk.HButtonBox w11 = this.ActionArea;
@@ -127,7 +117,7 @@ namespace MonoDevelop.Debugger
this.buttonCancel.UseUnderline = true;
this.buttonCancel.Label = "gtk-cancel";
this.AddActionWidget (this.buttonCancel, -6);
- global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11[this.buttonCancel]));
+ global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonCancel]));
w12.Expand = false;
w12.Fill = false;
// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
@@ -138,7 +128,7 @@ namespace MonoDevelop.Debugger
this.buttonOk.UseUnderline = true;
this.buttonOk.Label = global::Mono.Unix.Catalog.GetString ("Attach");
this.AddActionWidget (this.buttonOk, -5);
- global::Gtk.ButtonBox.ButtonBoxChild w13 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11[this.buttonOk]));
+ global::Gtk.ButtonBox.ButtonBoxChild w13 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonOk]));
w13.Position = 1;
w13.Expand = false;
w13.Fill = false;
diff --git a/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.BreakpointPropertiesDialog.cs b/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.BreakpointPropertiesDialog.cs
index d0f035c5b2..0d4ded3e3b 100644
--- a/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.BreakpointPropertiesDialog.cs
+++ b/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.BreakpointPropertiesDialog.cs
@@ -5,77 +5,41 @@ namespace MonoDevelop.Debugger
public partial class BreakpointPropertiesDialog
{
private global::Gtk.VBox vbox2;
-
private global::Gtk.Label label1;
-
private global::Gtk.Table table1;
-
private global::Gtk.Entry entryFile;
-
private global::Gtk.HBox hbox1;
-
private global::Gtk.Entry entryLine;
-
private global::Gtk.Label label4;
-
private global::Gtk.Label label5;
-
private global::Gtk.Label label6;
-
private global::Gtk.Label label2;
-
private global::Gtk.HBox hbox4;
-
private global::Gtk.Label label14;
-
private global::Gtk.VBox boxConditionOptions;
-
private global::Gtk.RadioButton radioBreakAlways;
-
private global::Gtk.RadioButton radioBreakTrue;
-
private global::Gtk.RadioButton radioBreakChange;
-
private global::Gtk.HBox boxCondition;
-
private global::Gtk.Label label15;
-
private global::Gtk.Label label7;
-
private global::Gtk.Entry entryCondition;
-
private global::Gtk.HSeparator hseparator1;
-
private global::Gtk.HBox hbox7;
-
private global::Gtk.Label label8;
-
private global::Gtk.SpinButton spinHitCount;
-
private global::Gtk.Label label3;
-
private global::Gtk.HBox hbox2;
-
private global::Gtk.Label label10;
-
private global::Gtk.VBox boxAction;
-
private global::Gtk.Label label11;
-
private global::Gtk.RadioButton radioActionBreak;
-
private global::Gtk.RadioButton radioActionTrace;
-
private global::Gtk.HBox boxTraceExpression;
-
private global::Gtk.Label label13;
-
private global::Gtk.Label label12;
-
private global::Gtk.Entry entryTraceExpr;
-
private global::Gtk.Button buttonCancel;
-
private global::Gtk.Button buttonOk;
protected virtual void Build ()
@@ -98,11 +62,11 @@ namespace MonoDevelop.Debugger
// Container child vbox2.Gtk.Box+BoxChild
this.label1 = new global::Gtk.Label ();
this.label1.Name = "label1";
- this.label1.Xalign = 0f;
+ this.label1.Xalign = 0F;
this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Location</b>");
this.label1.UseMarkup = true;
this.vbox2.Add (this.label1);
- global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label1]));
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
w2.Position = 0;
w2.Expand = false;
w2.Fill = false;
@@ -118,7 +82,7 @@ namespace MonoDevelop.Debugger
this.entryFile.IsEditable = true;
this.entryFile.InvisibleChar = '●';
this.table1.Add (this.entryFile);
- global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.entryFile]));
+ global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryFile]));
w3.LeftAttach = ((uint)(2));
w3.RightAttach = ((uint)(3));
w3.YOptions = ((global::Gtk.AttachOptions)(4));
@@ -134,10 +98,10 @@ namespace MonoDevelop.Debugger
this.entryLine.WidthChars = 10;
this.entryLine.InvisibleChar = '●';
this.hbox1.Add (this.entryLine);
- global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.entryLine]));
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entryLine]));
w4.Position = 0;
this.table1.Add (this.hbox1);
- global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox1]));
+ global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
w5.TopAttach = ((uint)(1));
w5.BottomAttach = ((uint)(2));
w5.LeftAttach = ((uint)(2));
@@ -146,10 +110,10 @@ namespace MonoDevelop.Debugger
// Container child table1.Gtk.Table+TableChild
this.label4 = new global::Gtk.Label ();
this.label4.Name = "label4";
- this.label4.Xalign = 0f;
+ this.label4.Xalign = 0F;
this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("File:");
this.table1.Add (this.label4);
- global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
+ global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
w6.LeftAttach = ((uint)(1));
w6.RightAttach = ((uint)(2));
w6.XOptions = ((global::Gtk.AttachOptions)(4));
@@ -159,7 +123,7 @@ namespace MonoDevelop.Debugger
this.label5.Name = "label5";
this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Line:");
this.table1.Add (this.label5);
- global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.label5]));
+ global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
w7.TopAttach = ((uint)(1));
w7.BottomAttach = ((uint)(2));
w7.LeftAttach = ((uint)(1));
@@ -171,22 +135,22 @@ namespace MonoDevelop.Debugger
this.label6.WidthRequest = 12;
this.label6.Name = "label6";
this.table1.Add (this.label6);
- global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.label6]));
+ global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
w8.XOptions = ((global::Gtk.AttachOptions)(4));
w8.YOptions = ((global::Gtk.AttachOptions)(4));
this.vbox2.Add (this.table1);
- global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table1]));
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
w9.Position = 1;
w9.Expand = false;
w9.Fill = false;
// Container child vbox2.Gtk.Box+BoxChild
this.label2 = new global::Gtk.Label ();
this.label2.Name = "label2";
- this.label2.Xalign = 0f;
+ this.label2.Xalign = 0F;
this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Condition</b>");
this.label2.UseMarkup = true;
this.vbox2.Add (this.label2);
- global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label2]));
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label2]));
w10.Position = 2;
w10.Expand = false;
w10.Fill = false;
@@ -199,7 +163,7 @@ namespace MonoDevelop.Debugger
this.label14.WidthRequest = 12;
this.label14.Name = "label14";
this.hbox4.Add (this.label14);
- global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.label14]));
+ global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label14]));
w11.Position = 0;
w11.Expand = false;
w11.Fill = false;
@@ -211,11 +175,12 @@ namespace MonoDevelop.Debugger
this.radioBreakAlways = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Always break"));
this.radioBreakAlways.CanFocus = true;
this.radioBreakAlways.Name = "radioBreakAlways";
+ this.radioBreakAlways.Active = true;
this.radioBreakAlways.DrawIndicator = true;
this.radioBreakAlways.UseUnderline = true;
this.radioBreakAlways.Group = new global::GLib.SList (global::System.IntPtr.Zero);
this.boxConditionOptions.Add (this.radioBreakAlways);
- global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.boxConditionOptions[this.radioBreakAlways]));
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.boxConditionOptions [this.radioBreakAlways]));
w12.Position = 0;
w12.Expand = false;
w12.Fill = false;
@@ -227,7 +192,7 @@ namespace MonoDevelop.Debugger
this.radioBreakTrue.UseUnderline = true;
this.radioBreakTrue.Group = this.radioBreakAlways.Group;
this.boxConditionOptions.Add (this.radioBreakTrue);
- global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.boxConditionOptions[this.radioBreakTrue]));
+ global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.boxConditionOptions [this.radioBreakTrue]));
w13.Position = 1;
w13.Expand = false;
w13.Fill = false;
@@ -239,7 +204,7 @@ namespace MonoDevelop.Debugger
this.radioBreakChange.UseUnderline = true;
this.radioBreakChange.Group = this.radioBreakAlways.Group;
this.boxConditionOptions.Add (this.radioBreakChange);
- global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.boxConditionOptions[this.radioBreakChange]));
+ global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.boxConditionOptions [this.radioBreakChange]));
w14.Position = 2;
w14.Expand = false;
w14.Fill = false;
@@ -252,17 +217,17 @@ namespace MonoDevelop.Debugger
this.label15.WidthRequest = 12;
this.label15.Name = "label15";
this.boxCondition.Add (this.label15);
- global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.boxCondition[this.label15]));
+ global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.boxCondition [this.label15]));
w15.Position = 0;
w15.Expand = false;
w15.Fill = false;
// Container child boxCondition.Gtk.Box+BoxChild
this.label7 = new global::Gtk.Label ();
this.label7.Name = "label7";
- this.label7.Xalign = 0f;
+ this.label7.Xalign = 0F;
this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Condition expression:");
this.boxCondition.Add (this.label7);
- global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.boxCondition[this.label7]));
+ global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.boxCondition [this.label7]));
w16.Position = 1;
w16.Expand = false;
w16.Fill = false;
@@ -273,16 +238,16 @@ namespace MonoDevelop.Debugger
this.entryCondition.IsEditable = true;
this.entryCondition.InvisibleChar = '●';
this.boxCondition.Add (this.entryCondition);
- global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.boxCondition[this.entryCondition]));
+ global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.boxCondition [this.entryCondition]));
w17.Position = 2;
this.boxConditionOptions.Add (this.boxCondition);
- global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.boxConditionOptions[this.boxCondition]));
+ global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.boxConditionOptions [this.boxCondition]));
w18.Position = 3;
// Container child boxConditionOptions.Gtk.Box+BoxChild
this.hseparator1 = new global::Gtk.HSeparator ();
this.hseparator1.Name = "hseparator1";
this.boxConditionOptions.Add (this.hseparator1);
- global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.boxConditionOptions[this.hseparator1]));
+ global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.boxConditionOptions [this.hseparator1]));
w19.Position = 4;
w19.Expand = false;
w19.Fill = false;
@@ -293,10 +258,10 @@ namespace MonoDevelop.Debugger
// Container child hbox7.Gtk.Box+BoxChild
this.label8 = new global::Gtk.Label ();
this.label8.Name = "label8";
- this.label8.Xalign = 0f;
+ this.label8.Xalign = 0F;
this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Hit count before breaking:");
this.hbox7.Add (this.label8);
- global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.label8]));
+ global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label8]));
w20.Position = 0;
w20.Expand = false;
w20.Fill = false;
@@ -309,31 +274,31 @@ namespace MonoDevelop.Debugger
this.spinHitCount.Numeric = true;
this.spinHitCount.Value = 1;
this.hbox7.Add (this.spinHitCount);
- global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.spinHitCount]));
+ global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.spinHitCount]));
w21.Position = 1;
w21.Expand = false;
w21.Fill = false;
this.boxConditionOptions.Add (this.hbox7);
- global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.boxConditionOptions[this.hbox7]));
+ global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.boxConditionOptions [this.hbox7]));
w22.Position = 5;
w22.Expand = false;
w22.Fill = false;
this.hbox4.Add (this.boxConditionOptions);
- global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.boxConditionOptions]));
+ global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.boxConditionOptions]));
w23.Position = 1;
this.vbox2.Add (this.hbox4);
- global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox4]));
+ global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox4]));
w24.Position = 3;
w24.Expand = false;
w24.Fill = false;
// Container child vbox2.Gtk.Box+BoxChild
this.label3 = new global::Gtk.Label ();
this.label3.Name = "label3";
- this.label3.Xalign = 0f;
+ this.label3.Xalign = 0F;
this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Action</b>");
this.label3.UseMarkup = true;
this.vbox2.Add (this.label3);
- global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label3]));
+ global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label3]));
w25.Position = 4;
w25.Expand = false;
w25.Fill = false;
@@ -346,7 +311,7 @@ namespace MonoDevelop.Debugger
this.label10.WidthRequest = 12;
this.label10.Name = "label10";
this.hbox2.Add (this.label10);
- global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label10]));
+ global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label10]));
w26.Position = 0;
w26.Expand = false;
w26.Fill = false;
@@ -357,10 +322,10 @@ namespace MonoDevelop.Debugger
// Container child boxAction.Gtk.Box+BoxChild
this.label11 = new global::Gtk.Label ();
this.label11.Name = "label11";
- this.label11.Xalign = 0f;
+ this.label11.Xalign = 0F;
this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("When the breakpoint is hit:");
this.boxAction.Add (this.label11);
- global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.boxAction[this.label11]));
+ global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.boxAction [this.label11]));
w27.Position = 0;
w27.Expand = false;
w27.Fill = false;
@@ -373,7 +338,7 @@ namespace MonoDevelop.Debugger
this.radioActionBreak.UseUnderline = true;
this.radioActionBreak.Group = new global::GLib.SList (global::System.IntPtr.Zero);
this.boxAction.Add (this.radioActionBreak);
- global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.boxAction[this.radioActionBreak]));
+ global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.boxAction [this.radioActionBreak]));
w28.Position = 1;
w28.Expand = false;
w28.Fill = false;
@@ -385,7 +350,7 @@ namespace MonoDevelop.Debugger
this.radioActionTrace.UseUnderline = true;
this.radioActionTrace.Group = this.radioActionBreak.Group;
this.boxAction.Add (this.radioActionTrace);
- global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.boxAction[this.radioActionTrace]));
+ global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.boxAction [this.radioActionTrace]));
w29.Position = 2;
w29.Expand = false;
w29.Fill = false;
@@ -398,7 +363,7 @@ namespace MonoDevelop.Debugger
this.label13.WidthRequest = 12;
this.label13.Name = "label13";
this.boxTraceExpression.Add (this.label13);
- global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.boxTraceExpression[this.label13]));
+ global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.boxTraceExpression [this.label13]));
w30.Position = 0;
w30.Expand = false;
w30.Fill = false;
@@ -407,7 +372,7 @@ namespace MonoDevelop.Debugger
this.label12.Name = "label12";
this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("Expression:");
this.boxTraceExpression.Add (this.label12);
- global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.boxTraceExpression[this.label12]));
+ global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.boxTraceExpression [this.label12]));
w31.Position = 1;
w31.Expand = false;
w31.Fill = false;
@@ -418,23 +383,23 @@ namespace MonoDevelop.Debugger
this.entryTraceExpr.IsEditable = true;
this.entryTraceExpr.InvisibleChar = '●';
this.boxTraceExpression.Add (this.entryTraceExpr);
- global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.boxTraceExpression[this.entryTraceExpr]));
+ global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.boxTraceExpression [this.entryTraceExpr]));
w32.Position = 2;
this.boxAction.Add (this.boxTraceExpression);
- global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.boxAction[this.boxTraceExpression]));
+ global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.boxAction [this.boxTraceExpression]));
w33.Position = 3;
w33.Expand = false;
w33.Fill = false;
this.hbox2.Add (this.boxAction);
- global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.boxAction]));
+ global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.boxAction]));
w34.Position = 1;
this.vbox2.Add (this.hbox2);
- global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox2]));
+ global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
w35.Position = 5;
w35.Expand = false;
w35.Fill = false;
w1.Add (this.vbox2);
- global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
+ global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
w36.Position = 0;
w36.Expand = false;
w36.Fill = false;
@@ -453,7 +418,7 @@ namespace MonoDevelop.Debugger
this.buttonCancel.UseUnderline = true;
this.buttonCancel.Label = "gtk-cancel";
this.AddActionWidget (this.buttonCancel, -6);
- global::Gtk.ButtonBox.ButtonBoxChild w38 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w37[this.buttonCancel]));
+ global::Gtk.ButtonBox.ButtonBoxChild w38 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w37 [this.buttonCancel]));
w38.Expand = false;
w38.Fill = false;
// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
@@ -465,7 +430,7 @@ namespace MonoDevelop.Debugger
this.buttonOk.UseUnderline = true;
this.buttonOk.Label = "gtk-ok";
w37.Add (this.buttonOk);
- global::Gtk.ButtonBox.ButtonBoxChild w39 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w37[this.buttonOk]));
+ global::Gtk.ButtonBox.ButtonBoxChild w39 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w37 [this.buttonOk]));
w39.Position = 1;
w39.Expand = false;
w39.Fill = false;
diff --git a/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.BusyEvaluatorDialog.cs b/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.BusyEvaluatorDialog.cs
index 6f2d452131..c8089926ff 100644
--- a/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.BusyEvaluatorDialog.cs
+++ b/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.BusyEvaluatorDialog.cs
@@ -5,17 +5,11 @@ namespace MonoDevelop.Debugger
public partial class BusyEvaluatorDialog
{
private global::Gtk.VBox vbox2;
-
private global::Gtk.Label label1;
-
private global::Gtk.HBox hbox1;
-
private global::Gtk.Label label2;
-
private global::Gtk.Label labelMethod;
-
private global::Gtk.Button buttonCancel;
-
private global::Gtk.Button buttonOk;
protected virtual void Build ()
@@ -37,10 +31,10 @@ namespace MonoDevelop.Debugger
// Container child vbox2.Gtk.Box+BoxChild
this.label1 = new global::Gtk.Label ();
this.label1.Name = "label1";
- this.label1.Xalign = 0f;
+ this.label1.Xalign = 0F;
this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("The Debugger is waiting for an expression evaluation to finish.");
this.vbox2.Add (this.label1);
- global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label1]));
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
w2.Position = 0;
w2.Expand = false;
w2.Fill = false;
@@ -51,30 +45,30 @@ namespace MonoDevelop.Debugger
// Container child hbox1.Gtk.Box+BoxChild
this.label2 = new global::Gtk.Label ();
this.label2.Name = "label2";
- this.label2.Xalign = 0f;
+ this.label2.Xalign = 0F;
this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Method:");
this.hbox1.Add (this.label2);
- global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label2]));
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
w3.Position = 0;
w3.Expand = false;
w3.Fill = false;
// Container child hbox1.Gtk.Box+BoxChild
this.labelMethod = new global::Gtk.Label ();
this.labelMethod.Name = "labelMethod";
- this.labelMethod.Xalign = 0f;
+ this.labelMethod.Xalign = 0F;
this.labelMethod.LabelProp = "<mehtod>";
this.hbox1.Add (this.labelMethod);
- global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.labelMethod]));
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.labelMethod]));
w4.Position = 1;
w4.Expand = false;
w4.Fill = false;
this.vbox2.Add (this.hbox1);
- global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
w5.Position = 1;
w5.Expand = false;
w5.Fill = false;
w1.Add (this.vbox2);
- global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
w6.Position = 0;
w6.Expand = false;
w6.Fill = false;
@@ -92,7 +86,7 @@ namespace MonoDevelop.Debugger
this.buttonCancel.UseUnderline = true;
this.buttonCancel.Label = global::Mono.Unix.Catalog.GetString ("Stop Debugger");
w7.Add (this.buttonCancel);
- global::Gtk.ButtonBox.ButtonBoxChild w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7[this.buttonCancel]));
+ global::Gtk.ButtonBox.ButtonBoxChild w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7 [this.buttonCancel]));
w8.Expand = false;
w8.Fill = false;
// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
@@ -103,7 +97,7 @@ namespace MonoDevelop.Debugger
this.buttonOk.UseUnderline = true;
this.buttonOk.Label = global::Mono.Unix.Catalog.GetString ("Keep Waiting");
w7.Add (this.buttonOk);
- global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7[this.buttonOk]));
+ global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7 [this.buttonOk]));
w9.Position = 1;
w9.Expand = false;
w9.Fill = false;
diff --git a/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.DebuggerOptionsPanelWidget.cs b/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.DebuggerOptionsPanelWidget.cs
index 485679ee8e..9c10031309 100644
--- a/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.DebuggerOptionsPanelWidget.cs
+++ b/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.DebuggerOptionsPanelWidget.cs
@@ -5,45 +5,25 @@ namespace MonoDevelop.Debugger
public partial class DebuggerOptionsPanelWidget
{
private global::Gtk.Notebook notebook1;
-
private global::Gtk.VBox vbox3;
-
private global::Gtk.CheckButton projectCodeOnly;
-
private global::Gtk.CheckButton checkAllowEval;
-
private global::Gtk.CheckButton checkToString;
-
private global::Gtk.CheckButton checkShowBaseGroup;
-
private global::Gtk.CheckButton checkGroupPrivate;
-
private global::Gtk.CheckButton checkGroupStatic;
-
private global::Gtk.Table tableEval;
-
private global::Gtk.Label label60;
-
private global::Gtk.SpinButton spinTimeout;
-
private global::Gtk.Label label4;
-
private global::Gtk.VBox vbox2;
-
private global::Gtk.Label label2;
-
private global::Gtk.HBox hbox1;
-
private global::Gtk.ScrolledWindow GtkScrolledWindow;
-
private global::Gtk.TreeView engineList;
-
private global::Gtk.VBox vbox4;
-
private global::Gtk.Button buttonUp;
-
private global::Gtk.Button buttonDown;
-
private global::Gtk.Label label1;
protected virtual void Build ()
@@ -71,7 +51,7 @@ namespace MonoDevelop.Debugger
this.projectCodeOnly.DrawIndicator = true;
this.projectCodeOnly.UseUnderline = true;
this.vbox3.Add (this.projectCodeOnly);
- global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.projectCodeOnly]));
+ global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.projectCodeOnly]));
w1.Position = 0;
w1.Expand = false;
w1.Fill = false;
@@ -84,7 +64,7 @@ namespace MonoDevelop.Debugger
this.checkAllowEval.DrawIndicator = true;
this.checkAllowEval.UseUnderline = true;
this.vbox3.Add (this.checkAllowEval);
- global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.checkAllowEval]));
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkAllowEval]));
w2.Position = 1;
w2.Expand = false;
w2.Fill = false;
@@ -96,7 +76,7 @@ namespace MonoDevelop.Debugger
this.checkToString.DrawIndicator = true;
this.checkToString.UseUnderline = true;
this.vbox3.Add (this.checkToString);
- global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.checkToString]));
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkToString]));
w3.Position = 2;
w3.Expand = false;
w3.Fill = false;
@@ -108,7 +88,7 @@ namespace MonoDevelop.Debugger
this.checkShowBaseGroup.DrawIndicator = true;
this.checkShowBaseGroup.UseUnderline = true;
this.vbox3.Add (this.checkShowBaseGroup);
- global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.checkShowBaseGroup]));
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkShowBaseGroup]));
w4.Position = 3;
w4.Expand = false;
w4.Fill = false;
@@ -120,7 +100,7 @@ namespace MonoDevelop.Debugger
this.checkGroupPrivate.DrawIndicator = true;
this.checkGroupPrivate.UseUnderline = true;
this.vbox3.Add (this.checkGroupPrivate);
- global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.checkGroupPrivate]));
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkGroupPrivate]));
w5.Position = 4;
w5.Expand = false;
w5.Fill = false;
@@ -132,7 +112,7 @@ namespace MonoDevelop.Debugger
this.checkGroupStatic.DrawIndicator = true;
this.checkGroupStatic.UseUnderline = true;
this.vbox3.Add (this.checkGroupStatic);
- global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.checkGroupStatic]));
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkGroupStatic]));
w6.Position = 5;
w6.Expand = false;
w6.Fill = false;
@@ -144,10 +124,10 @@ namespace MonoDevelop.Debugger
// Container child tableEval.Gtk.Table+TableChild
this.label60 = new global::Gtk.Label ();
this.label60.Name = "label60";
- this.label60.Xalign = 0f;
+ this.label60.Xalign = 0F;
this.label60.LabelProp = global::Mono.Unix.Catalog.GetString ("Evaluation Timeout:");
this.tableEval.Add (this.label60);
- global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.tableEval[this.label60]));
+ global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.tableEval [this.label60]));
w7.XOptions = ((global::Gtk.AttachOptions)(4));
w7.YOptions = ((global::Gtk.AttachOptions)(4));
// Container child tableEval.Gtk.Table+TableChild
@@ -158,13 +138,13 @@ namespace MonoDevelop.Debugger
this.spinTimeout.ClimbRate = 100;
this.spinTimeout.Numeric = true;
this.tableEval.Add (this.spinTimeout);
- global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableEval[this.spinTimeout]));
+ global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableEval [this.spinTimeout]));
w8.LeftAttach = ((uint)(1));
w8.RightAttach = ((uint)(2));
w8.XOptions = ((global::Gtk.AttachOptions)(4));
w8.YOptions = ((global::Gtk.AttachOptions)(4));
this.vbox3.Add (this.tableEval);
- global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.tableEval]));
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.tableEval]));
w9.Position = 6;
w9.Expand = false;
w9.Fill = false;
@@ -184,11 +164,11 @@ namespace MonoDevelop.Debugger
this.label2 = new global::Gtk.Label ();
this.label2.WidthRequest = 417;
this.label2.Name = "label2";
- this.label2.Xalign = 0f;
+ this.label2.Xalign = 0F;
this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("This priority list will be used by MonoDevelop when selecting the engine to be used for debugging an application.");
this.label2.Wrap = true;
this.vbox2.Add (this.label2);
- global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label2]));
+ global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label2]));
w11.Position = 0;
w11.Expand = false;
w11.Fill = false;
@@ -207,7 +187,7 @@ namespace MonoDevelop.Debugger
this.engineList.HeadersVisible = false;
this.GtkScrolledWindow.Add (this.engineList);
this.hbox1.Add (this.GtkScrolledWindow);
- global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow]));
+ global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow]));
w13.Position = 0;
// Container child hbox1.Gtk.Box+BoxChild
this.vbox4 = new global::Gtk.VBox ();
@@ -221,7 +201,7 @@ namespace MonoDevelop.Debugger
this.buttonUp.UseUnderline = true;
this.buttonUp.Label = "gtk-go-up";
this.vbox4.Add (this.buttonUp);
- global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.buttonUp]));
+ global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.buttonUp]));
w14.Position = 0;
w14.Expand = false;
w14.Fill = false;
@@ -233,20 +213,20 @@ namespace MonoDevelop.Debugger
this.buttonDown.UseUnderline = true;
this.buttonDown.Label = "gtk-go-down";
this.vbox4.Add (this.buttonDown);
- global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.buttonDown]));
+ global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.buttonDown]));
w15.Position = 1;
w15.Expand = false;
w15.Fill = false;
this.hbox1.Add (this.vbox4);
- global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox4]));
+ global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
w16.Position = 1;
w16.Expand = false;
w16.Fill = false;
this.vbox2.Add (this.hbox1);
- global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
+ global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
w17.Position = 1;
this.notebook1.Add (this.vbox2);
- global::Gtk.Notebook.NotebookChild w18 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox2]));
+ global::Gtk.Notebook.NotebookChild w18 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox2]));
w18.Position = 1;
// Notebook tab
this.label1 = new global::Gtk.Label ();
diff --git a/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExceptionCaughtDialog.cs b/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExceptionCaughtDialog.cs
index 284d678514..6ae5e1c499 100644
--- a/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExceptionCaughtDialog.cs
+++ b/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExceptionCaughtDialog.cs
@@ -5,25 +5,15 @@ namespace MonoDevelop.Debugger
public partial class ExceptionCaughtDialog
{
private global::Gtk.VBox vbox2;
-
private global::Gtk.Label labelType;
-
private global::Gtk.Label labelMessage;
-
private global::Gtk.Notebook notebook1;
-
private global::Gtk.ScrolledWindow GtkScrolledWindow1;
-
private global::Gtk.TreeView treeStack;
-
private global::Gtk.Label label2;
-
private global::Gtk.ScrolledWindow GtkScrolledWindow;
-
private global::MonoDevelop.Debugger.ObjectValueTreeView valueView;
-
private global::Gtk.Label page1;
-
private global::Gtk.Button buttonOk;
protected virtual void Build ()
@@ -45,11 +35,11 @@ namespace MonoDevelop.Debugger
// Container child vbox2.Gtk.Box+BoxChild
this.labelType = new global::Gtk.Label ();
this.labelType.Name = "labelType";
- this.labelType.Xalign = 0f;
+ this.labelType.Xalign = 0F;
this.labelType.LabelProp = "<b>Exception</b> has been thrown";
this.labelType.UseMarkup = true;
this.vbox2.Add (this.labelType);
- global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.labelType]));
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelType]));
w2.Position = 0;
w2.Expand = false;
w2.Fill = false;
@@ -57,11 +47,11 @@ namespace MonoDevelop.Debugger
this.labelMessage = new global::Gtk.Label ();
this.labelMessage.WidthRequest = 500;
this.labelMessage.Name = "labelMessage";
- this.labelMessage.Xalign = 0f;
+ 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.vbox2.Add (this.labelMessage);
- global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.labelMessage]));
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelMessage]));
w3.Position = 1;
w3.Expand = false;
w3.Fill = false;
@@ -105,7 +95,7 @@ namespace MonoDevelop.Debugger
this.valueView.CompactView = false;
this.GtkScrolledWindow.Add (this.valueView);
this.notebook1.Add (this.GtkScrolledWindow);
- global::Gtk.Notebook.NotebookChild w7 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.GtkScrolledWindow]));
+ global::Gtk.Notebook.NotebookChild w7 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.GtkScrolledWindow]));
w7.Position = 1;
// Notebook tab
this.page1 = new global::Gtk.Label ();
@@ -114,10 +104,10 @@ namespace MonoDevelop.Debugger
this.notebook1.SetTabLabel (this.GtkScrolledWindow, this.page1);
this.page1.ShowAll ();
this.vbox2.Add (this.notebook1);
- global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.notebook1]));
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebook1]));
w8.Position = 2;
w1.Add (this.vbox2);
- global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
w9.Position = 0;
// Internal child MonoDevelop.Debugger.ExceptionCaughtDialog.ActionArea
global::Gtk.HButtonBox w10 = this.ActionArea;
@@ -134,7 +124,7 @@ namespace MonoDevelop.Debugger
this.buttonOk.UseUnderline = true;
this.buttonOk.Label = "gtk-close";
this.AddActionWidget (this.buttonOk, -7);
- global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10[this.buttonOk]));
+ global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.buttonOk]));
w11.Expand = false;
w11.Fill = false;
if ((this.Child != null)) {
diff --git a/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExceptionsDialog.cs b/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExceptionsDialog.cs
index 52f3b52beb..09aed510e7 100644
--- a/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExceptionsDialog.cs
+++ b/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExceptionsDialog.cs
@@ -5,41 +5,23 @@ namespace MonoDevelop.Debugger
public partial class ExceptionsDialog
{
private global::Gtk.HBox hbox1;
-
private global::Gtk.VBox vbox4;
-
private global::Gtk.Label label2;
-
private global::Gtk.HBox hbox2;
-
private global::Gtk.Image image15;
-
private global::Gtk.Entry entryFilter;
-
private global::Gtk.ScrolledWindow GtkScrolledWindow;
-
private global::Gtk.TreeView treeExceptions;
-
private global::Gtk.VBox vbox3;
-
private global::Gtk.Label label1;
-
private global::Gtk.Button buttonAdd;
-
private global::Gtk.Button buttonRemove;
-
private global::Gtk.Label label4;
-
private global::Gtk.VBox vbox5;
-
private global::Gtk.Label label3;
-
private global::Gtk.ScrolledWindow GtkScrolledWindow1;
-
private global::Gtk.TreeView treeSelected;
-
private global::Gtk.Button buttonCancel;
-
private global::Gtk.Button buttonOk;
protected virtual void Build ()
@@ -66,10 +48,10 @@ namespace MonoDevelop.Debugger
// Container child vbox4.Gtk.Box+BoxChild
this.label2 = new global::Gtk.Label ();
this.label2.Name = "label2";
- this.label2.Xalign = 0f;
+ this.label2.Xalign = 0F;
this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Exceptions:");
this.vbox4.Add (this.label2);
- global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.label2]));
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label2]));
w2.Position = 0;
w2.Expand = false;
w2.Fill = false;
@@ -82,7 +64,7 @@ namespace MonoDevelop.Debugger
this.image15.Name = "image15";
this.image15.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-find", global::Gtk.IconSize.Menu);
this.hbox2.Add (this.image15);
- global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.image15]));
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.image15]));
w3.Position = 0;
w3.Expand = false;
w3.Fill = false;
@@ -93,10 +75,10 @@ namespace MonoDevelop.Debugger
this.entryFilter.IsEditable = true;
this.entryFilter.InvisibleChar = '●';
this.hbox2.Add (this.entryFilter);
- global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.entryFilter]));
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.entryFilter]));
w4.Position = 1;
this.vbox4.Add (this.hbox2);
- global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox2]));
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
w5.Position = 1;
w5.Expand = false;
w5.Fill = false;
@@ -111,10 +93,10 @@ namespace MonoDevelop.Debugger
this.treeExceptions.HeadersVisible = false;
this.GtkScrolledWindow.Add (this.treeExceptions);
this.vbox4.Add (this.GtkScrolledWindow);
- global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.GtkScrolledWindow]));
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkScrolledWindow]));
w7.Position = 2;
this.hbox1.Add (this.vbox4);
- global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox4]));
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
w8.Position = 0;
// Container child hbox1.Gtk.Box+BoxChild
this.vbox3 = new global::Gtk.VBox ();
@@ -124,7 +106,7 @@ namespace MonoDevelop.Debugger
this.label1 = new global::Gtk.Label ();
this.label1.Name = "label1";
this.vbox3.Add (this.label1);
- global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.label1]));
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label1]));
w9.Position = 0;
// Container child vbox3.Gtk.Box+BoxChild
this.buttonAdd = new global::Gtk.Button ();
@@ -132,7 +114,7 @@ namespace MonoDevelop.Debugger
this.buttonAdd.Name = "buttonAdd";
this.buttonAdd.UseUnderline = true;
// Container child buttonAdd.Gtk.Container+ContainerChild
- global::Gtk.Alignment w10 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
+ global::Gtk.Alignment w10 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
// Container child GtkAlignment.Gtk.Container+ContainerChild
global::Gtk.HBox w11 = new global::Gtk.HBox ();
w11.Spacing = 2;
@@ -146,7 +128,7 @@ namespace MonoDevelop.Debugger
w10.Add (w11);
this.buttonAdd.Add (w10);
this.vbox3.Add (this.buttonAdd);
- global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.buttonAdd]));
+ global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonAdd]));
w18.Position = 1;
w18.Expand = false;
w18.Fill = false;
@@ -156,7 +138,7 @@ namespace MonoDevelop.Debugger
this.buttonRemove.Name = "buttonRemove";
this.buttonRemove.UseUnderline = true;
// Container child buttonRemove.Gtk.Container+ContainerChild
- global::Gtk.Alignment w19 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
+ global::Gtk.Alignment w19 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
// Container child GtkAlignment.Gtk.Container+ContainerChild
global::Gtk.HBox w20 = new global::Gtk.HBox ();
w20.Spacing = 2;
@@ -170,7 +152,7 @@ namespace MonoDevelop.Debugger
w19.Add (w20);
this.buttonRemove.Add (w19);
this.vbox3.Add (this.buttonRemove);
- global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.buttonRemove]));
+ global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonRemove]));
w27.Position = 2;
w27.Expand = false;
w27.Fill = false;
@@ -178,10 +160,10 @@ namespace MonoDevelop.Debugger
this.label4 = new global::Gtk.Label ();
this.label4.Name = "label4";
this.vbox3.Add (this.label4);
- global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.label4]));
+ global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label4]));
w28.Position = 3;
this.hbox1.Add (this.vbox3);
- global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox3]));
+ global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
w29.Position = 1;
w29.Expand = false;
w29.Fill = false;
@@ -192,10 +174,10 @@ namespace MonoDevelop.Debugger
// Container child vbox5.Gtk.Box+BoxChild
this.label3 = new global::Gtk.Label ();
this.label3.Name = "label3";
- this.label3.Xalign = 0f;
+ this.label3.Xalign = 0F;
this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Stop in exceptions:");
this.vbox5.Add (this.label3);
- global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.label3]));
+ global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.label3]));
w30.Position = 0;
w30.Expand = false;
w30.Fill = false;
@@ -210,13 +192,13 @@ namespace MonoDevelop.Debugger
this.treeSelected.HeadersVisible = false;
this.GtkScrolledWindow1.Add (this.treeSelected);
this.vbox5.Add (this.GtkScrolledWindow1);
- global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.GtkScrolledWindow1]));
+ global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.GtkScrolledWindow1]));
w32.Position = 1;
this.hbox1.Add (this.vbox5);
- global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox5]));
+ global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox5]));
w33.Position = 2;
w1.Add (this.hbox1);
- global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(w1[this.hbox1]));
+ global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
w34.Position = 0;
// Internal child MonoDevelop.Debugger.ExceptionsDialog.ActionArea
global::Gtk.HButtonBox w35 = this.ActionArea;
@@ -233,7 +215,7 @@ namespace MonoDevelop.Debugger
this.buttonCancel.UseUnderline = true;
this.buttonCancel.Label = "gtk-cancel";
this.AddActionWidget (this.buttonCancel, -6);
- global::Gtk.ButtonBox.ButtonBoxChild w36 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w35[this.buttonCancel]));
+ global::Gtk.ButtonBox.ButtonBoxChild w36 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w35 [this.buttonCancel]));
w36.Expand = false;
w36.Fill = false;
// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
@@ -245,7 +227,7 @@ namespace MonoDevelop.Debugger
this.buttonOk.UseUnderline = true;
this.buttonOk.Label = "gtk-ok";
this.AddActionWidget (this.buttonOk, -5);
- global::Gtk.ButtonBox.ButtonBoxChild w37 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w35[this.buttonOk]));
+ global::Gtk.ButtonBox.ButtonBoxChild w37 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w35 [this.buttonOk]));
w37.Position = 1;
w37.Expand = false;
w37.Fill = false;
@@ -254,7 +236,7 @@ namespace MonoDevelop.Debugger
}
this.DefaultWidth = 910;
this.DefaultHeight = 451;
- this.Show ();
+ this.Hide ();
this.entryFilter.Changed += new global::System.EventHandler (this.OnEntryFilterChanged);
this.entryFilter.Activated += new global::System.EventHandler (this.OnEntryFilterActivated);
this.treeExceptions.KeyPressEvent += new global::Gtk.KeyPressEventHandler (this.OnTreeExceptionsKeyPressEvent);
diff --git a/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExpressionEvaluatorDialog.cs b/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExpressionEvaluatorDialog.cs
index 540fa275fe..8754bcc576 100644
--- a/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExpressionEvaluatorDialog.cs
+++ b/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExpressionEvaluatorDialog.cs
@@ -5,17 +5,11 @@ namespace MonoDevelop.Debugger
public partial class ExpressionEvaluatorDialog
{
private global::Gtk.VBox vbox2;
-
private global::Gtk.HBox hbox1;
-
private global::Gtk.Entry entry;
-
private global::Gtk.Button buttonEval;
-
private global::Gtk.ScrolledWindow GtkScrolledWindow;
-
private global::MonoDevelop.Debugger.ObjectValueTreeView valueTree;
-
private global::Gtk.Button buttonOk;
protected virtual void Build ()
@@ -47,7 +41,7 @@ namespace MonoDevelop.Debugger
this.entry.ActivatesDefault = true;
this.entry.InvisibleChar = '●';
this.hbox1.Add (this.entry);
- global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.entry]));
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entry]));
w2.Position = 0;
// Container child hbox1.Gtk.Box+BoxChild
this.buttonEval = new global::Gtk.Button ();
@@ -57,12 +51,12 @@ namespace MonoDevelop.Debugger
this.buttonEval.UseUnderline = true;
this.buttonEval.Label = global::Mono.Unix.Catalog.GetString ("Evaluate");
this.hbox1.Add (this.buttonEval);
- global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonEval]));
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonEval]));
w3.Position = 1;
w3.Expand = false;
w3.Fill = false;
this.vbox2.Add (this.hbox1);
- global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
w4.Position = 0;
w4.Expand = false;
w4.Fill = false;
@@ -82,10 +76,10 @@ namespace MonoDevelop.Debugger
this.valueTree.CompactView = false;
this.GtkScrolledWindow.Add (this.valueTree);
this.vbox2.Add (this.GtkScrolledWindow);
- global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.GtkScrolledWindow]));
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
w6.Position = 1;
w1.Add (this.vbox2);
- global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
w7.Position = 0;
// Internal child MonoDevelop.Debugger.ExpressionEvaluatorDialog.ActionArea
global::Gtk.HButtonBox w8 = this.ActionArea;
@@ -102,7 +96,7 @@ namespace MonoDevelop.Debugger
this.buttonOk.UseUnderline = true;
this.buttonOk.Label = "gtk-close";
this.AddActionWidget (this.buttonOk, -7);
- global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w8[this.buttonOk]));
+ global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w8 [this.buttonOk]));
w9.Expand = false;
w9.Fill = false;
if ((this.Child != null)) {
diff --git a/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.Viewers.ValueVisualizerDialog.cs b/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.Viewers.ValueVisualizerDialog.cs
index 36d3c81fcf..d1adf41924 100644
--- a/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.Viewers.ValueVisualizerDialog.cs
+++ b/main/src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.Viewers.ValueVisualizerDialog.cs
@@ -5,15 +5,10 @@ namespace MonoDevelop.Debugger.Viewers
public partial class ValueVisualizerDialog
{
private global::Gtk.VBox mainBox;
-
private global::Gtk.HBox hbox1;
-
private global::Gtk.Label label1;
-
private global::Gtk.ComboBox comboVisualizers;
-
private global::Gtk.Button buttonCancel;
-
private global::Gtk.Button buttonOk;
protected virtual void Build ()
@@ -41,7 +36,7 @@ namespace MonoDevelop.Debugger.Viewers
this.label1.Name = "label1";
this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("View as:");
this.hbox1.Add (this.label1);
- global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
w2.Position = 0;
w2.Expand = false;
w2.Fill = false;
@@ -49,15 +44,15 @@ namespace MonoDevelop.Debugger.Viewers
this.comboVisualizers = global::Gtk.ComboBox.NewText ();
this.comboVisualizers.Name = "comboVisualizers";
this.hbox1.Add (this.comboVisualizers);
- global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.comboVisualizers]));
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboVisualizers]));
w3.Position = 1;
this.mainBox.Add (this.hbox1);
- global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.mainBox[this.hbox1]));
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.mainBox [this.hbox1]));
w4.Position = 0;
w4.Expand = false;
w4.Fill = false;
w1.Add (this.mainBox);
- global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(w1[this.mainBox]));
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(w1 [this.mainBox]));
w5.Position = 0;
// Internal child MonoDevelop.Debugger.Viewers.ValueVisualizerDialog.ActionArea
global::Gtk.HButtonBox w6 = this.ActionArea;
@@ -74,7 +69,7 @@ namespace MonoDevelop.Debugger.Viewers
this.buttonCancel.UseUnderline = true;
this.buttonCancel.Label = "gtk-cancel";
this.AddActionWidget (this.buttonCancel, -6);
- global::Gtk.ButtonBox.ButtonBoxChild w7 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w6[this.buttonCancel]));
+ global::Gtk.ButtonBox.ButtonBoxChild w7 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w6 [this.buttonCancel]));
w7.Expand = false;
w7.Fill = false;
// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
@@ -86,7 +81,7 @@ namespace MonoDevelop.Debugger.Viewers
this.buttonOk.UseUnderline = true;
this.buttonOk.Label = "gtk-ok";
w6.Add (this.buttonOk);
- global::Gtk.ButtonBox.ButtonBoxChild w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w6[this.buttonOk]));
+ global::Gtk.ButtonBox.ButtonBoxChild w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w6 [this.buttonOk]));
w8.Position = 1;
w8.Expand = false;
w8.Fill = false;
diff --git a/main/src/addins/MonoDevelop.Debugger/gtk-gui/generated.cs b/main/src/addins/MonoDevelop.Debugger/gtk-gui/generated.cs
index 91cadc87fd..36abc51341 100644
--- a/main/src/addins/MonoDevelop.Debugger/gtk-gui/generated.cs
+++ b/main/src/addins/MonoDevelop.Debugger/gtk-gui/generated.cs
@@ -6,7 +6,7 @@ namespace Stetic
{
private static bool initialized;
- static internal void Initialize (Gtk.Widget iconRenderer)
+ internal static void Initialize (Gtk.Widget iconRenderer)
{
if ((Stetic.Gui.initialized == false)) {
Stetic.Gui.initialized = true;
@@ -24,7 +24,7 @@ namespace Stetic
} else {
int sz;
int sy;
- global::Gtk.Icon.SizeLookup (size, out sz, out sy);
+ global::Gtk.Icon.SizeLookup (size, out sz, out sy);
try {
return Gtk.IconTheme.Default.LoadIcon (name, sz, 0);
} catch (System.Exception) {
@@ -51,7 +51,6 @@ namespace Stetic
internal class BinContainer
{
private Gtk.Widget child;
-
private Gtk.UIManager uimanager;
public static BinContainer Attach (Gtk.Bin bin)
diff --git a/main/src/addins/MonoDevelop.Debugger/gtk-gui/gui.stetic b/main/src/addins/MonoDevelop.Debugger/gtk-gui/gui.stetic
index 066b10927d..a4bdd79c2b 100644
--- a/main/src/addins/MonoDevelop.Debugger/gtk-gui/gui.stetic
+++ b/main/src/addins/MonoDevelop.Debugger/gtk-gui/gui.stetic
@@ -169,6 +169,7 @@
</widget>
<widget class="Gtk.Dialog" id="MonoDevelop.Debugger.ExceptionsDialog" design-size="910 451">
<property name="MemberName" />
+ <property name="Visible">False</property>
<property name="Title" translatable="yes">Exceptions</property>
<property name="WindowPosition">CenterOnParent</property>
<property name="BorderWidth">3</property>