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:
authorMike Krüger <mkrueger@novell.com>2010-02-24 21:07:25 +0300
committerMike Krüger <mkrueger@novell.com>2010-02-24 21:07:25 +0300
commit86a8d4be9e8a785afd1b80d056de12ef30810089 (patch)
tree71f62688805b4bd5076362f2a6fb928b2a171ed5 /main/src/core/MonoDevelop.Ide/gtk-gui
parent564b01e00adb74d6512fdcf1b776fb7448bcdd47 (diff)
fixed 'Bug 582497 - Build pad is closed at end of build even if open beforehand'
svn path=/trunk/monodevelop/; revision=152380
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtk-gui')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildMessagePanelWidget.cs296
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic428
2 files changed, 235 insertions, 489 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildMessagePanelWidget.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildMessagePanelWidget.cs
index d5562c5c18..c764e18400 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildMessagePanelWidget.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildMessagePanelWidget.cs
@@ -12,47 +12,29 @@ namespace MonoDevelop.Ide.Gui.OptionPanels
private global::Gtk.ComboBox comboboxJumpToFirst;
- private global::Gtk.Label label7;
+ private global::Gtk.Frame frame2;
- private global::Gtk.HBox hbox3;
+ private global::Gtk.Alignment GtkAlignment;
- private global::Gtk.Label label8;
-
- private global::Gtk.Table table2;
+ private global::Gtk.Table table4;
private global::Gtk.ComboBox comboboxBuildResultsAfter;
- private global::Gtk.ComboBox comboboxBuildResultsDuring;
+ private global::Gtk.ComboBox comboboxErrorPadAfter;
- private global::Gtk.Label label1;
+ private global::Gtk.ComboBox comboboxMessageBubbles;
private global::Gtk.Label label2;
- private global::Gtk.Label label9;
-
- private global::Gtk.HBox hbox4;
-
- private global::Gtk.Label label10;
-
- private global::Gtk.Table table3;
-
- private global::Gtk.ComboBox comboboxErrorPadAfter;
-
- private global::Gtk.ComboBox comboboxErrorPadDuring;
-
private global::Gtk.Label label3;
- private global::Gtk.Label label4;
-
- private global::Gtk.Label label11;
-
- private global::Gtk.HBox hbox2;
+ private global::Gtk.Label label5;
- private global::Gtk.Label label12;
+ private global::Gtk.Label GtkLabel;
- private global::Gtk.Label label5;
+ private global::Gtk.HBox hbox4;
- private global::Gtk.ComboBox comboboxMessageBubbles;
+ private global::Gtk.Label label10;
protected virtual void Build ()
{
@@ -92,93 +74,95 @@ namespace MonoDevelop.Ide.Gui.OptionPanels
w3.Expand = false;
w3.Fill = false;
// Container child vbox1.Gtk.Box+BoxChild
- this.label7 = new global::Gtk.Label ();
- this.label7.Name = "label7";
- this.label7.Xalign = 0f;
- this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Build Results Window</b>");
- this.label7.UseMarkup = true;
- this.vbox1.Add (this.label7);
- global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label7]));
- w4.Position = 1;
- w4.Expand = false;
- w4.Fill = false;
- // Container child vbox1.Gtk.Box+BoxChild
- this.hbox3 = new global::Gtk.HBox ();
- this.hbox3.Name = "hbox3";
- this.hbox3.Spacing = 6;
- // Container child hbox3.Gtk.Box+BoxChild
- this.label8 = new global::Gtk.Label ();
- this.label8.Name = "label8";
- this.label8.LabelProp = global::Mono.Unix.Catalog.GetString (" ");
- this.hbox3.Add (this.label8);
- global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label8]));
- w5.Position = 0;
- w5.Expand = false;
- w5.Fill = false;
- // Container child hbox3.Gtk.Box+BoxChild
- this.table2 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
- this.table2.Name = "table2";
- this.table2.RowSpacing = ((uint)(6));
- this.table2.ColumnSpacing = ((uint)(6));
- // Container child table2.Gtk.Table+TableChild
+ this.frame2 = new global::Gtk.Frame ();
+ this.frame2.Name = "frame2";
+ this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
+ // Container child frame2.Gtk.Container+ContainerChild
+ this.GtkAlignment = new global::Gtk.Alignment (0f, 0f, 1f, 1f);
+ this.GtkAlignment.Name = "GtkAlignment";
+ this.GtkAlignment.LeftPadding = ((uint)(12));
+ // Container child GtkAlignment.Gtk.Container+ContainerChild
+ this.table4 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
+ this.table4.Name = "table4";
+ this.table4.RowSpacing = ((uint)(6));
+ this.table4.ColumnSpacing = ((uint)(6));
+ // Container child table4.Gtk.Table+TableChild
this.comboboxBuildResultsAfter = global::Gtk.ComboBox.NewText ();
this.comboboxBuildResultsAfter.AppendText (global::Mono.Unix.Catalog.GetString ("Never"));
this.comboboxBuildResultsAfter.Name = "comboboxBuildResultsAfter";
this.comboboxBuildResultsAfter.Active = 0;
- this.table2.Add (this.comboboxBuildResultsAfter);
- global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2[this.comboboxBuildResultsAfter]));
- w6.TopAttach = ((uint)(1));
- w6.BottomAttach = ((uint)(2));
+ this.table4.Add (this.comboboxBuildResultsAfter);
+ global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table4[this.comboboxBuildResultsAfter]));
+ w4.LeftAttach = ((uint)(1));
+ w4.RightAttach = ((uint)(2));
+ w4.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table4.Gtk.Table+TableChild
+ this.comboboxErrorPadAfter = global::Gtk.ComboBox.NewText ();
+ this.comboboxErrorPadAfter.AppendText (global::Mono.Unix.Catalog.GetString ("Never"));
+ this.comboboxErrorPadAfter.Name = "comboboxErrorPadAfter";
+ this.comboboxErrorPadAfter.Active = 0;
+ this.table4.Add (this.comboboxErrorPadAfter);
+ global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table4[this.comboboxErrorPadAfter]));
+ w5.TopAttach = ((uint)(1));
+ w5.BottomAttach = ((uint)(2));
+ w5.LeftAttach = ((uint)(1));
+ w5.RightAttach = ((uint)(2));
+ w5.XOptions = ((global::Gtk.AttachOptions)(4));
+ w5.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table4.Gtk.Table+TableChild
+ this.comboboxMessageBubbles = global::Gtk.ComboBox.NewText ();
+ this.comboboxMessageBubbles.AppendText (global::Mono.Unix.Catalog.GetString ("Never"));
+ this.comboboxMessageBubbles.Name = "comboboxMessageBubbles";
+ this.comboboxMessageBubbles.Active = 0;
+ this.table4.Add (this.comboboxMessageBubbles);
+ global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table4[this.comboboxMessageBubbles]));
+ w6.TopAttach = ((uint)(2));
+ w6.BottomAttach = ((uint)(3));
w6.LeftAttach = ((uint)(1));
w6.RightAttach = ((uint)(2));
+ w6.XOptions = ((global::Gtk.AttachOptions)(4));
w6.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table2.Gtk.Table+TableChild
- this.comboboxBuildResultsDuring = global::Gtk.ComboBox.NewText ();
- this.comboboxBuildResultsDuring.AppendText (global::Mono.Unix.Catalog.GetString ("Never"));
- this.comboboxBuildResultsDuring.Name = "comboboxBuildResultsDuring";
- this.comboboxBuildResultsDuring.Active = 0;
- this.table2.Add (this.comboboxBuildResultsDuring);
- global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table2[this.comboboxBuildResultsDuring]));
- w7.LeftAttach = ((uint)(1));
- w7.RightAttach = ((uint)(2));
+ // Container child table4.Gtk.Table+TableChild
+ this.label2 = new global::Gtk.Label ();
+ this.label2.Name = "label2";
+ this.label2.Xalign = 1f;
+ this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Show build result:");
+ this.table4.Add (this.label2);
+ global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table4[this.label2]));
+ w7.XOptions = ((global::Gtk.AttachOptions)(4));
w7.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table2.Gtk.Table+TableChild
- this.label1 = new global::Gtk.Label ();
- this.label1.Name = "label1";
- this.label1.Xalign = 0f;
- this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Show during build:");
- this.table2.Add (this.label1);
- global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table2[this.label1]));
+ // Container child table4.Gtk.Table+TableChild
+ this.label3 = new global::Gtk.Label ();
+ this.label3.Name = "label3";
+ this.label3.Xalign = 1f;
+ this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Show error pad:");
+ this.table4.Add (this.label3);
+ global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table4[this.label3]));
+ w8.TopAttach = ((uint)(1));
+ w8.BottomAttach = ((uint)(2));
w8.XOptions = ((global::Gtk.AttachOptions)(4));
w8.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table2.Gtk.Table+TableChild
- this.label2 = new global::Gtk.Label ();
- this.label2.Name = "label2";
- this.label2.Xalign = 0f;
- this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Show after build:");
- this.table2.Add (this.label2);
- global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table2[this.label2]));
- w9.TopAttach = ((uint)(1));
- w9.BottomAttach = ((uint)(2));
+ // Container child table4.Gtk.Table+TableChild
+ this.label5 = new global::Gtk.Label ();
+ this.label5.Name = "label5";
+ this.label5.Xalign = 1f;
+ this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Show message bubbles:");
+ this.table4.Add (this.label5);
+ global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table4[this.label5]));
+ w9.TopAttach = ((uint)(2));
+ w9.BottomAttach = ((uint)(3));
w9.XOptions = ((global::Gtk.AttachOptions)(4));
w9.YOptions = ((global::Gtk.AttachOptions)(4));
- this.hbox3.Add (this.table2);
- global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.table2]));
- w10.Position = 1;
- this.vbox1.Add (this.hbox3);
- global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3]));
- w11.Position = 2;
- w11.Expand = false;
- w11.Fill = false;
- // Container child vbox1.Gtk.Box+BoxChild
- this.label9 = new global::Gtk.Label ();
- this.label9.Name = "label9";
- this.label9.Xalign = 0f;
- this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Errors and Warnings Pad</b>");
- this.label9.UseMarkup = true;
- this.vbox1.Add (this.label9);
- global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label9]));
- w12.Position = 3;
+ this.GtkAlignment.Add (this.table4);
+ this.frame2.Add (this.GtkAlignment);
+ this.GtkLabel = new global::Gtk.Label ();
+ this.GtkLabel.Name = "GtkLabel";
+ this.GtkLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Compilation result</b>");
+ this.GtkLabel.UseMarkup = true;
+ this.frame2.LabelWidget = this.GtkLabel;
+ this.vbox1.Add (this.frame2);
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.frame2]));
+ w12.Position = 1;
w12.Expand = false;
w12.Fill = false;
// Container child vbox1.Gtk.Box+BoxChild
@@ -194,114 +178,16 @@ namespace MonoDevelop.Ide.Gui.OptionPanels
w13.Position = 0;
w13.Expand = false;
w13.Fill = false;
- // Container child hbox4.Gtk.Box+BoxChild
- this.table3 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
- this.table3.Name = "table3";
- this.table3.RowSpacing = ((uint)(6));
- this.table3.ColumnSpacing = ((uint)(6));
- // Container child table3.Gtk.Table+TableChild
- this.comboboxErrorPadAfter = global::Gtk.ComboBox.NewText ();
- this.comboboxErrorPadAfter.AppendText (global::Mono.Unix.Catalog.GetString ("Never"));
- this.comboboxErrorPadAfter.Name = "comboboxErrorPadAfter";
- this.comboboxErrorPadAfter.Active = 0;
- this.table3.Add (this.comboboxErrorPadAfter);
- global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table3[this.comboboxErrorPadAfter]));
- w14.TopAttach = ((uint)(1));
- w14.BottomAttach = ((uint)(2));
- w14.LeftAttach = ((uint)(1));
- w14.RightAttach = ((uint)(2));
- w14.XOptions = ((global::Gtk.AttachOptions)(4));
- w14.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table3.Gtk.Table+TableChild
- this.comboboxErrorPadDuring = global::Gtk.ComboBox.NewText ();
- this.comboboxErrorPadDuring.AppendText (global::Mono.Unix.Catalog.GetString ("Never"));
- this.comboboxErrorPadDuring.Name = "comboboxErrorPadDuring";
- this.comboboxErrorPadDuring.Active = 0;
- this.table3.Add (this.comboboxErrorPadDuring);
- global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table3[this.comboboxErrorPadDuring]));
- w15.LeftAttach = ((uint)(1));
- w15.RightAttach = ((uint)(2));
- w15.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table3.Gtk.Table+TableChild
- this.label3 = new global::Gtk.Label ();
- this.label3.Name = "label3";
- this.label3.Xalign = 0f;
- this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Show after build:");
- this.table3.Add (this.label3);
- global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table3[this.label3]));
- w16.TopAttach = ((uint)(1));
- w16.BottomAttach = ((uint)(2));
- w16.XOptions = ((global::Gtk.AttachOptions)(4));
- w16.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table3.Gtk.Table+TableChild
- this.label4 = new global::Gtk.Label ();
- this.label4.Name = "label4";
- this.label4.Xalign = 0f;
- this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Show during build:");
- this.table3.Add (this.label4);
- global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table3[this.label4]));
- w17.XOptions = ((global::Gtk.AttachOptions)(4));
- w17.YOptions = ((global::Gtk.AttachOptions)(4));
- this.hbox4.Add (this.table3);
- global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.table3]));
- w18.Position = 1;
this.vbox1.Add (this.hbox4);
- global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4]));
- w19.Position = 4;
- w19.Expand = false;
- w19.Fill = false;
- // Container child vbox1.Gtk.Box+BoxChild
- this.label11 = new global::Gtk.Label ();
- this.label11.Name = "label11";
- this.label11.Xalign = 0f;
- this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Message Bubbles</b>");
- this.label11.UseMarkup = true;
- this.vbox1.Add (this.label11);
- global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label11]));
- w20.Position = 5;
- w20.Expand = false;
- w20.Fill = false;
- // Container child vbox1.Gtk.Box+BoxChild
- this.hbox2 = new global::Gtk.HBox ();
- this.hbox2.Name = "hbox2";
- this.hbox2.Spacing = 6;
- // Container child hbox2.Gtk.Box+BoxChild
- this.label12 = new global::Gtk.Label ();
- this.label12.Name = "label12";
- this.label12.LabelProp = global::Mono.Unix.Catalog.GetString (" ");
- this.hbox2.Add (this.label12);
- global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label12]));
- w21.Position = 0;
- w21.Expand = false;
- w21.Fill = false;
- // Container child hbox2.Gtk.Box+BoxChild
- this.label5 = new global::Gtk.Label ();
- this.label5.Name = "label5";
- this.label5.Xalign = 0f;
- this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Show during build:");
- this.hbox2.Add (this.label5);
- global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label5]));
- w22.Position = 1;
- w22.Expand = false;
- w22.Fill = false;
- // Container child hbox2.Gtk.Box+BoxChild
- this.comboboxMessageBubbles = global::Gtk.ComboBox.NewText ();
- this.comboboxMessageBubbles.AppendText (global::Mono.Unix.Catalog.GetString ("Never"));
- this.comboboxMessageBubbles.Name = "comboboxMessageBubbles";
- this.comboboxMessageBubbles.Active = 0;
- this.hbox2.Add (this.comboboxMessageBubbles);
- global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.comboboxMessageBubbles]));
- w23.Position = 2;
- this.vbox1.Add (this.hbox2);
- global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
- w24.Position = 6;
- w24.Expand = false;
- w24.Fill = false;
+ global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4]));
+ w14.Position = 2;
+ w14.Expand = false;
+ w14.Fill = false;
this.Add (this.vbox1);
if ((this.Child != null)) {
this.Child.ShowAll ();
}
- this.Hide ();
+ this.Show ();
}
}
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic b/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic
index 7cda448d92..4ba11796b5 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic
@@ -7953,9 +7953,8 @@ All solutions</property>
</widget>
</child>
</widget>
- <widget class="Gtk.Bin" id="MonoDevelop.Ide.Gui.OptionPanels.BuildMessagePanelWidget" design-size="388 285">
+ <widget class="Gtk.Bin" id="MonoDevelop.Ide.Gui.OptionPanels.BuildMessagePanelWidget" design-size="388 299">
<property name="MemberName" />
- <property name="Visible">False</property>
<property name="GeneratePublic">False</property>
<child>
<widget class="Gtk.VBox" id="vbox1">
@@ -7999,288 +7998,174 @@ All solutions</property>
</packing>
</child>
<child>
- <widget class="Gtk.Label" id="label7">
- <property name="MemberName" />
- <property name="Xalign">0</property>
- <property name="LabelProp" translatable="yes">&lt;b&gt;Build Results Window&lt;/b&gt;</property>
- <property name="UseMarkup">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>
- <child>
- <widget class="Gtk.HBox" id="hbox3">
+ <widget class="Gtk.Frame" id="frame2">
<property name="MemberName" />
- <property name="Spacing">6</property>
- <child>
- <widget class="Gtk.Label" id="label8">
- <property name="MemberName" />
- <property name="LabelProp" translatable="yes"> </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>
+ <property name="ShadowType">None</property>
<child>
- <widget class="Gtk.Table" id="table2">
+ <widget class="Gtk.Alignment" id="GtkAlignment">
<property name="MemberName" />
- <property name="NRows">2</property>
- <property name="NColumns">2</property>
- <property name="RowSpacing">6</property>
- <property name="ColumnSpacing">6</property>
- <child>
- <widget class="Gtk.ComboBox" id="comboboxBuildResultsAfter">
- <property name="MemberName" />
- <property name="IsTextCombo">True</property>
- <property name="Items" translatable="yes">Never</property>
- <property name="Active">0</property>
- </widget>
- <packing>
- <property name="TopAttach">1</property>
- <property name="BottomAttach">2</property>
- <property name="LeftAttach">1</property>
- <property name="RightAttach">2</property>
- <property name="AutoSize">False</property>
- <property name="YOptions">Fill</property>
- <property name="XExpand">True</property>
- <property name="XFill">True</property>
- <property name="XShrink">False</property>
- <property name="YExpand">False</property>
- <property name="YFill">True</property>
- <property name="YShrink">False</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.ComboBox" id="comboboxBuildResultsDuring">
- <property name="MemberName" />
- <property name="IsTextCombo">True</property>
- <property name="Items" translatable="yes">Never</property>
- <property name="Active">0</property>
- </widget>
- <packing>
- <property name="LeftAttach">1</property>
- <property name="RightAttach">2</property>
- <property name="AutoSize">False</property>
- <property name="YOptions">Fill</property>
- <property name="XExpand">True</property>
- <property name="XFill">True</property>
- <property name="XShrink">False</property>
- <property name="YExpand">False</property>
- <property name="YFill">True</property>
- <property name="YShrink">False</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.Label" id="label1">
- <property name="MemberName" />
- <property name="Xalign">0</property>
- <property name="LabelProp" translatable="yes">Show during build:</property>
- </widget>
- <packing>
- <property name="AutoSize">True</property>
- <property name="XOptions">Fill</property>
- <property name="YOptions">Fill</property>
- <property name="XExpand">False</property>
- <property name="XFill">True</property>
- <property name="XShrink">False</property>
- <property name="YExpand">False</property>
- <property name="YFill">True</property>
- <property name="YShrink">False</property>
- </packing>
- </child>
+ <property name="Xalign">0</property>
+ <property name="Yalign">0</property>
+ <property name="LeftPadding">12</property>
<child>
- <widget class="Gtk.Label" id="label2">
+ <widget class="Gtk.Table" id="table4">
<property name="MemberName" />
- <property name="Xalign">0</property>
- <property name="LabelProp" translatable="yes">Show after build:</property>
+ <property name="NRows">3</property>
+ <property name="NColumns">2</property>
+ <property name="RowSpacing">6</property>
+ <property name="ColumnSpacing">6</property>
+ <child>
+ <widget class="Gtk.ComboBox" id="comboboxBuildResultsAfter">
+ <property name="MemberName" />
+ <property name="IsTextCombo">True</property>
+ <property name="Items" translatable="yes">Never</property>
+ <property name="Active">0</property>
+ </widget>
+ <packing>
+ <property name="LeftAttach">1</property>
+ <property name="RightAttach">2</property>
+ <property name="AutoSize">False</property>
+ <property name="YOptions">Fill</property>
+ <property name="XExpand">True</property>
+ <property name="XFill">True</property>
+ <property name="XShrink">False</property>
+ <property name="YExpand">False</property>
+ <property name="YFill">True</property>
+ <property name="YShrink">False</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="Gtk.ComboBox" id="comboboxErrorPadAfter">
+ <property name="MemberName" />
+ <property name="IsTextCombo">True</property>
+ <property name="Items" translatable="yes">Never</property>
+ <property name="Active">0</property>
+ </widget>
+ <packing>
+ <property name="TopAttach">1</property>
+ <property name="BottomAttach">2</property>
+ <property name="LeftAttach">1</property>
+ <property name="RightAttach">2</property>
+ <property name="AutoSize">True</property>
+ <property name="XOptions">Fill</property>
+ <property name="YOptions">Fill</property>
+ <property name="XExpand">False</property>
+ <property name="XFill">True</property>
+ <property name="XShrink">False</property>
+ <property name="YExpand">False</property>
+ <property name="YFill">True</property>
+ <property name="YShrink">False</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="Gtk.ComboBox" id="comboboxMessageBubbles">
+ <property name="MemberName" />
+ <property name="IsTextCombo">True</property>
+ <property name="Items" translatable="yes">Never</property>
+ <property name="Active">0</property>
+ </widget>
+ <packing>
+ <property name="TopAttach">2</property>
+ <property name="BottomAttach">3</property>
+ <property name="LeftAttach">1</property>
+ <property name="RightAttach">2</property>
+ <property name="AutoSize">True</property>
+ <property name="XOptions">Fill</property>
+ <property name="YOptions">Fill</property>
+ <property name="XExpand">False</property>
+ <property name="XFill">True</property>
+ <property name="XShrink">False</property>
+ <property name="YExpand">False</property>
+ <property name="YFill">True</property>
+ <property name="YShrink">False</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="Gtk.Label" id="label2">
+ <property name="MemberName" />
+ <property name="Xalign">1</property>
+ <property name="LabelProp" translatable="yes">Show build result:</property>
+ </widget>
+ <packing>
+ <property name="AutoSize">True</property>
+ <property name="XOptions">Fill</property>
+ <property name="YOptions">Fill</property>
+ <property name="XExpand">False</property>
+ <property name="XFill">True</property>
+ <property name="XShrink">False</property>
+ <property name="YExpand">False</property>
+ <property name="YFill">True</property>
+ <property name="YShrink">False</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="Gtk.Label" id="label3">
+ <property name="MemberName" />
+ <property name="Xalign">1</property>
+ <property name="LabelProp" translatable="yes">Show error pad:</property>
+ </widget>
+ <packing>
+ <property name="TopAttach">1</property>
+ <property name="BottomAttach">2</property>
+ <property name="AutoSize">True</property>
+ <property name="XOptions">Fill</property>
+ <property name="YOptions">Fill</property>
+ <property name="XExpand">False</property>
+ <property name="XFill">True</property>
+ <property name="XShrink">False</property>
+ <property name="YExpand">False</property>
+ <property name="YFill">True</property>
+ <property name="YShrink">False</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="Gtk.Label" id="label5">
+ <property name="MemberName" />
+ <property name="Xalign">1</property>
+ <property name="LabelProp" translatable="yes">Show message bubbles:</property>
+ </widget>
+ <packing>
+ <property name="TopAttach">2</property>
+ <property name="BottomAttach">3</property>
+ <property name="AutoSize">True</property>
+ <property name="XOptions">Fill</property>
+ <property name="YOptions">Fill</property>
+ <property name="XExpand">False</property>
+ <property name="XFill">True</property>
+ <property name="XShrink">False</property>
+ <property name="YExpand">False</property>
+ <property name="YFill">True</property>
+ <property name="YShrink">False</property>
+ </packing>
+ </child>
</widget>
- <packing>
- <property name="TopAttach">1</property>
- <property name="BottomAttach">2</property>
- <property name="AutoSize">True</property>
- <property name="XOptions">Fill</property>
- <property name="YOptions">Fill</property>
- <property name="XExpand">False</property>
- <property name="XFill">True</property>
- <property name="XShrink">False</property>
- <property name="YExpand">False</property>
- <property name="YFill">True</property>
- <property name="YShrink">False</property>
- </packing>
</child>
</widget>
- <packing>
- <property name="Position">1</property>
- <property name="AutoSize">False</property>
- </packing>
- </child>
- </widget>
- <packing>
- <property name="Position">2</property>
- <property name="AutoSize">True</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.Label" id="label9">
- <property name="MemberName" />
- <property name="Xalign">0</property>
- <property name="LabelProp" translatable="yes">&lt;b&gt;Errors and Warnings Pad&lt;/b&gt;</property>
- <property name="UseMarkup">True</property>
- </widget>
- <packing>
- <property name="Position">3</property>
- <property name="AutoSize">True</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.HBox" id="hbox4">
- <property name="MemberName" />
- <property name="Spacing">6</property>
- <child>
- <widget class="Gtk.Label" id="label10">
- <property name="MemberName" />
- <property name="LabelProp" translatable="yes"> </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.Table" id="table3">
+ <widget class="Gtk.Label" id="GtkLabel">
<property name="MemberName" />
- <property name="NRows">2</property>
- <property name="NColumns">2</property>
- <property name="RowSpacing">6</property>
- <property name="ColumnSpacing">6</property>
- <child>
- <widget class="Gtk.ComboBox" id="comboboxErrorPadAfter">
- <property name="MemberName" />
- <property name="IsTextCombo">True</property>
- <property name="Items" translatable="yes">Never</property>
- <property name="Active">0</property>
- </widget>
- <packing>
- <property name="TopAttach">1</property>
- <property name="BottomAttach">2</property>
- <property name="LeftAttach">1</property>
- <property name="RightAttach">2</property>
- <property name="AutoSize">True</property>
- <property name="XOptions">Fill</property>
- <property name="YOptions">Fill</property>
- <property name="XExpand">False</property>
- <property name="XFill">True</property>
- <property name="XShrink">False</property>
- <property name="YExpand">False</property>
- <property name="YFill">True</property>
- <property name="YShrink">False</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.ComboBox" id="comboboxErrorPadDuring">
- <property name="MemberName" />
- <property name="IsTextCombo">True</property>
- <property name="Items" translatable="yes">Never</property>
- <property name="Active">0</property>
- </widget>
- <packing>
- <property name="LeftAttach">1</property>
- <property name="RightAttach">2</property>
- <property name="AutoSize">False</property>
- <property name="YOptions">Fill</property>
- <property name="XExpand">True</property>
- <property name="XFill">True</property>
- <property name="XShrink">False</property>
- <property name="YExpand">False</property>
- <property name="YFill">True</property>
- <property name="YShrink">False</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.Label" id="label3">
- <property name="MemberName" />
- <property name="Xalign">0</property>
- <property name="LabelProp" translatable="yes">Show after build:</property>
- </widget>
- <packing>
- <property name="TopAttach">1</property>
- <property name="BottomAttach">2</property>
- <property name="AutoSize">True</property>
- <property name="XOptions">Fill</property>
- <property name="YOptions">Fill</property>
- <property name="XExpand">False</property>
- <property name="XFill">True</property>
- <property name="XShrink">False</property>
- <property name="YExpand">False</property>
- <property name="YFill">True</property>
- <property name="YShrink">False</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.Label" id="label4">
- <property name="MemberName" />
- <property name="Xalign">0</property>
- <property name="LabelProp" translatable="yes">Show during build:</property>
- </widget>
- <packing>
- <property name="AutoSize">True</property>
- <property name="XOptions">Fill</property>
- <property name="YOptions">Fill</property>
- <property name="XExpand">False</property>
- <property name="XFill">True</property>
- <property name="XShrink">False</property>
- <property name="YExpand">False</property>
- <property name="YFill">True</property>
- <property name="YShrink">False</property>
- </packing>
- </child>
+ <property name="LabelProp" translatable="yes">&lt;b&gt;Compilation result&lt;/b&gt;</property>
+ <property name="UseMarkup">True</property>
</widget>
<packing>
- <property name="Position">1</property>
- <property name="AutoSize">False</property>
+ <property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
- <property name="Position">4</property>
- <property name="AutoSize">True</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.Label" id="label11">
- <property name="MemberName" />
- <property name="Xalign">0</property>
- <property name="LabelProp" translatable="yes">&lt;b&gt;Message Bubbles&lt;/b&gt;</property>
- <property name="UseMarkup">True</property>
- </widget>
- <packing>
- <property name="Position">5</property>
+ <property name="Position">1</property>
<property name="AutoSize">True</property>
<property name="Expand">False</property>
<property name="Fill">False</property>
</packing>
</child>
<child>
- <widget class="Gtk.HBox" id="hbox2">
+ <widget class="Gtk.HBox" id="hbox4">
<property name="MemberName" />
<property name="Spacing">6</property>
<child>
- <widget class="Gtk.Label" id="label12">
+ <widget class="Gtk.Label" id="label10">
<property name="MemberName" />
<property name="LabelProp" translatable="yes"> </property>
</widget>
@@ -8291,34 +8176,9 @@ All solutions</property>
<property name="Fill">False</property>
</packing>
</child>
- <child>
- <widget class="Gtk.Label" id="label5">
- <property name="MemberName" />
- <property name="Xalign">0</property>
- <property name="LabelProp" translatable="yes">Show during build:</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>
- <child>
- <widget class="Gtk.ComboBox" id="comboboxMessageBubbles">
- <property name="MemberName" />
- <property name="IsTextCombo">True</property>
- <property name="Items" translatable="yes">Never</property>
- <property name="Active">0</property>
- </widget>
- <packing>
- <property name="Position">2</property>
- <property name="AutoSize">False</property>
- </packing>
- </child>
</widget>
<packing>
- <property name="Position">6</property>
+ <property name="Position">2</property>
<property name="AutoSize">True</property>
<property name="Expand">False</property>
<property name="Fill">False</property>