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:
authorLluis Sanchez <lluis@novell.com>2010-01-28 22:38:12 +0300
committerLluis Sanchez <lluis@novell.com>2010-01-28 22:38:12 +0300
commitb88f4be8b5bc374bc4d8fafec1f9a25ab54f91c0 (patch)
tree7320d110b7e058205cd208dac81bc43fd0124cfd /main/src/addins/MonoDevelop.Autotools
parent21fe44fec6c36c2865c776192486ddb7a6e6db5a (diff)
Flush.
svn path=/trunk/monodevelop/; revision=150396
Diffstat (limited to 'main/src/addins/MonoDevelop.Autotools')
-rw-r--r--main/src/addins/MonoDevelop.Autotools/ChangeLog11
-rw-r--r--main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.GenerateMakefilesDialog.cs413
-rw-r--r--main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileIntegrationFeatureWidget.cs41
-rw-r--r--main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileOptionPanelWidget.cs2085
-rw-r--r--main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileSwitchEditor.cs141
-rw-r--r--main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileSwitchEditorWidget.cs297
-rw-r--r--main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.TarballBuilderEditorWidget.cs607
-rw-r--r--main/src/addins/MonoDevelop.Autotools/gtk-gui/generated.cs159
8 files changed, 1862 insertions, 1892 deletions
diff --git a/main/src/addins/MonoDevelop.Autotools/ChangeLog b/main/src/addins/MonoDevelop.Autotools/ChangeLog
index de185f526e..6e980a6ded 100644
--- a/main/src/addins/MonoDevelop.Autotools/ChangeLog
+++ b/main/src/addins/MonoDevelop.Autotools/ChangeLog
@@ -1,3 +1,14 @@
+2010-01-28 Lluis Sanchez Gual <lluis@novell.com>
+
+ * gtk-gui/generated.cs:
+ * gtk-gui/MonoDevelop.Autotools.MakefileSwitchEditor.cs:
+ * gtk-gui/MonoDevelop.Autotools.GenerateMakefilesDialog.cs:
+ * gtk-gui/MonoDevelop.Autotools.MakefileOptionPanelWidget.cs:
+ * gtk-gui/MonoDevelop.Autotools.TarballBuilderEditorWidget.cs:
+ * gtk-gui/MonoDevelop.Autotools.MakefileSwitchEditorWidget.cs:
+ * gtk-gui/MonoDevelop.Autotools.MakefileIntegrationFeatureWidget.cs:
+ Flush.
+
2010-01-19 Michael Hutchinson <mhutchinson@novell.com>
* SolutionDeployer.cs: Fix Bug 572048 - Spelling mistake in
diff --git a/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.GenerateMakefilesDialog.cs b/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.GenerateMakefilesDialog.cs
index c4b745846e..a1892851ff 100644
--- a/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.GenerateMakefilesDialog.cs
+++ b/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.GenerateMakefilesDialog.cs
@@ -1,212 +1,205 @@
-// ------------------------------------------------------------------------------
-// <autogenerated>
-// This code was generated by a tool.
-//
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-// </autogenerated>
-// ------------------------------------------------------------------------------
-namespace MonoDevelop.Autotools {
-
- public partial class GenerateMakefilesDialog {
-
- private Gtk.VBox vbox2;
-
- private Gtk.Label label2;
-
- private Gtk.VBox vbox3;
-
- private Gtk.RadioButton rbSimple;
-
- private Gtk.Label label4;
-
- private Gtk.RadioButton rbAutotools;
-
- private Gtk.Label label5;
-
- private Gtk.HSeparator hseparator1;
-
- private Gtk.Label label3;
-
- private Gtk.HBox hbox1;
-
- private Gtk.Label label1;
-
- private Gtk.ComboBox comboConfigs;
-
- private Gtk.Button buttonCancel;
-
- private Gtk.Button buttonOk;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Autotools.GenerateMakefilesDialog
- this.Name = "MonoDevelop.Autotools.GenerateMakefilesDialog";
- this.Title = Mono.Unix.Catalog.GetString("Generate Makefiles");
- this.WindowPosition = ((Gtk.WindowPosition)(4));
- this.Resizable = false;
- this.AllowGrow = false;
- // Internal child MonoDevelop.Autotools.GenerateMakefilesDialog.VBox
- Gtk.VBox w1 = this.VBox;
- w1.Name = "dialog1_VBox";
- w1.BorderWidth = ((uint)(2));
- // Container child dialog1_VBox.Gtk.Box+BoxChild
- this.vbox2 = new Gtk.VBox();
- this.vbox2.Name = "vbox2";
- this.vbox2.Spacing = 12;
- this.vbox2.BorderWidth = ((uint)(12));
- // Container child vbox2.Gtk.Box+BoxChild
- this.label2 = new Gtk.Label();
- this.label2.Name = "label2";
- this.label2.Xalign = 0F;
- this.label2.LabelProp = Mono.Unix.Catalog.GetString("Select the kind of Makefile you want to generate:");
- this.vbox2.Add(this.label2);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.vbox2[this.label2]));
- w2.Position = 0;
- w2.Expand = false;
- w2.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.vbox3 = new Gtk.VBox();
- this.vbox3.Name = "vbox3";
- this.vbox3.Spacing = 6;
- // Container child vbox3.Gtk.Box+BoxChild
- this.rbSimple = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Simple"));
- this.rbSimple.CanFocus = true;
- this.rbSimple.Name = "rbSimple";
- this.rbSimple.DrawIndicator = true;
- this.rbSimple.UseUnderline = true;
- this.rbSimple.Group = new GLib.SList(System.IntPtr.Zero);
- this.rbSimple.Remove(this.rbSimple.Child);
- // Container child rbSimple.Gtk.Container+ContainerChild
- this.label4 = new Gtk.Label();
- this.label4.WidthRequest = 550;
- this.label4.Name = "label4";
- this.label4.LabelProp = Mono.Unix.Catalog.GetString("<b>Simple Makefile</b>\nGenerates set of Makefiles with the most common targets, and a configuration script that does a basic check of package dependencies.");
- this.label4.UseMarkup = true;
- this.label4.Wrap = true;
- this.rbSimple.Add(this.label4);
- this.vbox3.Add(this.rbSimple);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox3[this.rbSimple]));
- w4.Position = 0;
- w4.Expand = false;
- w4.Fill = false;
- // Container child vbox3.Gtk.Box+BoxChild
- this.rbAutotools = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Autotools based"));
- this.rbAutotools.CanFocus = true;
- this.rbAutotools.Name = "rbAutotools";
- this.rbAutotools.DrawIndicator = true;
- this.rbAutotools.UseUnderline = true;
- this.rbAutotools.Group = this.rbSimple.Group;
- this.rbAutotools.Remove(this.rbAutotools.Child);
- // Container child rbAutotools.Gtk.Container+ContainerChild
- this.label5 = new Gtk.Label();
- this.label5.WidthRequest = 550;
- this.label5.Name = "label5";
- this.label5.LabelProp = Mono.Unix.Catalog.GetString("<b>Autotools based Makefile</b>\nGenerates a Makefile structure based on Autotools, with the standard targets and configuration scripts.");
- this.label5.UseMarkup = true;
- this.label5.Wrap = true;
- this.rbAutotools.Add(this.label5);
- this.vbox3.Add(this.rbAutotools);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox3[this.rbAutotools]));
- w6.Position = 1;
- w6.Expand = false;
- w6.Fill = false;
- this.vbox2.Add(this.vbox3);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vbox2[this.vbox3]));
- w7.Position = 1;
- w7.Expand = false;
- w7.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.hseparator1 = new Gtk.HSeparator();
- this.hseparator1.Name = "hseparator1";
- this.vbox2.Add(this.hseparator1);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.vbox2[this.hseparator1]));
- w8.Position = 2;
- w8.Expand = false;
- w8.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.label3 = new Gtk.Label();
- this.label3.WidthRequest = 580;
- this.label3.Name = "label3";
- this.label3.Xalign = 0F;
- this.label3.LabelProp = Mono.Unix.Catalog.GetString("Select the configuration that the Makefile will build by default. Other configurations can be selected via the '--config' option of the generated configure script.");
- this.label3.Wrap = true;
- this.vbox2.Add(this.label3);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.vbox2[this.label3]));
- w9.Position = 3;
- w9.Expand = false;
- w9.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.hbox1 = new Gtk.HBox();
- this.hbox1.Name = "hbox1";
- this.hbox1.Spacing = 6;
- // Container child hbox1.Gtk.Box+BoxChild
- this.label1 = new Gtk.Label();
- this.label1.Name = "label1";
- this.label1.LabelProp = Mono.Unix.Catalog.GetString("Default configuration:");
- this.hbox1.Add(this.label1);
- Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.hbox1[this.label1]));
- w10.Position = 0;
- w10.Expand = false;
- w10.Fill = false;
- // Container child hbox1.Gtk.Box+BoxChild
- this.comboConfigs = Gtk.ComboBox.NewText();
- this.comboConfigs.Name = "comboConfigs";
- this.hbox1.Add(this.comboConfigs);
- Gtk.Box.BoxChild w11 = ((Gtk.Box.BoxChild)(this.hbox1[this.comboConfigs]));
- w11.Position = 1;
- w11.Expand = false;
- w11.Fill = false;
- this.vbox2.Add(this.hbox1);
- Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
- w12.PackType = ((Gtk.PackType)(1));
- w12.Position = 4;
- w12.Expand = false;
- w12.Fill = false;
- w1.Add(this.vbox2);
- Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(w1[this.vbox2]));
- w13.Position = 0;
- w13.Expand = false;
- w13.Fill = false;
- // Internal child MonoDevelop.Autotools.GenerateMakefilesDialog.ActionArea
- Gtk.HButtonBox w14 = this.ActionArea;
- w14.Name = "dialog1_ActionArea";
- w14.Spacing = 6;
- w14.BorderWidth = ((uint)(5));
- w14.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
- // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
- this.buttonCancel = new Gtk.Button();
- this.buttonCancel.CanDefault = true;
- this.buttonCancel.CanFocus = true;
- this.buttonCancel.Name = "buttonCancel";
- this.buttonCancel.UseStock = true;
- this.buttonCancel.UseUnderline = true;
- this.buttonCancel.Label = "gtk-cancel";
- this.AddActionWidget(this.buttonCancel, -6);
- Gtk.ButtonBox.ButtonBoxChild w15 = ((Gtk.ButtonBox.ButtonBoxChild)(w14[this.buttonCancel]));
- w15.Expand = false;
- w15.Fill = false;
- // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
- this.buttonOk = new Gtk.Button();
- this.buttonOk.CanDefault = true;
- this.buttonOk.CanFocus = true;
- this.buttonOk.Name = "buttonOk";
- this.buttonOk.UseStock = true;
- this.buttonOk.UseUnderline = true;
- this.buttonOk.Label = "gtk-ok";
- this.AddActionWidget(this.buttonOk, -5);
- Gtk.ButtonBox.ButtonBoxChild w16 = ((Gtk.ButtonBox.ButtonBoxChild)(w14[this.buttonOk]));
- w16.Position = 1;
- w16.Expand = false;
- w16.Fill = false;
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.DefaultWidth = 614;
- this.DefaultHeight = 359;
- this.Show();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Autotools
+{
+ public partial class GenerateMakefilesDialog
+ {
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.Label label2;
+
+ private global::Gtk.VBox vbox3;
+
+ private global::Gtk.RadioButton rbSimple;
+
+ private global::Gtk.Label label4;
+
+ private global::Gtk.RadioButton rbAutotools;
+
+ private global::Gtk.Label label5;
+
+ private global::Gtk.HSeparator hseparator1;
+
+ private global::Gtk.Label label3;
+
+ private global::Gtk.HBox hbox1;
+
+ private global::Gtk.Label label1;
+
+ private global::Gtk.ComboBox comboConfigs;
+
+ private global::Gtk.Button buttonCancel;
+
+ private global::Gtk.Button buttonOk;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Autotools.GenerateMakefilesDialog
+ this.Name = "MonoDevelop.Autotools.GenerateMakefilesDialog";
+ this.Title = global::Mono.Unix.Catalog.GetString ("Generate Makefiles");
+ this.WindowPosition = ((global::Gtk.WindowPosition)(4));
+ this.Resizable = false;
+ this.AllowGrow = false;
+ // Internal child MonoDevelop.Autotools.GenerateMakefilesDialog.VBox
+ global::Gtk.VBox w1 = this.VBox;
+ w1.Name = "dialog1_VBox";
+ w1.BorderWidth = ((uint)(2));
+ // Container child dialog1_VBox.Gtk.Box+BoxChild
+ this.vbox2 = new global::Gtk.VBox ();
+ this.vbox2.Name = "vbox2";
+ this.vbox2.Spacing = 12;
+ this.vbox2.BorderWidth = ((uint)(12));
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.label2 = new global::Gtk.Label ();
+ this.label2.Name = "label2";
+ this.label2.Xalign = 0f;
+ this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the kind of Makefile you want to generate:");
+ this.vbox2.Add (this.label2);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label2]));
+ w2.Position = 0;
+ w2.Expand = false;
+ w2.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.vbox3 = new global::Gtk.VBox ();
+ this.vbox3.Name = "vbox3";
+ this.vbox3.Spacing = 6;
+ // Container child vbox3.Gtk.Box+BoxChild
+ this.rbSimple = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Simple"));
+ this.rbSimple.CanFocus = true;
+ this.rbSimple.Name = "rbSimple";
+ this.rbSimple.DrawIndicator = true;
+ this.rbSimple.UseUnderline = true;
+ this.rbSimple.Group = new global::GLib.SList (global::System.IntPtr.Zero);
+ this.rbSimple.Remove (this.rbSimple.Child);
+ // Container child rbSimple.Gtk.Container+ContainerChild
+ this.label4 = new global::Gtk.Label ();
+ this.label4.WidthRequest = 550;
+ this.label4.Name = "label4";
+ this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Simple Makefile</b>\nGenerates set of Makefiles with the most common targets, and a configuration script that does a basic check of package dependencies.");
+ this.label4.UseMarkup = true;
+ this.label4.Wrap = true;
+ this.rbSimple.Add (this.label4);
+ this.vbox3.Add (this.rbSimple);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.rbSimple]));
+ w4.Position = 0;
+ w4.Expand = false;
+ w4.Fill = false;
+ // Container child vbox3.Gtk.Box+BoxChild
+ this.rbAutotools = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Autotools based"));
+ this.rbAutotools.CanFocus = true;
+ this.rbAutotools.Name = "rbAutotools";
+ this.rbAutotools.DrawIndicator = true;
+ this.rbAutotools.UseUnderline = true;
+ this.rbAutotools.Group = this.rbSimple.Group;
+ this.rbAutotools.Remove (this.rbAutotools.Child);
+ // Container child rbAutotools.Gtk.Container+ContainerChild
+ this.label5 = new global::Gtk.Label ();
+ this.label5.WidthRequest = 550;
+ this.label5.Name = "label5";
+ this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Autotools based Makefile</b>\nGenerates a Makefile structure based on Autotools, with the standard targets and configuration scripts.");
+ this.label5.UseMarkup = true;
+ this.label5.Wrap = true;
+ this.rbAutotools.Add (this.label5);
+ this.vbox3.Add (this.rbAutotools);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.rbAutotools]));
+ w6.Position = 1;
+ w6.Expand = false;
+ w6.Fill = false;
+ this.vbox2.Add (this.vbox3);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.vbox3]));
+ w7.Position = 1;
+ w7.Expand = false;
+ w7.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.hseparator1 = new global::Gtk.HSeparator ();
+ this.hseparator1.Name = "hseparator1";
+ this.vbox2.Add (this.hseparator1);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hseparator1]));
+ w8.Position = 2;
+ w8.Expand = false;
+ w8.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.label3 = new global::Gtk.Label ();
+ this.label3.WidthRequest = 580;
+ this.label3.Name = "label3";
+ this.label3.Xalign = 0f;
+ this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the configuration that the Makefile will build by default. Other configurations can be selected via the '--config' option of the generated configure script.");
+ this.label3.Wrap = true;
+ this.vbox2.Add (this.label3);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label3]));
+ w9.Position = 3;
+ w9.Expand = false;
+ w9.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.hbox1 = new global::Gtk.HBox ();
+ this.hbox1.Name = "hbox1";
+ this.hbox1.Spacing = 6;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.label1 = new global::Gtk.Label ();
+ this.label1.Name = "label1";
+ this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Default configuration:");
+ this.hbox1.Add (this.label1);
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
+ w10.Position = 0;
+ w10.Expand = false;
+ w10.Fill = false;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.comboConfigs = global::Gtk.ComboBox.NewText ();
+ this.comboConfigs.Name = "comboConfigs";
+ this.hbox1.Add (this.comboConfigs);
+ global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.comboConfigs]));
+ w11.Position = 1;
+ w11.Expand = false;
+ w11.Fill = false;
+ this.vbox2.Add (this.hbox1);
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
+ w12.PackType = ((global::Gtk.PackType)(1));
+ w12.Position = 4;
+ w12.Expand = false;
+ w12.Fill = false;
+ w1.Add (this.vbox2);
+ global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
+ w13.Position = 0;
+ w13.Expand = false;
+ w13.Fill = false;
+ // Internal child MonoDevelop.Autotools.GenerateMakefilesDialog.ActionArea
+ global::Gtk.HButtonBox w14 = this.ActionArea;
+ w14.Name = "dialog1_ActionArea";
+ w14.Spacing = 6;
+ w14.BorderWidth = ((uint)(5));
+ w14.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
+ // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
+ this.buttonCancel = new global::Gtk.Button ();
+ this.buttonCancel.CanDefault = true;
+ this.buttonCancel.CanFocus = true;
+ this.buttonCancel.Name = "buttonCancel";
+ this.buttonCancel.UseStock = true;
+ this.buttonCancel.UseUnderline = true;
+ this.buttonCancel.Label = "gtk-cancel";
+ this.AddActionWidget (this.buttonCancel, -6);
+ global::Gtk.ButtonBox.ButtonBoxChild w15 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w14[this.buttonCancel]));
+ w15.Expand = false;
+ w15.Fill = false;
+ // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
+ this.buttonOk = new global::Gtk.Button ();
+ this.buttonOk.CanDefault = true;
+ this.buttonOk.CanFocus = true;
+ this.buttonOk.Name = "buttonOk";
+ this.buttonOk.UseStock = true;
+ this.buttonOk.UseUnderline = true;
+ this.buttonOk.Label = "gtk-ok";
+ this.AddActionWidget (this.buttonOk, -5);
+ global::Gtk.ButtonBox.ButtonBoxChild w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w14[this.buttonOk]));
+ w16.Position = 1;
+ w16.Expand = false;
+ w16.Fill = false;
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.DefaultWidth = 614;
+ this.DefaultHeight = 359;
+ this.Show ();
+ }
+ }
}
diff --git a/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileIntegrationFeatureWidget.cs b/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileIntegrationFeatureWidget.cs
index f47ba07af5..bdcb0be4be 100644
--- a/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileIntegrationFeatureWidget.cs
+++ b/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileIntegrationFeatureWidget.cs
@@ -1,26 +1,19 @@
-// ------------------------------------------------------------------------------
-// <autogenerated>
-// This code was generated by a tool.
-//
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-// </autogenerated>
-// ------------------------------------------------------------------------------
-namespace MonoDevelop.Autotools {
-
- public partial class MakefileIntegrationFeatureWidget {
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Autotools.MakefileIntegrationFeatureWidget
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Autotools.MakefileIntegrationFeatureWidget";
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.Show();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Autotools
+{
+ public partial class MakefileIntegrationFeatureWidget
+ {
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Autotools.MakefileIntegrationFeatureWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Autotools.MakefileIntegrationFeatureWidget";
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.Show ();
+ }
+ }
}
diff --git a/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileOptionPanelWidget.cs b/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileOptionPanelWidget.cs
index c494707ef3..471de4a64a 100644
--- a/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileOptionPanelWidget.cs
+++ b/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileOptionPanelWidget.cs
@@ -1,1047 +1,1040 @@
-// ------------------------------------------------------------------------------
-// <autogenerated>
-// This code was generated by a tool.
-//
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-// </autogenerated>
-// ------------------------------------------------------------------------------
-
-namespace MonoDevelop.Autotools {
-
- public partial class MakefileOptionPanelWidget {
-
- private Gtk.Notebook notebook1;
-
- private Gtk.VBox vbox1;
-
- private Gtk.CheckButton cbEnableMakefileIntegration;
-
- private Gtk.HSeparator headerSep1;
-
- private Gtk.Table table1;
-
- private Gtk.CheckButton cbBuildTarget;
-
- private Gtk.CheckButton cbCleanTarget;
-
- private Gtk.CheckButton cbRunTarget;
-
- private MonoDevelop.Components.FileEntry fileEntryMakefilePath;
-
- private Gtk.HBox hbox1;
-
- private Gtk.ComboBox comboAssemblyName;
-
- private Gtk.HBox hbox2;
-
- private Gtk.ComboBox comboOutputDir;
-
- private Gtk.HBox hbox3;
-
- private Gtk.Entry BuildTargetName;
-
- private Gtk.HBox hbox4;
-
- private Gtk.Entry ExecuteTargetName;
-
- private Gtk.HBox hbox5;
-
- private Gtk.Entry CleanTargetName;
-
- private Gtk.HSeparator headerSep2;
-
- private Gtk.Label label8;
-
- private Gtk.Label lblAssemblyNameVar;
-
- private Gtk.Label lblMakefileName;
-
- private Gtk.Label lblOutputDirVar;
-
- private Gtk.Label label1;
-
- private Gtk.VBox vbox2;
-
- private Gtk.CheckButton cbFileSync;
-
- private Gtk.HSeparator hseparator2;
-
- private Gtk.Table table3;
-
- private Gtk.CheckButton cbKeepDeployFilesSync;
-
- private Gtk.CheckButton cbKeepFilesSync;
-
- private Gtk.CheckButton cbKeepOthersSync;
-
- private Gtk.CheckButton cbKeepResourcesSync;
-
- private Gtk.ComboBox comboDeployFilesVar;
-
- private Gtk.ComboBox comboFilesVar;
-
- private Gtk.ComboBox comboOthersVar;
-
- private Gtk.ComboBox comboResourcesVar;
-
- private Gtk.Entry entryDeployFilesPattern;
-
- private Gtk.Entry entryFilesPattern;
-
- private Gtk.Entry entryResourcesPattern;
-
- private Gtk.EventBox eventbox1;
-
- private Gtk.Entry entryOthersPattern;
-
- private Gtk.Label label5;
-
- private Gtk.Label lblCol2;
-
- private Gtk.Label lblCol3;
-
- private Gtk.Label label2;
-
- private Gtk.VBox vbox4;
-
- private Gtk.CheckButton cbKeepRefSync;
-
- private Gtk.HSeparator hseparator5;
-
- private Gtk.Table table4;
-
- private Gtk.CheckButton cbAutotoolsProject;
-
- private Gtk.ComboBox comboAsmRefVar;
-
- private Gtk.ComboBox comboGacRefVar;
-
- private Gtk.ComboBox comboProjectRefVar;
-
- private Gtk.Entry entryAsmRefPattern;
-
- private Gtk.Entry entryGacRefPattern;
-
- private Gtk.Entry entryProjectRefPattern;
-
- private MonoDevelop.Components.FolderEntry fileEntryConfigureInPath;
-
- private Gtk.HSeparator hseparator1;
-
- private Gtk.Label label6;
-
- private Gtk.Label lblAsmRef;
-
- private Gtk.Label lblCol5;
-
- private Gtk.Label lblCol6;
-
- private Gtk.Label lblConfigureInPath;
-
- private Gtk.Label lblGacRef;
-
- private Gtk.Label lblProjectRef;
-
- private Gtk.Label label3;
-
- private Gtk.VBox vbox3;
-
- private Gtk.Label label7;
-
- private Gtk.Table table2;
-
- private Gtk.Entry entryErrorRegex;
-
- private Gtk.Entry entryWarningRegex;
-
- private Gtk.HBox hbox6;
-
- private Gtk.ComboBox comboMessageType;
-
- private Gtk.Label lblErrorRegex;
-
- private Gtk.Label lblMessageType;
-
- private Gtk.Label lblWarningRegex;
-
- private Gtk.Label label4;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Autotools.MakefileOptionPanelWidget
- Stetic.BinContainer.Attach(this);
- this.Events = ((Gdk.EventMask)(256));
- this.Name = "MonoDevelop.Autotools.MakefileOptionPanelWidget";
- // Container child MonoDevelop.Autotools.MakefileOptionPanelWidget.Gtk.Container+ContainerChild
- this.notebook1 = new Gtk.Notebook();
- this.notebook1.CanFocus = true;
- this.notebook1.Name = "notebook1";
- this.notebook1.CurrentPage = 0;
- // Container child notebook1.Gtk.Notebook+NotebookChild
- this.vbox1 = new Gtk.VBox();
- this.vbox1.Name = "vbox1";
- this.vbox1.Spacing = 6;
- this.vbox1.BorderWidth = ((uint)(6));
- // Container child vbox1.Gtk.Box+BoxChild
- this.cbEnableMakefileIntegration = new Gtk.CheckButton();
- this.cbEnableMakefileIntegration.CanFocus = true;
- this.cbEnableMakefileIntegration.Name = "cbEnableMakefileIntegration";
- this.cbEnableMakefileIntegration.Label = Mono.Unix.Catalog.GetString("Enable makefile Integration in this project");
- this.cbEnableMakefileIntegration.DrawIndicator = true;
- this.vbox1.Add(this.cbEnableMakefileIntegration);
- Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.vbox1[this.cbEnableMakefileIntegration]));
- w1.Position = 0;
- w1.Expand = false;
- w1.Fill = false;
- // Container child vbox1.Gtk.Box+BoxChild
- this.headerSep1 = new Gtk.HSeparator();
- this.headerSep1.Name = "headerSep1";
- this.vbox1.Add(this.headerSep1);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.vbox1[this.headerSep1]));
- w2.Position = 1;
- w2.Expand = false;
- w2.Fill = false;
- // Container child vbox1.Gtk.Box+BoxChild
- this.table1 = new Gtk.Table(((uint)(8)), ((uint)(2)), false);
- this.table1.Name = "table1";
- this.table1.RowSpacing = ((uint)(6));
- this.table1.ColumnSpacing = ((uint)(6));
- // Container child table1.Gtk.Table+TableChild
- this.cbBuildTarget = new Gtk.CheckButton();
- this.cbBuildTarget.CanFocus = true;
- this.cbBuildTarget.Name = "cbBuildTarget";
- this.cbBuildTarget.Label = Mono.Unix.Catalog.GetString("Build target name:");
- this.cbBuildTarget.DrawIndicator = true;
- this.cbBuildTarget.UseUnderline = true;
- this.table1.Add(this.cbBuildTarget);
- Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table1[this.cbBuildTarget]));
- w3.TopAttach = ((uint)(3));
- w3.BottomAttach = ((uint)(4));
- w3.XOptions = ((Gtk.AttachOptions)(4));
- w3.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.cbCleanTarget = new Gtk.CheckButton();
- this.cbCleanTarget.CanFocus = true;
- this.cbCleanTarget.Name = "cbCleanTarget";
- this.cbCleanTarget.Label = Mono.Unix.Catalog.GetString("Clean target name:");
- this.cbCleanTarget.DrawIndicator = true;
- this.cbCleanTarget.UseUnderline = true;
- this.table1.Add(this.cbCleanTarget);
- Gtk.Table.TableChild w4 = ((Gtk.Table.TableChild)(this.table1[this.cbCleanTarget]));
- w4.TopAttach = ((uint)(4));
- w4.BottomAttach = ((uint)(5));
- w4.XOptions = ((Gtk.AttachOptions)(4));
- w4.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.cbRunTarget = new Gtk.CheckButton();
- this.cbRunTarget.CanFocus = true;
- this.cbRunTarget.Name = "cbRunTarget";
- this.cbRunTarget.Label = Mono.Unix.Catalog.GetString("Execute target name:");
- this.cbRunTarget.DrawIndicator = true;
- this.cbRunTarget.UseUnderline = true;
- this.table1.Add(this.cbRunTarget);
- Gtk.Table.TableChild w5 = ((Gtk.Table.TableChild)(this.table1[this.cbRunTarget]));
- w5.TopAttach = ((uint)(5));
- w5.BottomAttach = ((uint)(6));
- w5.XOptions = ((Gtk.AttachOptions)(4));
- w5.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.fileEntryMakefilePath = new MonoDevelop.Components.FileEntry();
- this.fileEntryMakefilePath.CanFocus = true;
- this.fileEntryMakefilePath.Name = "fileEntryMakefilePath";
- this.fileEntryMakefilePath.BrowserTitle = "";
- this.table1.Add(this.fileEntryMakefilePath);
- Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table1[this.fileEntryMakefilePath]));
- w6.LeftAttach = ((uint)(1));
- w6.RightAttach = ((uint)(2));
- w6.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.hbox1 = new Gtk.HBox();
- this.hbox1.Name = "hbox1";
- // Container child hbox1.Gtk.Box+BoxChild
- this.comboAssemblyName = Gtk.ComboBox.NewText();
- this.comboAssemblyName.WidthRequest = 300;
- this.comboAssemblyName.Name = "comboAssemblyName";
- this.hbox1.Add(this.comboAssemblyName);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.hbox1[this.comboAssemblyName]));
- w7.Position = 0;
- w7.Expand = false;
- w7.Fill = false;
- this.table1.Add(this.hbox1);
- Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table1[this.hbox1]));
- w8.TopAttach = ((uint)(6));
- w8.BottomAttach = ((uint)(7));
- w8.LeftAttach = ((uint)(1));
- w8.RightAttach = ((uint)(2));
- w8.XOptions = ((Gtk.AttachOptions)(4));
- w8.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.hbox2 = new Gtk.HBox();
- this.hbox2.Name = "hbox2";
- // Container child hbox2.Gtk.Box+BoxChild
- this.comboOutputDir = Gtk.ComboBox.NewText();
- this.comboOutputDir.WidthRequest = 300;
- this.comboOutputDir.Name = "comboOutputDir";
- this.hbox2.Add(this.comboOutputDir);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.hbox2[this.comboOutputDir]));
- w9.Position = 0;
- w9.Expand = false;
- w9.Fill = false;
- this.table1.Add(this.hbox2);
- Gtk.Table.TableChild w10 = ((Gtk.Table.TableChild)(this.table1[this.hbox2]));
- w10.TopAttach = ((uint)(7));
- w10.BottomAttach = ((uint)(8));
- w10.LeftAttach = ((uint)(1));
- w10.RightAttach = ((uint)(2));
- w10.XOptions = ((Gtk.AttachOptions)(4));
- w10.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.hbox3 = new Gtk.HBox();
- this.hbox3.Name = "hbox3";
- // Container child hbox3.Gtk.Box+BoxChild
- this.BuildTargetName = new Gtk.Entry();
- this.BuildTargetName.WidthRequest = 200;
- this.BuildTargetName.CanFocus = true;
- this.BuildTargetName.Name = "BuildTargetName";
- this.BuildTargetName.IsEditable = true;
- this.BuildTargetName.InvisibleChar = '●';
- this.hbox3.Add(this.BuildTargetName);
- Gtk.Box.BoxChild w11 = ((Gtk.Box.BoxChild)(this.hbox3[this.BuildTargetName]));
- w11.Position = 0;
- w11.Expand = false;
- w11.Fill = false;
- this.table1.Add(this.hbox3);
- Gtk.Table.TableChild w12 = ((Gtk.Table.TableChild)(this.table1[this.hbox3]));
- w12.TopAttach = ((uint)(3));
- w12.BottomAttach = ((uint)(4));
- w12.LeftAttach = ((uint)(1));
- w12.RightAttach = ((uint)(2));
- w12.XOptions = ((Gtk.AttachOptions)(4));
- w12.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.hbox4 = new Gtk.HBox();
- this.hbox4.Name = "hbox4";
- // Container child hbox4.Gtk.Box+BoxChild
- this.ExecuteTargetName = new Gtk.Entry();
- this.ExecuteTargetName.WidthRequest = 200;
- this.ExecuteTargetName.CanFocus = true;
- this.ExecuteTargetName.Name = "ExecuteTargetName";
- this.ExecuteTargetName.IsEditable = true;
- this.ExecuteTargetName.InvisibleChar = '●';
- this.hbox4.Add(this.ExecuteTargetName);
- Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(this.hbox4[this.ExecuteTargetName]));
- w13.Position = 0;
- w13.Expand = false;
- w13.Fill = false;
- this.table1.Add(this.hbox4);
- Gtk.Table.TableChild w14 = ((Gtk.Table.TableChild)(this.table1[this.hbox4]));
- w14.TopAttach = ((uint)(5));
- w14.BottomAttach = ((uint)(6));
- w14.LeftAttach = ((uint)(1));
- w14.RightAttach = ((uint)(2));
- w14.XOptions = ((Gtk.AttachOptions)(4));
- w14.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.hbox5 = new Gtk.HBox();
- this.hbox5.Name = "hbox5";
- // Container child hbox5.Gtk.Box+BoxChild
- this.CleanTargetName = new Gtk.Entry();
- this.CleanTargetName.WidthRequest = 200;
- this.CleanTargetName.CanFocus = true;
- this.CleanTargetName.Name = "CleanTargetName";
- this.CleanTargetName.IsEditable = true;
- this.CleanTargetName.InvisibleChar = '●';
- this.hbox5.Add(this.CleanTargetName);
- Gtk.Box.BoxChild w15 = ((Gtk.Box.BoxChild)(this.hbox5[this.CleanTargetName]));
- w15.Position = 0;
- w15.Expand = false;
- w15.Fill = false;
- this.table1.Add(this.hbox5);
- Gtk.Table.TableChild w16 = ((Gtk.Table.TableChild)(this.table1[this.hbox5]));
- w16.TopAttach = ((uint)(4));
- w16.BottomAttach = ((uint)(5));
- w16.LeftAttach = ((uint)(1));
- w16.RightAttach = ((uint)(2));
- w16.XOptions = ((Gtk.AttachOptions)(4));
- w16.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.headerSep2 = new Gtk.HSeparator();
- this.headerSep2.Name = "headerSep2";
- this.table1.Add(this.headerSep2);
- Gtk.Table.TableChild w17 = ((Gtk.Table.TableChild)(this.table1[this.headerSep2]));
- w17.TopAttach = ((uint)(1));
- w17.BottomAttach = ((uint)(2));
- w17.RightAttach = ((uint)(2));
- w17.XOptions = ((Gtk.AttachOptions)(4));
- w17.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.label8 = new Gtk.Label();
- this.label8.WidthRequest = 500;
- this.label8.Name = "label8";
- this.label8.Xalign = 0F;
- this.label8.LabelProp = Mono.Unix.Catalog.GetString("Select the makefile targets that should be executed for the build and clean operations:");
- this.label8.Wrap = true;
- this.table1.Add(this.label8);
- Gtk.Table.TableChild w18 = ((Gtk.Table.TableChild)(this.table1[this.label8]));
- w18.TopAttach = ((uint)(2));
- w18.BottomAttach = ((uint)(3));
- w18.RightAttach = ((uint)(2));
- w18.XOptions = ((Gtk.AttachOptions)(4));
- w18.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.lblAssemblyNameVar = new Gtk.Label();
- this.lblAssemblyNameVar.Name = "lblAssemblyNameVar";
- this.lblAssemblyNameVar.Xalign = 0F;
- this.lblAssemblyNameVar.LabelProp = Mono.Unix.Catalog.GetString("Assembly Name variable:");
- this.table1.Add(this.lblAssemblyNameVar);
- Gtk.Table.TableChild w19 = ((Gtk.Table.TableChild)(this.table1[this.lblAssemblyNameVar]));
- w19.TopAttach = ((uint)(6));
- w19.BottomAttach = ((uint)(7));
- w19.XOptions = ((Gtk.AttachOptions)(4));
- w19.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.lblMakefileName = new Gtk.Label();
- this.lblMakefileName.Name = "lblMakefileName";
- this.lblMakefileName.Xalign = 0F;
- this.lblMakefileName.LabelProp = Mono.Unix.Catalog.GetString("Makefile path:");
- this.table1.Add(this.lblMakefileName);
- Gtk.Table.TableChild w20 = ((Gtk.Table.TableChild)(this.table1[this.lblMakefileName]));
- w20.XOptions = ((Gtk.AttachOptions)(4));
- w20.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.lblOutputDirVar = new Gtk.Label();
- this.lblOutputDirVar.Name = "lblOutputDirVar";
- this.lblOutputDirVar.Xalign = 0F;
- this.lblOutputDirVar.LabelProp = Mono.Unix.Catalog.GetString("Output directory variable:");
- this.table1.Add(this.lblOutputDirVar);
- Gtk.Table.TableChild w21 = ((Gtk.Table.TableChild)(this.table1[this.lblOutputDirVar]));
- w21.TopAttach = ((uint)(7));
- w21.BottomAttach = ((uint)(8));
- w21.XOptions = ((Gtk.AttachOptions)(4));
- w21.YOptions = ((Gtk.AttachOptions)(4));
- this.vbox1.Add(this.table1);
- Gtk.Box.BoxChild w22 = ((Gtk.Box.BoxChild)(this.vbox1[this.table1]));
- w22.Position = 2;
- w22.Expand = false;
- w22.Fill = false;
- this.notebook1.Add(this.vbox1);
- // Notebook tab
- this.label1 = new Gtk.Label();
- this.label1.Name = "label1";
- this.label1.LabelProp = Mono.Unix.Catalog.GetString("Makefile");
- this.notebook1.SetTabLabel(this.vbox1, this.label1);
- this.label1.ShowAll();
- // Container child notebook1.Gtk.Notebook+NotebookChild
- this.vbox2 = new Gtk.VBox();
- this.vbox2.Name = "vbox2";
- this.vbox2.Spacing = 6;
- this.vbox2.BorderWidth = ((uint)(6));
- // Container child vbox2.Gtk.Box+BoxChild
- this.cbFileSync = new Gtk.CheckButton();
- this.cbFileSync.CanFocus = true;
- this.cbFileSync.Name = "cbFileSync";
- this.cbFileSync.Label = Mono.Unix.Catalog.GetString("Enable project file synchronization");
- this.cbFileSync.DrawIndicator = true;
- this.cbFileSync.UseUnderline = true;
- this.vbox2.Add(this.cbFileSync);
- Gtk.Box.BoxChild w24 = ((Gtk.Box.BoxChild)(this.vbox2[this.cbFileSync]));
- w24.Position = 0;
- w24.Expand = false;
- w24.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.hseparator2 = new Gtk.HSeparator();
- this.hseparator2.Name = "hseparator2";
- this.vbox2.Add(this.hseparator2);
- Gtk.Box.BoxChild w25 = ((Gtk.Box.BoxChild)(this.vbox2[this.hseparator2]));
- w25.Position = 1;
- w25.Expand = false;
- w25.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.table3 = new Gtk.Table(((uint)(6)), ((uint)(3)), false);
- this.table3.Name = "table3";
- this.table3.RowSpacing = ((uint)(6));
- this.table3.ColumnSpacing = ((uint)(6));
- // Container child table3.Gtk.Table+TableChild
- this.cbKeepDeployFilesSync = new Gtk.CheckButton();
- this.cbKeepDeployFilesSync.CanFocus = true;
- this.cbKeepDeployFilesSync.Name = "cbKeepDeployFilesSync";
- this.cbKeepDeployFilesSync.Label = Mono.Unix.Catalog.GetString("Deployment files");
- this.cbKeepDeployFilesSync.DrawIndicator = true;
- this.table3.Add(this.cbKeepDeployFilesSync);
- Gtk.Table.TableChild w26 = ((Gtk.Table.TableChild)(this.table3[this.cbKeepDeployFilesSync]));
- w26.TopAttach = ((uint)(4));
- w26.BottomAttach = ((uint)(5));
- w26.XOptions = ((Gtk.AttachOptions)(4));
- w26.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table3.Gtk.Table+TableChild
- this.cbKeepFilesSync = new Gtk.CheckButton();
- this.cbKeepFilesSync.CanFocus = true;
- this.cbKeepFilesSync.Name = "cbKeepFilesSync";
- this.cbKeepFilesSync.Label = Mono.Unix.Catalog.GetString("Source code files");
- this.cbKeepFilesSync.DrawIndicator = true;
- this.table3.Add(this.cbKeepFilesSync);
- Gtk.Table.TableChild w27 = ((Gtk.Table.TableChild)(this.table3[this.cbKeepFilesSync]));
- w27.TopAttach = ((uint)(2));
- w27.BottomAttach = ((uint)(3));
- w27.XOptions = ((Gtk.AttachOptions)(4));
- w27.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table3.Gtk.Table+TableChild
- this.cbKeepOthersSync = new Gtk.CheckButton();
- this.cbKeepOthersSync.CanFocus = true;
- this.cbKeepOthersSync.Name = "cbKeepOthersSync";
- this.cbKeepOthersSync.Label = Mono.Unix.Catalog.GetString("Other Files");
- this.cbKeepOthersSync.DrawIndicator = true;
- this.table3.Add(this.cbKeepOthersSync);
- Gtk.Table.TableChild w28 = ((Gtk.Table.TableChild)(this.table3[this.cbKeepOthersSync]));
- w28.TopAttach = ((uint)(5));
- w28.BottomAttach = ((uint)(6));
- w28.XOptions = ((Gtk.AttachOptions)(4));
- w28.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table3.Gtk.Table+TableChild
- this.cbKeepResourcesSync = new Gtk.CheckButton();
- this.cbKeepResourcesSync.CanFocus = true;
- this.cbKeepResourcesSync.Name = "cbKeepResourcesSync";
- this.cbKeepResourcesSync.Label = Mono.Unix.Catalog.GetString("Resources");
- this.cbKeepResourcesSync.DrawIndicator = true;
- this.table3.Add(this.cbKeepResourcesSync);
- Gtk.Table.TableChild w29 = ((Gtk.Table.TableChild)(this.table3[this.cbKeepResourcesSync]));
- w29.TopAttach = ((uint)(3));
- w29.BottomAttach = ((uint)(4));
- w29.XOptions = ((Gtk.AttachOptions)(4));
- w29.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table3.Gtk.Table+TableChild
- this.comboDeployFilesVar = Gtk.ComboBox.NewText();
- this.comboDeployFilesVar.WidthRequest = 200;
- this.comboDeployFilesVar.Name = "comboDeployFilesVar";
- this.table3.Add(this.comboDeployFilesVar);
- Gtk.Table.TableChild w30 = ((Gtk.Table.TableChild)(this.table3[this.comboDeployFilesVar]));
- w30.TopAttach = ((uint)(4));
- w30.BottomAttach = ((uint)(5));
- w30.LeftAttach = ((uint)(1));
- w30.RightAttach = ((uint)(2));
- w30.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table3.Gtk.Table+TableChild
- this.comboFilesVar = Gtk.ComboBox.NewText();
- this.comboFilesVar.WidthRequest = 200;
- this.comboFilesVar.Name = "comboFilesVar";
- this.table3.Add(this.comboFilesVar);
- Gtk.Table.TableChild w31 = ((Gtk.Table.TableChild)(this.table3[this.comboFilesVar]));
- w31.TopAttach = ((uint)(2));
- w31.BottomAttach = ((uint)(3));
- w31.LeftAttach = ((uint)(1));
- w31.RightAttach = ((uint)(2));
- w31.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table3.Gtk.Table+TableChild
- this.comboOthersVar = Gtk.ComboBox.NewText();
- this.comboOthersVar.WidthRequest = 200;
- this.comboOthersVar.Name = "comboOthersVar";
- this.table3.Add(this.comboOthersVar);
- Gtk.Table.TableChild w32 = ((Gtk.Table.TableChild)(this.table3[this.comboOthersVar]));
- w32.TopAttach = ((uint)(5));
- w32.BottomAttach = ((uint)(6));
- w32.LeftAttach = ((uint)(1));
- w32.RightAttach = ((uint)(2));
- w32.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table3.Gtk.Table+TableChild
- this.comboResourcesVar = Gtk.ComboBox.NewText();
- this.comboResourcesVar.WidthRequest = 200;
- this.comboResourcesVar.Name = "comboResourcesVar";
- this.table3.Add(this.comboResourcesVar);
- Gtk.Table.TableChild w33 = ((Gtk.Table.TableChild)(this.table3[this.comboResourcesVar]));
- w33.TopAttach = ((uint)(3));
- w33.BottomAttach = ((uint)(4));
- w33.LeftAttach = ((uint)(1));
- w33.RightAttach = ((uint)(2));
- w33.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table3.Gtk.Table+TableChild
- this.entryDeployFilesPattern = new Gtk.Entry();
- this.entryDeployFilesPattern.CanFocus = true;
- this.entryDeployFilesPattern.Name = "entryDeployFilesPattern";
- this.entryDeployFilesPattern.IsEditable = true;
- this.entryDeployFilesPattern.InvisibleChar = '●';
- this.table3.Add(this.entryDeployFilesPattern);
- Gtk.Table.TableChild w34 = ((Gtk.Table.TableChild)(this.table3[this.entryDeployFilesPattern]));
- w34.TopAttach = ((uint)(4));
- w34.BottomAttach = ((uint)(5));
- w34.LeftAttach = ((uint)(2));
- w34.RightAttach = ((uint)(3));
- w34.XOptions = ((Gtk.AttachOptions)(4));
- w34.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table3.Gtk.Table+TableChild
- this.entryFilesPattern = new Gtk.Entry();
- this.entryFilesPattern.CanFocus = true;
- this.entryFilesPattern.Name = "entryFilesPattern";
- this.entryFilesPattern.IsEditable = true;
- this.entryFilesPattern.InvisibleChar = '●';
- this.table3.Add(this.entryFilesPattern);
- Gtk.Table.TableChild w35 = ((Gtk.Table.TableChild)(this.table3[this.entryFilesPattern]));
- w35.TopAttach = ((uint)(2));
- w35.BottomAttach = ((uint)(3));
- w35.LeftAttach = ((uint)(2));
- w35.RightAttach = ((uint)(3));
- w35.XOptions = ((Gtk.AttachOptions)(4));
- w35.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table3.Gtk.Table+TableChild
- this.entryResourcesPattern = new Gtk.Entry();
- this.entryResourcesPattern.CanFocus = true;
- this.entryResourcesPattern.Name = "entryResourcesPattern";
- this.entryResourcesPattern.IsEditable = true;
- this.entryResourcesPattern.InvisibleChar = '●';
- this.table3.Add(this.entryResourcesPattern);
- Gtk.Table.TableChild w36 = ((Gtk.Table.TableChild)(this.table3[this.entryResourcesPattern]));
- w36.TopAttach = ((uint)(3));
- w36.BottomAttach = ((uint)(4));
- w36.LeftAttach = ((uint)(2));
- w36.RightAttach = ((uint)(3));
- w36.XOptions = ((Gtk.AttachOptions)(4));
- w36.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table3.Gtk.Table+TableChild
- this.eventbox1 = new Gtk.EventBox();
- this.eventbox1.Name = "eventbox1";
- // Container child eventbox1.Gtk.Container+ContainerChild
- this.entryOthersPattern = new Gtk.Entry();
- this.entryOthersPattern.CanFocus = true;
- this.entryOthersPattern.Name = "entryOthersPattern";
- this.entryOthersPattern.IsEditable = true;
- this.entryOthersPattern.InvisibleChar = '●';
- this.eventbox1.Add(this.entryOthersPattern);
- this.table3.Add(this.eventbox1);
- Gtk.Table.TableChild w38 = ((Gtk.Table.TableChild)(this.table3[this.eventbox1]));
- w38.TopAttach = ((uint)(5));
- w38.BottomAttach = ((uint)(6));
- w38.LeftAttach = ((uint)(2));
- w38.RightAttach = ((uint)(3));
- w38.XOptions = ((Gtk.AttachOptions)(4));
- w38.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table3.Gtk.Table+TableChild
- this.label5 = new Gtk.Label();
- this.label5.WidthRequest = 500;
- this.label5.Name = "label5";
- this.label5.Xalign = 0F;
- this.label5.LabelProp = Mono.Unix.Catalog.GetString("Select the kind of files you want to synchronize with the makefile. For each file kind please specify the makefile variable that holds the list and optionally a prefix to be prepended to each file name.");
- this.label5.Wrap = true;
- this.table3.Add(this.label5);
- Gtk.Table.TableChild w39 = ((Gtk.Table.TableChild)(this.table3[this.label5]));
- w39.RightAttach = ((uint)(3));
- w39.YPadding = ((uint)(9));
- w39.XOptions = ((Gtk.AttachOptions)(4));
- w39.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table3.Gtk.Table+TableChild
- this.lblCol2 = new Gtk.Label();
- this.lblCol2.Name = "lblCol2";
- this.lblCol2.Xalign = 0F;
- this.lblCol2.LabelProp = Mono.Unix.Catalog.GetString("Makefile variable name:");
- this.table3.Add(this.lblCol2);
- Gtk.Table.TableChild w40 = ((Gtk.Table.TableChild)(this.table3[this.lblCol2]));
- w40.TopAttach = ((uint)(1));
- w40.BottomAttach = ((uint)(2));
- w40.LeftAttach = ((uint)(1));
- w40.RightAttach = ((uint)(2));
- w40.XOptions = ((Gtk.AttachOptions)(4));
- w40.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table3.Gtk.Table+TableChild
- this.lblCol3 = new Gtk.Label();
- this.lblCol3.Name = "lblCol3";
- this.lblCol3.Xalign = 0F;
- this.lblCol3.LabelProp = Mono.Unix.Catalog.GetString("Prefix:");
- this.table3.Add(this.lblCol3);
- Gtk.Table.TableChild w41 = ((Gtk.Table.TableChild)(this.table3[this.lblCol3]));
- w41.TopAttach = ((uint)(1));
- w41.BottomAttach = ((uint)(2));
- w41.LeftAttach = ((uint)(2));
- w41.RightAttach = ((uint)(3));
- w41.XOptions = ((Gtk.AttachOptions)(4));
- w41.YOptions = ((Gtk.AttachOptions)(4));
- this.vbox2.Add(this.table3);
- Gtk.Box.BoxChild w42 = ((Gtk.Box.BoxChild)(this.vbox2[this.table3]));
- w42.Position = 2;
- w42.Expand = false;
- w42.Fill = false;
- this.notebook1.Add(this.vbox2);
- Gtk.Notebook.NotebookChild w43 = ((Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox2]));
- w43.Position = 1;
- // Notebook tab
- this.label2 = new Gtk.Label();
- this.label2.Name = "label2";
- this.label2.LabelProp = Mono.Unix.Catalog.GetString("Files");
- this.notebook1.SetTabLabel(this.vbox2, this.label2);
- this.label2.ShowAll();
- // Container child notebook1.Gtk.Notebook+NotebookChild
- this.vbox4 = new Gtk.VBox();
- this.vbox4.Name = "vbox4";
- this.vbox4.Spacing = 6;
- this.vbox4.BorderWidth = ((uint)(6));
- // Container child vbox4.Gtk.Box+BoxChild
- this.cbKeepRefSync = new Gtk.CheckButton();
- this.cbKeepRefSync.CanFocus = true;
- this.cbKeepRefSync.Name = "cbKeepRefSync";
- this.cbKeepRefSync.Label = Mono.Unix.Catalog.GetString("Enable references synchronization");
- this.cbKeepRefSync.DrawIndicator = true;
- this.vbox4.Add(this.cbKeepRefSync);
- Gtk.Box.BoxChild w44 = ((Gtk.Box.BoxChild)(this.vbox4[this.cbKeepRefSync]));
- w44.Position = 0;
- w44.Expand = false;
- w44.Fill = false;
- // Container child vbox4.Gtk.Box+BoxChild
- this.hseparator5 = new Gtk.HSeparator();
- this.hseparator5.Name = "hseparator5";
- this.vbox4.Add(this.hseparator5);
- Gtk.Box.BoxChild w45 = ((Gtk.Box.BoxChild)(this.vbox4[this.hseparator5]));
- w45.Position = 1;
- w45.Expand = false;
- w45.Fill = false;
- // Container child vbox4.Gtk.Box+BoxChild
- this.table4 = new Gtk.Table(((uint)(8)), ((uint)(3)), false);
- this.table4.Name = "table4";
- this.table4.RowSpacing = ((uint)(6));
- this.table4.ColumnSpacing = ((uint)(6));
- // Container child table4.Gtk.Table+TableChild
- this.cbAutotoolsProject = new Gtk.CheckButton();
- this.cbAutotoolsProject.CanFocus = true;
- this.cbAutotoolsProject.Name = "cbAutotoolsProject";
- this.cbAutotoolsProject.Label = Mono.Unix.Catalog.GetString("Look for packages in configure.in");
- this.cbAutotoolsProject.DrawIndicator = true;
- this.table4.Add(this.cbAutotoolsProject);
- Gtk.Table.TableChild w46 = ((Gtk.Table.TableChild)(this.table4[this.cbAutotoolsProject]));
- w46.TopAttach = ((uint)(6));
- w46.BottomAttach = ((uint)(7));
- w46.RightAttach = ((uint)(3));
- w46.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.comboAsmRefVar = Gtk.ComboBox.NewText();
- this.comboAsmRefVar.WidthRequest = 200;
- this.comboAsmRefVar.Name = "comboAsmRefVar";
- this.table4.Add(this.comboAsmRefVar);
- Gtk.Table.TableChild w47 = ((Gtk.Table.TableChild)(this.table4[this.comboAsmRefVar]));
- w47.TopAttach = ((uint)(3));
- w47.BottomAttach = ((uint)(4));
- w47.LeftAttach = ((uint)(1));
- w47.RightAttach = ((uint)(2));
- w47.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.comboGacRefVar = Gtk.ComboBox.NewText();
- this.comboGacRefVar.WidthRequest = 200;
- this.comboGacRefVar.Name = "comboGacRefVar";
- this.table4.Add(this.comboGacRefVar);
- Gtk.Table.TableChild w48 = ((Gtk.Table.TableChild)(this.table4[this.comboGacRefVar]));
- w48.TopAttach = ((uint)(2));
- w48.BottomAttach = ((uint)(3));
- w48.LeftAttach = ((uint)(1));
- w48.RightAttach = ((uint)(2));
- w48.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.comboProjectRefVar = Gtk.ComboBox.NewText();
- this.comboProjectRefVar.WidthRequest = 200;
- this.comboProjectRefVar.Name = "comboProjectRefVar";
- this.table4.Add(this.comboProjectRefVar);
- Gtk.Table.TableChild w49 = ((Gtk.Table.TableChild)(this.table4[this.comboProjectRefVar]));
- w49.TopAttach = ((uint)(4));
- w49.BottomAttach = ((uint)(5));
- w49.LeftAttach = ((uint)(1));
- w49.RightAttach = ((uint)(2));
- w49.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.entryAsmRefPattern = new Gtk.Entry();
- this.entryAsmRefPattern.CanFocus = true;
- this.entryAsmRefPattern.Name = "entryAsmRefPattern";
- this.entryAsmRefPattern.IsEditable = true;
- this.entryAsmRefPattern.InvisibleChar = '●';
- this.table4.Add(this.entryAsmRefPattern);
- Gtk.Table.TableChild w50 = ((Gtk.Table.TableChild)(this.table4[this.entryAsmRefPattern]));
- w50.TopAttach = ((uint)(3));
- w50.BottomAttach = ((uint)(4));
- w50.LeftAttach = ((uint)(2));
- w50.RightAttach = ((uint)(3));
- w50.XOptions = ((Gtk.AttachOptions)(4));
- w50.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.entryGacRefPattern = new Gtk.Entry();
- this.entryGacRefPattern.CanFocus = true;
- this.entryGacRefPattern.Name = "entryGacRefPattern";
- this.entryGacRefPattern.IsEditable = true;
- this.entryGacRefPattern.InvisibleChar = '●';
- this.table4.Add(this.entryGacRefPattern);
- Gtk.Table.TableChild w51 = ((Gtk.Table.TableChild)(this.table4[this.entryGacRefPattern]));
- w51.TopAttach = ((uint)(2));
- w51.BottomAttach = ((uint)(3));
- w51.LeftAttach = ((uint)(2));
- w51.RightAttach = ((uint)(3));
- w51.XOptions = ((Gtk.AttachOptions)(4));
- w51.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.entryProjectRefPattern = new Gtk.Entry();
- this.entryProjectRefPattern.CanFocus = true;
- this.entryProjectRefPattern.Name = "entryProjectRefPattern";
- this.entryProjectRefPattern.IsEditable = true;
- this.entryProjectRefPattern.InvisibleChar = '●';
- this.table4.Add(this.entryProjectRefPattern);
- Gtk.Table.TableChild w52 = ((Gtk.Table.TableChild)(this.table4[this.entryProjectRefPattern]));
- w52.TopAttach = ((uint)(4));
- w52.BottomAttach = ((uint)(5));
- w52.LeftAttach = ((uint)(2));
- w52.RightAttach = ((uint)(3));
- w52.XOptions = ((Gtk.AttachOptions)(4));
- w52.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.fileEntryConfigureInPath = new MonoDevelop.Components.FolderEntry();
- this.fileEntryConfigureInPath.Name = "fileEntryConfigureInPath";
- this.table4.Add(this.fileEntryConfigureInPath);
- Gtk.Table.TableChild w53 = ((Gtk.Table.TableChild)(this.table4[this.fileEntryConfigureInPath]));
- w53.TopAttach = ((uint)(7));
- w53.BottomAttach = ((uint)(8));
- w53.LeftAttach = ((uint)(1));
- w53.RightAttach = ((uint)(3));
- w53.XOptions = ((Gtk.AttachOptions)(4));
- w53.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.hseparator1 = new Gtk.HSeparator();
- this.hseparator1.Name = "hseparator1";
- this.table4.Add(this.hseparator1);
- Gtk.Table.TableChild w54 = ((Gtk.Table.TableChild)(this.table4[this.hseparator1]));
- w54.TopAttach = ((uint)(5));
- w54.BottomAttach = ((uint)(6));
- w54.RightAttach = ((uint)(3));
- w54.XOptions = ((Gtk.AttachOptions)(4));
- w54.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.label6 = new Gtk.Label();
- this.label6.WidthRequest = 500;
- this.label6.Name = "label6";
- this.label6.Xalign = 0F;
- this.label6.LabelProp = Mono.Unix.Catalog.GetString("Select the kind of references you want to synchronize with the makefile. For each reference type please specify the makefile variable that holds the list, and optionally a prefix to be prepended to each reference name. You can specify the same variable name for several types of references.");
- this.label6.Wrap = true;
- this.table4.Add(this.label6);
- Gtk.Table.TableChild w55 = ((Gtk.Table.TableChild)(this.table4[this.label6]));
- w55.RightAttach = ((uint)(3));
- w55.YPadding = ((uint)(9));
- w55.XOptions = ((Gtk.AttachOptions)(4));
- w55.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.lblAsmRef = new Gtk.Label();
- this.lblAsmRef.Name = "lblAsmRef";
- this.lblAsmRef.Xalign = 0F;
- this.lblAsmRef.LabelProp = Mono.Unix.Catalog.GetString("Assembly References");
- this.table4.Add(this.lblAsmRef);
- Gtk.Table.TableChild w56 = ((Gtk.Table.TableChild)(this.table4[this.lblAsmRef]));
- w56.TopAttach = ((uint)(3));
- w56.BottomAttach = ((uint)(4));
- w56.XOptions = ((Gtk.AttachOptions)(4));
- w56.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.lblCol5 = new Gtk.Label();
- this.lblCol5.Name = "lblCol5";
- this.lblCol5.Xalign = 0F;
- this.lblCol5.LabelProp = Mono.Unix.Catalog.GetString("Makefile variable name:");
- this.table4.Add(this.lblCol5);
- Gtk.Table.TableChild w57 = ((Gtk.Table.TableChild)(this.table4[this.lblCol5]));
- w57.TopAttach = ((uint)(1));
- w57.BottomAttach = ((uint)(2));
- w57.LeftAttach = ((uint)(1));
- w57.RightAttach = ((uint)(2));
- w57.XOptions = ((Gtk.AttachOptions)(4));
- w57.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.lblCol6 = new Gtk.Label();
- this.lblCol6.Name = "lblCol6";
- this.lblCol6.Xalign = 0F;
- this.lblCol6.LabelProp = Mono.Unix.Catalog.GetString("Prefix:");
- this.table4.Add(this.lblCol6);
- Gtk.Table.TableChild w58 = ((Gtk.Table.TableChild)(this.table4[this.lblCol6]));
- w58.TopAttach = ((uint)(1));
- w58.BottomAttach = ((uint)(2));
- w58.LeftAttach = ((uint)(2));
- w58.RightAttach = ((uint)(3));
- w58.XOptions = ((Gtk.AttachOptions)(4));
- w58.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.lblConfigureInPath = new Gtk.Label();
- this.lblConfigureInPath.Name = "lblConfigureInPath";
- this.lblConfigureInPath.Xalign = 0F;
- this.lblConfigureInPath.LabelProp = Mono.Unix.Catalog.GetString("Path for configure.in");
- this.table4.Add(this.lblConfigureInPath);
- Gtk.Table.TableChild w59 = ((Gtk.Table.TableChild)(this.table4[this.lblConfigureInPath]));
- w59.TopAttach = ((uint)(7));
- w59.BottomAttach = ((uint)(8));
- w59.XOptions = ((Gtk.AttachOptions)(4));
- w59.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.lblGacRef = new Gtk.Label();
- this.lblGacRef.Name = "lblGacRef";
- this.lblGacRef.Xalign = 0F;
- this.lblGacRef.LabelProp = Mono.Unix.Catalog.GetString("Package References");
- this.table4.Add(this.lblGacRef);
- Gtk.Table.TableChild w60 = ((Gtk.Table.TableChild)(this.table4[this.lblGacRef]));
- w60.TopAttach = ((uint)(2));
- w60.BottomAttach = ((uint)(3));
- w60.XOptions = ((Gtk.AttachOptions)(4));
- w60.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.lblProjectRef = new Gtk.Label();
- this.lblProjectRef.Name = "lblProjectRef";
- this.lblProjectRef.Xalign = 0F;
- this.lblProjectRef.LabelProp = Mono.Unix.Catalog.GetString("Project References");
- this.table4.Add(this.lblProjectRef);
- Gtk.Table.TableChild w61 = ((Gtk.Table.TableChild)(this.table4[this.lblProjectRef]));
- w61.TopAttach = ((uint)(4));
- w61.BottomAttach = ((uint)(5));
- w61.XOptions = ((Gtk.AttachOptions)(4));
- w61.YOptions = ((Gtk.AttachOptions)(4));
- this.vbox4.Add(this.table4);
- Gtk.Box.BoxChild w62 = ((Gtk.Box.BoxChild)(this.vbox4[this.table4]));
- w62.Position = 2;
- w62.Expand = false;
- w62.Fill = false;
- this.notebook1.Add(this.vbox4);
- Gtk.Notebook.NotebookChild w63 = ((Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox4]));
- w63.Position = 2;
- // Notebook tab
- this.label3 = new Gtk.Label();
- this.label3.Name = "label3";
- this.label3.LabelProp = Mono.Unix.Catalog.GetString("References");
- this.notebook1.SetTabLabel(this.vbox4, this.label3);
- this.label3.ShowAll();
- // Container child notebook1.Gtk.Notebook+NotebookChild
- this.vbox3 = new Gtk.VBox();
- this.vbox3.Name = "vbox3";
- this.vbox3.BorderWidth = ((uint)(6));
- // Container child vbox3.Gtk.Box+BoxChild
- this.label7 = new Gtk.Label();
- this.label7.WidthRequest = 500;
- this.label7.Name = "label7";
- this.label7.Xalign = 0F;
- this.label7.LabelProp = Mono.Unix.Catalog.GetString("Select the Compiler message format for parsing the compiler errors and warnings. You can either select one of the built-in options, or specify custom regular expressions for errors and warnings. The regex must be the .net style regex. The following named groups are relevant : file, line, column, number (error number) and message.");
- this.label7.Wrap = true;
- this.label7.Justify = ((Gtk.Justification)(3));
- this.vbox3.Add(this.label7);
- Gtk.Box.BoxChild w64 = ((Gtk.Box.BoxChild)(this.vbox3[this.label7]));
- w64.Position = 0;
- w64.Expand = false;
- w64.Fill = false;
- w64.Padding = ((uint)(6));
- // Container child vbox3.Gtk.Box+BoxChild
- this.table2 = new Gtk.Table(((uint)(3)), ((uint)(3)), false);
- this.table2.Name = "table2";
- this.table2.RowSpacing = ((uint)(6));
- this.table2.ColumnSpacing = ((uint)(6));
- // Container child table2.Gtk.Table+TableChild
- this.entryErrorRegex = new Gtk.Entry();
- this.entryErrorRegex.WidthRequest = 350;
- this.entryErrorRegex.CanFocus = true;
- this.entryErrorRegex.Name = "entryErrorRegex";
- this.entryErrorRegex.IsEditable = true;
- this.entryErrorRegex.InvisibleChar = '●';
- this.table2.Add(this.entryErrorRegex);
- Gtk.Table.TableChild w65 = ((Gtk.Table.TableChild)(this.table2[this.entryErrorRegex]));
- w65.TopAttach = ((uint)(1));
- w65.BottomAttach = ((uint)(2));
- w65.LeftAttach = ((uint)(1));
- w65.RightAttach = ((uint)(3));
- w65.XOptions = ((Gtk.AttachOptions)(4));
- w65.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table2.Gtk.Table+TableChild
- this.entryWarningRegex = new Gtk.Entry();
- this.entryWarningRegex.WidthRequest = 350;
- this.entryWarningRegex.CanFocus = true;
- this.entryWarningRegex.Name = "entryWarningRegex";
- this.entryWarningRegex.IsEditable = true;
- this.entryWarningRegex.InvisibleChar = '●';
- this.table2.Add(this.entryWarningRegex);
- Gtk.Table.TableChild w66 = ((Gtk.Table.TableChild)(this.table2[this.entryWarningRegex]));
- w66.TopAttach = ((uint)(2));
- w66.BottomAttach = ((uint)(3));
- w66.LeftAttach = ((uint)(1));
- w66.RightAttach = ((uint)(3));
- w66.XOptions = ((Gtk.AttachOptions)(4));
- w66.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table2.Gtk.Table+TableChild
- this.hbox6 = new Gtk.HBox();
- this.hbox6.Name = "hbox6";
- // Container child hbox6.Gtk.Box+BoxChild
- this.comboMessageType = Gtk.ComboBox.NewText();
- this.comboMessageType.WidthRequest = 150;
- this.comboMessageType.Name = "comboMessageType";
- this.hbox6.Add(this.comboMessageType);
- Gtk.Box.BoxChild w67 = ((Gtk.Box.BoxChild)(this.hbox6[this.comboMessageType]));
- w67.Position = 0;
- w67.Expand = false;
- w67.Fill = false;
- this.table2.Add(this.hbox6);
- Gtk.Table.TableChild w68 = ((Gtk.Table.TableChild)(this.table2[this.hbox6]));
- w68.LeftAttach = ((uint)(1));
- w68.RightAttach = ((uint)(2));
- w68.XOptions = ((Gtk.AttachOptions)(4));
- w68.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table2.Gtk.Table+TableChild
- this.lblErrorRegex = new Gtk.Label();
- this.lblErrorRegex.Name = "lblErrorRegex";
- this.lblErrorRegex.Xalign = 0F;
- this.lblErrorRegex.LabelProp = Mono.Unix.Catalog.GetString("Error regex :");
- this.table2.Add(this.lblErrorRegex);
- Gtk.Table.TableChild w69 = ((Gtk.Table.TableChild)(this.table2[this.lblErrorRegex]));
- w69.TopAttach = ((uint)(1));
- w69.BottomAttach = ((uint)(2));
- w69.XOptions = ((Gtk.AttachOptions)(4));
- w69.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table2.Gtk.Table+TableChild
- this.lblMessageType = new Gtk.Label();
- this.lblMessageType.Name = "lblMessageType";
- this.lblMessageType.Xalign = 0F;
- this.lblMessageType.LabelProp = Mono.Unix.Catalog.GetString("Compiler :");
- this.table2.Add(this.lblMessageType);
- Gtk.Table.TableChild w70 = ((Gtk.Table.TableChild)(this.table2[this.lblMessageType]));
- w70.XOptions = ((Gtk.AttachOptions)(4));
- w70.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table2.Gtk.Table+TableChild
- this.lblWarningRegex = new Gtk.Label();
- this.lblWarningRegex.Name = "lblWarningRegex";
- this.lblWarningRegex.Xalign = 0F;
- this.lblWarningRegex.LabelProp = Mono.Unix.Catalog.GetString("Warnings regex :");
- this.table2.Add(this.lblWarningRegex);
- Gtk.Table.TableChild w71 = ((Gtk.Table.TableChild)(this.table2[this.lblWarningRegex]));
- w71.TopAttach = ((uint)(2));
- w71.BottomAttach = ((uint)(3));
- w71.XOptions = ((Gtk.AttachOptions)(4));
- w71.YOptions = ((Gtk.AttachOptions)(4));
- this.vbox3.Add(this.table2);
- Gtk.Box.BoxChild w72 = ((Gtk.Box.BoxChild)(this.vbox3[this.table2]));
- w72.Position = 1;
- this.notebook1.Add(this.vbox3);
- Gtk.Notebook.NotebookChild w73 = ((Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox3]));
- w73.Position = 3;
- // Notebook tab
- this.label4 = new Gtk.Label();
- this.label4.Name = "label4";
- this.label4.LabelProp = Mono.Unix.Catalog.GetString("Messages Regex");
- this.notebook1.SetTabLabel(this.vbox3, this.label4);
- this.label4.ShowAll();
- this.Add(this.notebook1);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.comboAssemblyName.Hide();
- this.comboOutputDir.Hide();
- this.lblAssemblyNameVar.Hide();
- this.lblOutputDirVar.Hide();
- this.Show();
- this.cbEnableMakefileIntegration.Clicked += new System.EventHandler(this.OnEnableMakefileIntegrationClicked);
- this.fileEntryMakefilePath.FocusOutEvent += new Gtk.FocusOutEventHandler(this.OnFileEntryMakefilePathFocusOutEvent);
- this.cbRunTarget.Clicked += new System.EventHandler(this.OnCbRunTargetClicked);
- this.cbCleanTarget.Clicked += new System.EventHandler(this.OnCbCleanTargetClicked);
- this.cbBuildTarget.Clicked += new System.EventHandler(this.OnCbBuildTargetClicked);
- this.cbFileSync.Clicked += new System.EventHandler(this.OnCbFileSyncClicked);
- this.comboResourcesVar.Changed += new System.EventHandler(this.OnComboResourcesVarChanged);
- this.cbKeepResourcesSync.Clicked += new System.EventHandler(this.OnCbKeepResourcesSyncClicked);
- this.cbKeepOthersSync.Clicked += new System.EventHandler(this.OnCbKeepOthersSyncClicked);
- this.cbKeepFilesSync.Clicked += new System.EventHandler(this.OnCbKeepFilesSyncClicked);
- this.cbKeepDeployFilesSync.Clicked += new System.EventHandler(this.OnCbKeepDeployFilesSyncClicked);
- this.cbKeepRefSync.Clicked += new System.EventHandler(this.OnCbKeepRefSyncClicked);
- this.comboProjectRefVar.Changed += new System.EventHandler(this.OnComboProjectRefVarChanged);
- this.comboGacRefVar.Changed += new System.EventHandler(this.OnComboGacRefVarChanged);
- this.comboAsmRefVar.Changed += new System.EventHandler(this.OnComboAsmRefVarChanged);
- this.cbAutotoolsProject.Clicked += new System.EventHandler(this.OnCbAutotoolsProjectClicked);
- this.comboMessageType.Changed += new System.EventHandler(this.OnComboMessageTypeChanged);
- }
- }
+
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Autotools
+{
+ public partial class MakefileOptionPanelWidget
+ {
+ private global::Gtk.Notebook notebook1;
+
+ private global::Gtk.VBox vbox1;
+
+ private global::Gtk.CheckButton cbEnableMakefileIntegration;
+
+ private global::Gtk.HSeparator headerSep1;
+
+ private global::Gtk.Table table1;
+
+ private global::Gtk.CheckButton cbBuildTarget;
+
+ private global::Gtk.CheckButton cbCleanTarget;
+
+ private global::Gtk.CheckButton cbRunTarget;
+
+ private global::MonoDevelop.Components.FileEntry fileEntryMakefilePath;
+
+ private global::Gtk.HBox hbox1;
+
+ private global::Gtk.ComboBox comboAssemblyName;
+
+ private global::Gtk.HBox hbox2;
+
+ private global::Gtk.ComboBox comboOutputDir;
+
+ private global::Gtk.HBox hbox3;
+
+ private global::Gtk.Entry BuildTargetName;
+
+ private global::Gtk.HBox hbox4;
+
+ private global::Gtk.Entry ExecuteTargetName;
+
+ private global::Gtk.HBox hbox5;
+
+ private global::Gtk.Entry CleanTargetName;
+
+ private global::Gtk.HSeparator headerSep2;
+
+ private global::Gtk.Label label8;
+
+ private global::Gtk.Label lblAssemblyNameVar;
+
+ private global::Gtk.Label lblMakefileName;
+
+ private global::Gtk.Label lblOutputDirVar;
+
+ private global::Gtk.Label label1;
+
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.CheckButton cbFileSync;
+
+ private global::Gtk.HSeparator hseparator2;
+
+ private global::Gtk.Table table3;
+
+ private global::Gtk.CheckButton cbKeepDeployFilesSync;
+
+ private global::Gtk.CheckButton cbKeepFilesSync;
+
+ private global::Gtk.CheckButton cbKeepOthersSync;
+
+ private global::Gtk.CheckButton cbKeepResourcesSync;
+
+ private global::Gtk.ComboBox comboDeployFilesVar;
+
+ private global::Gtk.ComboBox comboFilesVar;
+
+ private global::Gtk.ComboBox comboOthersVar;
+
+ private global::Gtk.ComboBox comboResourcesVar;
+
+ private global::Gtk.Entry entryDeployFilesPattern;
+
+ private global::Gtk.Entry entryFilesPattern;
+
+ private global::Gtk.Entry entryResourcesPattern;
+
+ private global::Gtk.EventBox eventbox1;
+
+ private global::Gtk.Entry entryOthersPattern;
+
+ private global::Gtk.Label label5;
+
+ private global::Gtk.Label lblCol2;
+
+ private global::Gtk.Label lblCol3;
+
+ private global::Gtk.Label label2;
+
+ private global::Gtk.VBox vbox4;
+
+ private global::Gtk.CheckButton cbKeepRefSync;
+
+ private global::Gtk.HSeparator hseparator5;
+
+ private global::Gtk.Table table4;
+
+ private global::Gtk.CheckButton cbAutotoolsProject;
+
+ private global::Gtk.ComboBox comboAsmRefVar;
+
+ private global::Gtk.ComboBox comboGacRefVar;
+
+ private global::Gtk.ComboBox comboProjectRefVar;
+
+ private global::Gtk.Entry entryAsmRefPattern;
+
+ private global::Gtk.Entry entryGacRefPattern;
+
+ private global::Gtk.Entry entryProjectRefPattern;
+
+ private global::MonoDevelop.Components.FolderEntry fileEntryConfigureInPath;
+
+ private global::Gtk.HSeparator hseparator1;
+
+ private global::Gtk.Label label6;
+
+ private global::Gtk.Label lblAsmRef;
+
+ private global::Gtk.Label lblCol5;
+
+ private global::Gtk.Label lblCol6;
+
+ private global::Gtk.Label lblConfigureInPath;
+
+ private global::Gtk.Label lblGacRef;
+
+ private global::Gtk.Label lblProjectRef;
+
+ private global::Gtk.Label label3;
+
+ private global::Gtk.VBox vbox3;
+
+ private global::Gtk.Label label7;
+
+ private global::Gtk.Table table2;
+
+ private global::Gtk.Entry entryErrorRegex;
+
+ private global::Gtk.Entry entryWarningRegex;
+
+ private global::Gtk.HBox hbox6;
+
+ private global::Gtk.ComboBox comboMessageType;
+
+ private global::Gtk.Label lblErrorRegex;
+
+ private global::Gtk.Label lblMessageType;
+
+ private global::Gtk.Label lblWarningRegex;
+
+ private global::Gtk.Label label4;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Autotools.MakefileOptionPanelWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Events = ((global::Gdk.EventMask)(256));
+ this.Name = "MonoDevelop.Autotools.MakefileOptionPanelWidget";
+ // Container child MonoDevelop.Autotools.MakefileOptionPanelWidget.Gtk.Container+ContainerChild
+ this.notebook1 = new global::Gtk.Notebook ();
+ this.notebook1.CanFocus = true;
+ this.notebook1.Name = "notebook1";
+ this.notebook1.CurrentPage = 0;
+ // Container child notebook1.Gtk.Notebook+NotebookChild
+ this.vbox1 = new global::Gtk.VBox ();
+ this.vbox1.Name = "vbox1";
+ this.vbox1.Spacing = 6;
+ this.vbox1.BorderWidth = ((uint)(6));
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.cbEnableMakefileIntegration = new global::Gtk.CheckButton ();
+ this.cbEnableMakefileIntegration.CanFocus = true;
+ this.cbEnableMakefileIntegration.Name = "cbEnableMakefileIntegration";
+ this.cbEnableMakefileIntegration.Label = global::Mono.Unix.Catalog.GetString ("Enable makefile Integration in this project");
+ this.cbEnableMakefileIntegration.DrawIndicator = true;
+ this.vbox1.Add (this.cbEnableMakefileIntegration);
+ global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.cbEnableMakefileIntegration]));
+ w1.Position = 0;
+ w1.Expand = false;
+ w1.Fill = false;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.headerSep1 = new global::Gtk.HSeparator ();
+ this.headerSep1.Name = "headerSep1";
+ this.vbox1.Add (this.headerSep1);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.headerSep1]));
+ w2.Position = 1;
+ w2.Expand = false;
+ w2.Fill = false;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.table1 = new global::Gtk.Table (((uint)(8)), ((uint)(2)), false);
+ this.table1.Name = "table1";
+ this.table1.RowSpacing = ((uint)(6));
+ this.table1.ColumnSpacing = ((uint)(6));
+ // Container child table1.Gtk.Table+TableChild
+ this.cbBuildTarget = new global::Gtk.CheckButton ();
+ this.cbBuildTarget.CanFocus = true;
+ this.cbBuildTarget.Name = "cbBuildTarget";
+ this.cbBuildTarget.Label = global::Mono.Unix.Catalog.GetString ("Build target name:");
+ this.cbBuildTarget.DrawIndicator = true;
+ this.cbBuildTarget.UseUnderline = true;
+ this.table1.Add (this.cbBuildTarget);
+ global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.cbBuildTarget]));
+ w3.TopAttach = ((uint)(3));
+ w3.BottomAttach = ((uint)(4));
+ w3.XOptions = ((global::Gtk.AttachOptions)(4));
+ w3.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.cbCleanTarget = new global::Gtk.CheckButton ();
+ this.cbCleanTarget.CanFocus = true;
+ this.cbCleanTarget.Name = "cbCleanTarget";
+ this.cbCleanTarget.Label = global::Mono.Unix.Catalog.GetString ("Clean target name:");
+ this.cbCleanTarget.DrawIndicator = true;
+ this.cbCleanTarget.UseUnderline = true;
+ this.table1.Add (this.cbCleanTarget);
+ global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.cbCleanTarget]));
+ w4.TopAttach = ((uint)(4));
+ w4.BottomAttach = ((uint)(5));
+ w4.XOptions = ((global::Gtk.AttachOptions)(4));
+ w4.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.cbRunTarget = new global::Gtk.CheckButton ();
+ this.cbRunTarget.CanFocus = true;
+ this.cbRunTarget.Name = "cbRunTarget";
+ this.cbRunTarget.Label = global::Mono.Unix.Catalog.GetString ("Execute target name:");
+ this.cbRunTarget.DrawIndicator = true;
+ this.cbRunTarget.UseUnderline = true;
+ this.table1.Add (this.cbRunTarget);
+ global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.cbRunTarget]));
+ w5.TopAttach = ((uint)(5));
+ w5.BottomAttach = ((uint)(6));
+ w5.XOptions = ((global::Gtk.AttachOptions)(4));
+ w5.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.fileEntryMakefilePath = new global::MonoDevelop.Components.FileEntry ();
+ this.fileEntryMakefilePath.CanFocus = true;
+ this.fileEntryMakefilePath.Name = "fileEntryMakefilePath";
+ this.fileEntryMakefilePath.BrowserTitle = "";
+ this.table1.Add (this.fileEntryMakefilePath);
+ global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.fileEntryMakefilePath]));
+ w6.LeftAttach = ((uint)(1));
+ w6.RightAttach = ((uint)(2));
+ w6.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.hbox1 = new global::Gtk.HBox ();
+ this.hbox1.Name = "hbox1";
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.comboAssemblyName = global::Gtk.ComboBox.NewText ();
+ this.comboAssemblyName.WidthRequest = 300;
+ this.comboAssemblyName.Name = "comboAssemblyName";
+ this.hbox1.Add (this.comboAssemblyName);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.comboAssemblyName]));
+ w7.Position = 0;
+ w7.Expand = false;
+ w7.Fill = false;
+ this.table1.Add (this.hbox1);
+ global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox1]));
+ w8.TopAttach = ((uint)(6));
+ w8.BottomAttach = ((uint)(7));
+ w8.LeftAttach = ((uint)(1));
+ w8.RightAttach = ((uint)(2));
+ w8.XOptions = ((global::Gtk.AttachOptions)(4));
+ w8.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.hbox2 = new global::Gtk.HBox ();
+ this.hbox2.Name = "hbox2";
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.comboOutputDir = global::Gtk.ComboBox.NewText ();
+ this.comboOutputDir.WidthRequest = 300;
+ this.comboOutputDir.Name = "comboOutputDir";
+ this.hbox2.Add (this.comboOutputDir);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.comboOutputDir]));
+ w9.Position = 0;
+ w9.Expand = false;
+ w9.Fill = false;
+ this.table1.Add (this.hbox2);
+ global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox2]));
+ w10.TopAttach = ((uint)(7));
+ w10.BottomAttach = ((uint)(8));
+ w10.LeftAttach = ((uint)(1));
+ w10.RightAttach = ((uint)(2));
+ w10.XOptions = ((global::Gtk.AttachOptions)(4));
+ w10.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.hbox3 = new global::Gtk.HBox ();
+ this.hbox3.Name = "hbox3";
+ // Container child hbox3.Gtk.Box+BoxChild
+ this.BuildTargetName = new global::Gtk.Entry ();
+ this.BuildTargetName.WidthRequest = 200;
+ this.BuildTargetName.CanFocus = true;
+ this.BuildTargetName.Name = "BuildTargetName";
+ this.BuildTargetName.IsEditable = true;
+ this.BuildTargetName.InvisibleChar = '●';
+ this.hbox3.Add (this.BuildTargetName);
+ global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.BuildTargetName]));
+ w11.Position = 0;
+ w11.Expand = false;
+ w11.Fill = false;
+ this.table1.Add (this.hbox3);
+ global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox3]));
+ w12.TopAttach = ((uint)(3));
+ w12.BottomAttach = ((uint)(4));
+ w12.LeftAttach = ((uint)(1));
+ w12.RightAttach = ((uint)(2));
+ w12.XOptions = ((global::Gtk.AttachOptions)(4));
+ w12.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.hbox4 = new global::Gtk.HBox ();
+ this.hbox4.Name = "hbox4";
+ // Container child hbox4.Gtk.Box+BoxChild
+ this.ExecuteTargetName = new global::Gtk.Entry ();
+ this.ExecuteTargetName.WidthRequest = 200;
+ this.ExecuteTargetName.CanFocus = true;
+ this.ExecuteTargetName.Name = "ExecuteTargetName";
+ this.ExecuteTargetName.IsEditable = true;
+ this.ExecuteTargetName.InvisibleChar = '●';
+ this.hbox4.Add (this.ExecuteTargetName);
+ global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.ExecuteTargetName]));
+ w13.Position = 0;
+ w13.Expand = false;
+ w13.Fill = false;
+ this.table1.Add (this.hbox4);
+ global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox4]));
+ w14.TopAttach = ((uint)(5));
+ w14.BottomAttach = ((uint)(6));
+ w14.LeftAttach = ((uint)(1));
+ w14.RightAttach = ((uint)(2));
+ w14.XOptions = ((global::Gtk.AttachOptions)(4));
+ w14.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.hbox5 = new global::Gtk.HBox ();
+ this.hbox5.Name = "hbox5";
+ // Container child hbox5.Gtk.Box+BoxChild
+ this.CleanTargetName = new global::Gtk.Entry ();
+ this.CleanTargetName.WidthRequest = 200;
+ this.CleanTargetName.CanFocus = true;
+ this.CleanTargetName.Name = "CleanTargetName";
+ this.CleanTargetName.IsEditable = true;
+ this.CleanTargetName.InvisibleChar = '●';
+ this.hbox5.Add (this.CleanTargetName);
+ global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.CleanTargetName]));
+ w15.Position = 0;
+ w15.Expand = false;
+ w15.Fill = false;
+ this.table1.Add (this.hbox5);
+ global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox5]));
+ w16.TopAttach = ((uint)(4));
+ w16.BottomAttach = ((uint)(5));
+ w16.LeftAttach = ((uint)(1));
+ w16.RightAttach = ((uint)(2));
+ w16.XOptions = ((global::Gtk.AttachOptions)(4));
+ w16.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.headerSep2 = new global::Gtk.HSeparator ();
+ this.headerSep2.Name = "headerSep2";
+ this.table1.Add (this.headerSep2);
+ global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.headerSep2]));
+ w17.TopAttach = ((uint)(1));
+ w17.BottomAttach = ((uint)(2));
+ w17.RightAttach = ((uint)(2));
+ w17.XOptions = ((global::Gtk.AttachOptions)(4));
+ w17.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.label8 = new global::Gtk.Label ();
+ this.label8.WidthRequest = 500;
+ this.label8.Name = "label8";
+ this.label8.Xalign = 0f;
+ this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the makefile targets that should be executed for the build and clean operations:");
+ this.label8.Wrap = true;
+ this.table1.Add (this.label8);
+ global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1[this.label8]));
+ w18.TopAttach = ((uint)(2));
+ w18.BottomAttach = ((uint)(3));
+ w18.RightAttach = ((uint)(2));
+ w18.XOptions = ((global::Gtk.AttachOptions)(4));
+ w18.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.lblAssemblyNameVar = new global::Gtk.Label ();
+ this.lblAssemblyNameVar.Name = "lblAssemblyNameVar";
+ this.lblAssemblyNameVar.Xalign = 0f;
+ this.lblAssemblyNameVar.LabelProp = global::Mono.Unix.Catalog.GetString ("Assembly Name variable:");
+ this.table1.Add (this.lblAssemblyNameVar);
+ global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1[this.lblAssemblyNameVar]));
+ w19.TopAttach = ((uint)(6));
+ w19.BottomAttach = ((uint)(7));
+ w19.XOptions = ((global::Gtk.AttachOptions)(4));
+ w19.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.lblMakefileName = new global::Gtk.Label ();
+ this.lblMakefileName.Name = "lblMakefileName";
+ this.lblMakefileName.Xalign = 0f;
+ this.lblMakefileName.LabelProp = global::Mono.Unix.Catalog.GetString ("Makefile path:");
+ this.table1.Add (this.lblMakefileName);
+ global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1[this.lblMakefileName]));
+ w20.XOptions = ((global::Gtk.AttachOptions)(4));
+ w20.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.lblOutputDirVar = new global::Gtk.Label ();
+ this.lblOutputDirVar.Name = "lblOutputDirVar";
+ this.lblOutputDirVar.Xalign = 0f;
+ this.lblOutputDirVar.LabelProp = global::Mono.Unix.Catalog.GetString ("Output directory variable:");
+ this.table1.Add (this.lblOutputDirVar);
+ global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1[this.lblOutputDirVar]));
+ w21.TopAttach = ((uint)(7));
+ w21.BottomAttach = ((uint)(8));
+ w21.XOptions = ((global::Gtk.AttachOptions)(4));
+ w21.YOptions = ((global::Gtk.AttachOptions)(4));
+ this.vbox1.Add (this.table1);
+ global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.table1]));
+ w22.Position = 2;
+ w22.Expand = false;
+ w22.Fill = false;
+ this.notebook1.Add (this.vbox1);
+ // Notebook tab
+ this.label1 = new global::Gtk.Label ();
+ this.label1.Name = "label1";
+ this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Makefile");
+ this.notebook1.SetTabLabel (this.vbox1, this.label1);
+ this.label1.ShowAll ();
+ // Container child notebook1.Gtk.Notebook+NotebookChild
+ this.vbox2 = new global::Gtk.VBox ();
+ this.vbox2.Name = "vbox2";
+ this.vbox2.Spacing = 6;
+ this.vbox2.BorderWidth = ((uint)(6));
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.cbFileSync = new global::Gtk.CheckButton ();
+ this.cbFileSync.CanFocus = true;
+ this.cbFileSync.Name = "cbFileSync";
+ this.cbFileSync.Label = global::Mono.Unix.Catalog.GetString ("Enable project file synchronization");
+ this.cbFileSync.DrawIndicator = true;
+ this.cbFileSync.UseUnderline = true;
+ this.vbox2.Add (this.cbFileSync);
+ global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.cbFileSync]));
+ w24.Position = 0;
+ w24.Expand = false;
+ w24.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.hseparator2 = new global::Gtk.HSeparator ();
+ this.hseparator2.Name = "hseparator2";
+ this.vbox2.Add (this.hseparator2);
+ global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hseparator2]));
+ w25.Position = 1;
+ w25.Expand = false;
+ w25.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.table3 = new global::Gtk.Table (((uint)(6)), ((uint)(3)), false);
+ this.table3.Name = "table3";
+ this.table3.RowSpacing = ((uint)(6));
+ this.table3.ColumnSpacing = ((uint)(6));
+ // Container child table3.Gtk.Table+TableChild
+ this.cbKeepDeployFilesSync = new global::Gtk.CheckButton ();
+ this.cbKeepDeployFilesSync.CanFocus = true;
+ this.cbKeepDeployFilesSync.Name = "cbKeepDeployFilesSync";
+ this.cbKeepDeployFilesSync.Label = global::Mono.Unix.Catalog.GetString ("Deployment files");
+ this.cbKeepDeployFilesSync.DrawIndicator = true;
+ this.table3.Add (this.cbKeepDeployFilesSync);
+ global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table3[this.cbKeepDeployFilesSync]));
+ w26.TopAttach = ((uint)(4));
+ w26.BottomAttach = ((uint)(5));
+ w26.XOptions = ((global::Gtk.AttachOptions)(4));
+ w26.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table3.Gtk.Table+TableChild
+ this.cbKeepFilesSync = new global::Gtk.CheckButton ();
+ this.cbKeepFilesSync.CanFocus = true;
+ this.cbKeepFilesSync.Name = "cbKeepFilesSync";
+ this.cbKeepFilesSync.Label = global::Mono.Unix.Catalog.GetString ("Source code files");
+ this.cbKeepFilesSync.DrawIndicator = true;
+ this.table3.Add (this.cbKeepFilesSync);
+ global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table3[this.cbKeepFilesSync]));
+ w27.TopAttach = ((uint)(2));
+ w27.BottomAttach = ((uint)(3));
+ w27.XOptions = ((global::Gtk.AttachOptions)(4));
+ w27.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table3.Gtk.Table+TableChild
+ this.cbKeepOthersSync = new global::Gtk.CheckButton ();
+ this.cbKeepOthersSync.CanFocus = true;
+ this.cbKeepOthersSync.Name = "cbKeepOthersSync";
+ this.cbKeepOthersSync.Label = global::Mono.Unix.Catalog.GetString ("Other Files");
+ this.cbKeepOthersSync.DrawIndicator = true;
+ this.table3.Add (this.cbKeepOthersSync);
+ global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table3[this.cbKeepOthersSync]));
+ w28.TopAttach = ((uint)(5));
+ w28.BottomAttach = ((uint)(6));
+ w28.XOptions = ((global::Gtk.AttachOptions)(4));
+ w28.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table3.Gtk.Table+TableChild
+ this.cbKeepResourcesSync = new global::Gtk.CheckButton ();
+ this.cbKeepResourcesSync.CanFocus = true;
+ this.cbKeepResourcesSync.Name = "cbKeepResourcesSync";
+ this.cbKeepResourcesSync.Label = global::Mono.Unix.Catalog.GetString ("Resources");
+ this.cbKeepResourcesSync.DrawIndicator = true;
+ this.table3.Add (this.cbKeepResourcesSync);
+ global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table3[this.cbKeepResourcesSync]));
+ w29.TopAttach = ((uint)(3));
+ w29.BottomAttach = ((uint)(4));
+ w29.XOptions = ((global::Gtk.AttachOptions)(4));
+ w29.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table3.Gtk.Table+TableChild
+ this.comboDeployFilesVar = global::Gtk.ComboBox.NewText ();
+ this.comboDeployFilesVar.WidthRequest = 200;
+ this.comboDeployFilesVar.Name = "comboDeployFilesVar";
+ this.table3.Add (this.comboDeployFilesVar);
+ global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table3[this.comboDeployFilesVar]));
+ w30.TopAttach = ((uint)(4));
+ w30.BottomAttach = ((uint)(5));
+ w30.LeftAttach = ((uint)(1));
+ w30.RightAttach = ((uint)(2));
+ w30.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table3.Gtk.Table+TableChild
+ this.comboFilesVar = global::Gtk.ComboBox.NewText ();
+ this.comboFilesVar.WidthRequest = 200;
+ this.comboFilesVar.Name = "comboFilesVar";
+ this.table3.Add (this.comboFilesVar);
+ global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table3[this.comboFilesVar]));
+ w31.TopAttach = ((uint)(2));
+ w31.BottomAttach = ((uint)(3));
+ w31.LeftAttach = ((uint)(1));
+ w31.RightAttach = ((uint)(2));
+ w31.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table3.Gtk.Table+TableChild
+ this.comboOthersVar = global::Gtk.ComboBox.NewText ();
+ this.comboOthersVar.WidthRequest = 200;
+ this.comboOthersVar.Name = "comboOthersVar";
+ this.table3.Add (this.comboOthersVar);
+ global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table3[this.comboOthersVar]));
+ w32.TopAttach = ((uint)(5));
+ w32.BottomAttach = ((uint)(6));
+ w32.LeftAttach = ((uint)(1));
+ w32.RightAttach = ((uint)(2));
+ w32.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table3.Gtk.Table+TableChild
+ this.comboResourcesVar = global::Gtk.ComboBox.NewText ();
+ this.comboResourcesVar.WidthRequest = 200;
+ this.comboResourcesVar.Name = "comboResourcesVar";
+ this.table3.Add (this.comboResourcesVar);
+ global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table3[this.comboResourcesVar]));
+ w33.TopAttach = ((uint)(3));
+ w33.BottomAttach = ((uint)(4));
+ w33.LeftAttach = ((uint)(1));
+ w33.RightAttach = ((uint)(2));
+ w33.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table3.Gtk.Table+TableChild
+ this.entryDeployFilesPattern = new global::Gtk.Entry ();
+ this.entryDeployFilesPattern.CanFocus = true;
+ this.entryDeployFilesPattern.Name = "entryDeployFilesPattern";
+ this.entryDeployFilesPattern.IsEditable = true;
+ this.entryDeployFilesPattern.InvisibleChar = '●';
+ this.table3.Add (this.entryDeployFilesPattern);
+ global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table3[this.entryDeployFilesPattern]));
+ w34.TopAttach = ((uint)(4));
+ w34.BottomAttach = ((uint)(5));
+ w34.LeftAttach = ((uint)(2));
+ w34.RightAttach = ((uint)(3));
+ w34.XOptions = ((global::Gtk.AttachOptions)(4));
+ w34.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table3.Gtk.Table+TableChild
+ this.entryFilesPattern = new global::Gtk.Entry ();
+ this.entryFilesPattern.CanFocus = true;
+ this.entryFilesPattern.Name = "entryFilesPattern";
+ this.entryFilesPattern.IsEditable = true;
+ this.entryFilesPattern.InvisibleChar = '●';
+ this.table3.Add (this.entryFilesPattern);
+ global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.table3[this.entryFilesPattern]));
+ w35.TopAttach = ((uint)(2));
+ w35.BottomAttach = ((uint)(3));
+ w35.LeftAttach = ((uint)(2));
+ w35.RightAttach = ((uint)(3));
+ w35.XOptions = ((global::Gtk.AttachOptions)(4));
+ w35.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table3.Gtk.Table+TableChild
+ this.entryResourcesPattern = new global::Gtk.Entry ();
+ this.entryResourcesPattern.CanFocus = true;
+ this.entryResourcesPattern.Name = "entryResourcesPattern";
+ this.entryResourcesPattern.IsEditable = true;
+ this.entryResourcesPattern.InvisibleChar = '●';
+ this.table3.Add (this.entryResourcesPattern);
+ global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table3[this.entryResourcesPattern]));
+ w36.TopAttach = ((uint)(3));
+ w36.BottomAttach = ((uint)(4));
+ w36.LeftAttach = ((uint)(2));
+ w36.RightAttach = ((uint)(3));
+ w36.XOptions = ((global::Gtk.AttachOptions)(4));
+ w36.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table3.Gtk.Table+TableChild
+ this.eventbox1 = new global::Gtk.EventBox ();
+ this.eventbox1.Name = "eventbox1";
+ // Container child eventbox1.Gtk.Container+ContainerChild
+ this.entryOthersPattern = new global::Gtk.Entry ();
+ this.entryOthersPattern.CanFocus = true;
+ this.entryOthersPattern.Name = "entryOthersPattern";
+ this.entryOthersPattern.IsEditable = true;
+ this.entryOthersPattern.InvisibleChar = '●';
+ this.eventbox1.Add (this.entryOthersPattern);
+ this.table3.Add (this.eventbox1);
+ global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table3[this.eventbox1]));
+ w38.TopAttach = ((uint)(5));
+ w38.BottomAttach = ((uint)(6));
+ w38.LeftAttach = ((uint)(2));
+ w38.RightAttach = ((uint)(3));
+ w38.XOptions = ((global::Gtk.AttachOptions)(4));
+ w38.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table3.Gtk.Table+TableChild
+ this.label5 = new global::Gtk.Label ();
+ this.label5.WidthRequest = 500;
+ this.label5.Name = "label5";
+ this.label5.Xalign = 0f;
+ this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the kind of files you want to synchronize with the makefile. For each file kind please specify the makefile variable that holds the list and optionally a prefix to be prepended to each file name.");
+ this.label5.Wrap = true;
+ this.table3.Add (this.label5);
+ global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table3[this.label5]));
+ w39.RightAttach = ((uint)(3));
+ w39.YPadding = ((uint)(9));
+ w39.XOptions = ((global::Gtk.AttachOptions)(4));
+ w39.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table3.Gtk.Table+TableChild
+ this.lblCol2 = new global::Gtk.Label ();
+ this.lblCol2.Name = "lblCol2";
+ this.lblCol2.Xalign = 0f;
+ this.lblCol2.LabelProp = global::Mono.Unix.Catalog.GetString ("Makefile variable name:");
+ this.table3.Add (this.lblCol2);
+ global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table3[this.lblCol2]));
+ w40.TopAttach = ((uint)(1));
+ w40.BottomAttach = ((uint)(2));
+ w40.LeftAttach = ((uint)(1));
+ w40.RightAttach = ((uint)(2));
+ w40.XOptions = ((global::Gtk.AttachOptions)(4));
+ w40.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table3.Gtk.Table+TableChild
+ this.lblCol3 = new global::Gtk.Label ();
+ this.lblCol3.Name = "lblCol3";
+ this.lblCol3.Xalign = 0f;
+ this.lblCol3.LabelProp = global::Mono.Unix.Catalog.GetString ("Prefix:");
+ this.table3.Add (this.lblCol3);
+ global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table3[this.lblCol3]));
+ w41.TopAttach = ((uint)(1));
+ w41.BottomAttach = ((uint)(2));
+ w41.LeftAttach = ((uint)(2));
+ w41.RightAttach = ((uint)(3));
+ w41.XOptions = ((global::Gtk.AttachOptions)(4));
+ w41.YOptions = ((global::Gtk.AttachOptions)(4));
+ this.vbox2.Add (this.table3);
+ global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table3]));
+ w42.Position = 2;
+ w42.Expand = false;
+ w42.Fill = false;
+ this.notebook1.Add (this.vbox2);
+ global::Gtk.Notebook.NotebookChild w43 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox2]));
+ w43.Position = 1;
+ // Notebook tab
+ this.label2 = new global::Gtk.Label ();
+ this.label2.Name = "label2";
+ this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Files");
+ this.notebook1.SetTabLabel (this.vbox2, this.label2);
+ this.label2.ShowAll ();
+ // Container child notebook1.Gtk.Notebook+NotebookChild
+ this.vbox4 = new global::Gtk.VBox ();
+ this.vbox4.Name = "vbox4";
+ this.vbox4.Spacing = 6;
+ this.vbox4.BorderWidth = ((uint)(6));
+ // Container child vbox4.Gtk.Box+BoxChild
+ this.cbKeepRefSync = new global::Gtk.CheckButton ();
+ this.cbKeepRefSync.CanFocus = true;
+ this.cbKeepRefSync.Name = "cbKeepRefSync";
+ this.cbKeepRefSync.Label = global::Mono.Unix.Catalog.GetString ("Enable references synchronization");
+ this.cbKeepRefSync.DrawIndicator = true;
+ this.vbox4.Add (this.cbKeepRefSync);
+ global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.cbKeepRefSync]));
+ w44.Position = 0;
+ w44.Expand = false;
+ w44.Fill = false;
+ // Container child vbox4.Gtk.Box+BoxChild
+ this.hseparator5 = new global::Gtk.HSeparator ();
+ this.hseparator5.Name = "hseparator5";
+ this.vbox4.Add (this.hseparator5);
+ global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hseparator5]));
+ w45.Position = 1;
+ w45.Expand = false;
+ w45.Fill = false;
+ // Container child vbox4.Gtk.Box+BoxChild
+ this.table4 = new global::Gtk.Table (((uint)(8)), ((uint)(3)), false);
+ this.table4.Name = "table4";
+ this.table4.RowSpacing = ((uint)(6));
+ this.table4.ColumnSpacing = ((uint)(6));
+ // Container child table4.Gtk.Table+TableChild
+ this.cbAutotoolsProject = new global::Gtk.CheckButton ();
+ this.cbAutotoolsProject.CanFocus = true;
+ this.cbAutotoolsProject.Name = "cbAutotoolsProject";
+ this.cbAutotoolsProject.Label = global::Mono.Unix.Catalog.GetString ("Look for packages in configure.in");
+ this.cbAutotoolsProject.DrawIndicator = true;
+ this.table4.Add (this.cbAutotoolsProject);
+ global::Gtk.Table.TableChild w46 = ((global::Gtk.Table.TableChild)(this.table4[this.cbAutotoolsProject]));
+ w46.TopAttach = ((uint)(6));
+ w46.BottomAttach = ((uint)(7));
+ w46.RightAttach = ((uint)(3));
+ w46.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table4.Gtk.Table+TableChild
+ this.comboAsmRefVar = global::Gtk.ComboBox.NewText ();
+ this.comboAsmRefVar.WidthRequest = 200;
+ this.comboAsmRefVar.Name = "comboAsmRefVar";
+ this.table4.Add (this.comboAsmRefVar);
+ global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.table4[this.comboAsmRefVar]));
+ w47.TopAttach = ((uint)(3));
+ w47.BottomAttach = ((uint)(4));
+ w47.LeftAttach = ((uint)(1));
+ w47.RightAttach = ((uint)(2));
+ w47.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table4.Gtk.Table+TableChild
+ this.comboGacRefVar = global::Gtk.ComboBox.NewText ();
+ this.comboGacRefVar.WidthRequest = 200;
+ this.comboGacRefVar.Name = "comboGacRefVar";
+ this.table4.Add (this.comboGacRefVar);
+ global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.table4[this.comboGacRefVar]));
+ w48.TopAttach = ((uint)(2));
+ w48.BottomAttach = ((uint)(3));
+ w48.LeftAttach = ((uint)(1));
+ w48.RightAttach = ((uint)(2));
+ w48.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table4.Gtk.Table+TableChild
+ this.comboProjectRefVar = global::Gtk.ComboBox.NewText ();
+ this.comboProjectRefVar.WidthRequest = 200;
+ this.comboProjectRefVar.Name = "comboProjectRefVar";
+ this.table4.Add (this.comboProjectRefVar);
+ global::Gtk.Table.TableChild w49 = ((global::Gtk.Table.TableChild)(this.table4[this.comboProjectRefVar]));
+ w49.TopAttach = ((uint)(4));
+ w49.BottomAttach = ((uint)(5));
+ w49.LeftAttach = ((uint)(1));
+ w49.RightAttach = ((uint)(2));
+ w49.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table4.Gtk.Table+TableChild
+ this.entryAsmRefPattern = new global::Gtk.Entry ();
+ this.entryAsmRefPattern.CanFocus = true;
+ this.entryAsmRefPattern.Name = "entryAsmRefPattern";
+ this.entryAsmRefPattern.IsEditable = true;
+ this.entryAsmRefPattern.InvisibleChar = '●';
+ this.table4.Add (this.entryAsmRefPattern);
+ global::Gtk.Table.TableChild w50 = ((global::Gtk.Table.TableChild)(this.table4[this.entryAsmRefPattern]));
+ w50.TopAttach = ((uint)(3));
+ w50.BottomAttach = ((uint)(4));
+ w50.LeftAttach = ((uint)(2));
+ w50.RightAttach = ((uint)(3));
+ w50.XOptions = ((global::Gtk.AttachOptions)(4));
+ w50.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table4.Gtk.Table+TableChild
+ this.entryGacRefPattern = new global::Gtk.Entry ();
+ this.entryGacRefPattern.CanFocus = true;
+ this.entryGacRefPattern.Name = "entryGacRefPattern";
+ this.entryGacRefPattern.IsEditable = true;
+ this.entryGacRefPattern.InvisibleChar = '●';
+ this.table4.Add (this.entryGacRefPattern);
+ global::Gtk.Table.TableChild w51 = ((global::Gtk.Table.TableChild)(this.table4[this.entryGacRefPattern]));
+ w51.TopAttach = ((uint)(2));
+ w51.BottomAttach = ((uint)(3));
+ w51.LeftAttach = ((uint)(2));
+ w51.RightAttach = ((uint)(3));
+ w51.XOptions = ((global::Gtk.AttachOptions)(4));
+ w51.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table4.Gtk.Table+TableChild
+ this.entryProjectRefPattern = new global::Gtk.Entry ();
+ this.entryProjectRefPattern.CanFocus = true;
+ this.entryProjectRefPattern.Name = "entryProjectRefPattern";
+ this.entryProjectRefPattern.IsEditable = true;
+ this.entryProjectRefPattern.InvisibleChar = '●';
+ this.table4.Add (this.entryProjectRefPattern);
+ global::Gtk.Table.TableChild w52 = ((global::Gtk.Table.TableChild)(this.table4[this.entryProjectRefPattern]));
+ w52.TopAttach = ((uint)(4));
+ w52.BottomAttach = ((uint)(5));
+ w52.LeftAttach = ((uint)(2));
+ w52.RightAttach = ((uint)(3));
+ w52.XOptions = ((global::Gtk.AttachOptions)(4));
+ w52.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table4.Gtk.Table+TableChild
+ this.fileEntryConfigureInPath = new global::MonoDevelop.Components.FolderEntry ();
+ this.fileEntryConfigureInPath.Name = "fileEntryConfigureInPath";
+ this.table4.Add (this.fileEntryConfigureInPath);
+ global::Gtk.Table.TableChild w53 = ((global::Gtk.Table.TableChild)(this.table4[this.fileEntryConfigureInPath]));
+ w53.TopAttach = ((uint)(7));
+ w53.BottomAttach = ((uint)(8));
+ w53.LeftAttach = ((uint)(1));
+ w53.RightAttach = ((uint)(3));
+ w53.XOptions = ((global::Gtk.AttachOptions)(4));
+ w53.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table4.Gtk.Table+TableChild
+ this.hseparator1 = new global::Gtk.HSeparator ();
+ this.hseparator1.Name = "hseparator1";
+ this.table4.Add (this.hseparator1);
+ global::Gtk.Table.TableChild w54 = ((global::Gtk.Table.TableChild)(this.table4[this.hseparator1]));
+ w54.TopAttach = ((uint)(5));
+ w54.BottomAttach = ((uint)(6));
+ w54.RightAttach = ((uint)(3));
+ w54.XOptions = ((global::Gtk.AttachOptions)(4));
+ w54.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table4.Gtk.Table+TableChild
+ this.label6 = new global::Gtk.Label ();
+ this.label6.WidthRequest = 500;
+ this.label6.Name = "label6";
+ this.label6.Xalign = 0f;
+ this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the kind of references you want to synchronize with the makefile. For each reference type please specify the makefile variable that holds the list, and optionally a prefix to be prepended to each reference name. You can specify the same variable name for several types of references.");
+ this.label6.Wrap = true;
+ this.table4.Add (this.label6);
+ global::Gtk.Table.TableChild w55 = ((global::Gtk.Table.TableChild)(this.table4[this.label6]));
+ w55.RightAttach = ((uint)(3));
+ w55.YPadding = ((uint)(9));
+ w55.XOptions = ((global::Gtk.AttachOptions)(4));
+ w55.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table4.Gtk.Table+TableChild
+ this.lblAsmRef = new global::Gtk.Label ();
+ this.lblAsmRef.Name = "lblAsmRef";
+ this.lblAsmRef.Xalign = 0f;
+ this.lblAsmRef.LabelProp = global::Mono.Unix.Catalog.GetString ("Assembly References");
+ this.table4.Add (this.lblAsmRef);
+ global::Gtk.Table.TableChild w56 = ((global::Gtk.Table.TableChild)(this.table4[this.lblAsmRef]));
+ w56.TopAttach = ((uint)(3));
+ w56.BottomAttach = ((uint)(4));
+ w56.XOptions = ((global::Gtk.AttachOptions)(4));
+ w56.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table4.Gtk.Table+TableChild
+ this.lblCol5 = new global::Gtk.Label ();
+ this.lblCol5.Name = "lblCol5";
+ this.lblCol5.Xalign = 0f;
+ this.lblCol5.LabelProp = global::Mono.Unix.Catalog.GetString ("Makefile variable name:");
+ this.table4.Add (this.lblCol5);
+ global::Gtk.Table.TableChild w57 = ((global::Gtk.Table.TableChild)(this.table4[this.lblCol5]));
+ w57.TopAttach = ((uint)(1));
+ w57.BottomAttach = ((uint)(2));
+ w57.LeftAttach = ((uint)(1));
+ w57.RightAttach = ((uint)(2));
+ w57.XOptions = ((global::Gtk.AttachOptions)(4));
+ w57.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table4.Gtk.Table+TableChild
+ this.lblCol6 = new global::Gtk.Label ();
+ this.lblCol6.Name = "lblCol6";
+ this.lblCol6.Xalign = 0f;
+ this.lblCol6.LabelProp = global::Mono.Unix.Catalog.GetString ("Prefix:");
+ this.table4.Add (this.lblCol6);
+ global::Gtk.Table.TableChild w58 = ((global::Gtk.Table.TableChild)(this.table4[this.lblCol6]));
+ w58.TopAttach = ((uint)(1));
+ w58.BottomAttach = ((uint)(2));
+ w58.LeftAttach = ((uint)(2));
+ w58.RightAttach = ((uint)(3));
+ w58.XOptions = ((global::Gtk.AttachOptions)(4));
+ w58.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table4.Gtk.Table+TableChild
+ this.lblConfigureInPath = new global::Gtk.Label ();
+ this.lblConfigureInPath.Name = "lblConfigureInPath";
+ this.lblConfigureInPath.Xalign = 0f;
+ this.lblConfigureInPath.LabelProp = global::Mono.Unix.Catalog.GetString ("Path for configure.in");
+ this.table4.Add (this.lblConfigureInPath);
+ global::Gtk.Table.TableChild w59 = ((global::Gtk.Table.TableChild)(this.table4[this.lblConfigureInPath]));
+ w59.TopAttach = ((uint)(7));
+ w59.BottomAttach = ((uint)(8));
+ w59.XOptions = ((global::Gtk.AttachOptions)(4));
+ w59.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table4.Gtk.Table+TableChild
+ this.lblGacRef = new global::Gtk.Label ();
+ this.lblGacRef.Name = "lblGacRef";
+ this.lblGacRef.Xalign = 0f;
+ this.lblGacRef.LabelProp = global::Mono.Unix.Catalog.GetString ("Package References");
+ this.table4.Add (this.lblGacRef);
+ global::Gtk.Table.TableChild w60 = ((global::Gtk.Table.TableChild)(this.table4[this.lblGacRef]));
+ w60.TopAttach = ((uint)(2));
+ w60.BottomAttach = ((uint)(3));
+ w60.XOptions = ((global::Gtk.AttachOptions)(4));
+ w60.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table4.Gtk.Table+TableChild
+ this.lblProjectRef = new global::Gtk.Label ();
+ this.lblProjectRef.Name = "lblProjectRef";
+ this.lblProjectRef.Xalign = 0f;
+ this.lblProjectRef.LabelProp = global::Mono.Unix.Catalog.GetString ("Project References");
+ this.table4.Add (this.lblProjectRef);
+ global::Gtk.Table.TableChild w61 = ((global::Gtk.Table.TableChild)(this.table4[this.lblProjectRef]));
+ w61.TopAttach = ((uint)(4));
+ w61.BottomAttach = ((uint)(5));
+ w61.XOptions = ((global::Gtk.AttachOptions)(4));
+ w61.YOptions = ((global::Gtk.AttachOptions)(4));
+ this.vbox4.Add (this.table4);
+ global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.table4]));
+ w62.Position = 2;
+ w62.Expand = false;
+ w62.Fill = false;
+ this.notebook1.Add (this.vbox4);
+ global::Gtk.Notebook.NotebookChild w63 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox4]));
+ w63.Position = 2;
+ // Notebook tab
+ this.label3 = new global::Gtk.Label ();
+ this.label3.Name = "label3";
+ this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("References");
+ this.notebook1.SetTabLabel (this.vbox4, this.label3);
+ this.label3.ShowAll ();
+ // Container child notebook1.Gtk.Notebook+NotebookChild
+ this.vbox3 = new global::Gtk.VBox ();
+ this.vbox3.Name = "vbox3";
+ this.vbox3.BorderWidth = ((uint)(6));
+ // Container child vbox3.Gtk.Box+BoxChild
+ this.label7 = new global::Gtk.Label ();
+ this.label7.WidthRequest = 500;
+ this.label7.Name = "label7";
+ this.label7.Xalign = 0f;
+ this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the Compiler message format for parsing the compiler errors and warnings. You can either select one of the built-in options, or specify custom regular expressions for errors and warnings. The regex must be the .net style regex. The following named groups are relevant : file, line, column, number (error number) and message.");
+ this.label7.Wrap = true;
+ this.label7.Justify = ((global::Gtk.Justification)(3));
+ this.vbox3.Add (this.label7);
+ global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.label7]));
+ w64.Position = 0;
+ w64.Expand = false;
+ w64.Fill = false;
+ w64.Padding = ((uint)(6));
+ // Container child vbox3.Gtk.Box+BoxChild
+ this.table2 = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false);
+ this.table2.Name = "table2";
+ this.table2.RowSpacing = ((uint)(6));
+ this.table2.ColumnSpacing = ((uint)(6));
+ // Container child table2.Gtk.Table+TableChild
+ this.entryErrorRegex = new global::Gtk.Entry ();
+ this.entryErrorRegex.WidthRequest = 350;
+ this.entryErrorRegex.CanFocus = true;
+ this.entryErrorRegex.Name = "entryErrorRegex";
+ this.entryErrorRegex.IsEditable = true;
+ this.entryErrorRegex.InvisibleChar = '●';
+ this.table2.Add (this.entryErrorRegex);
+ global::Gtk.Table.TableChild w65 = ((global::Gtk.Table.TableChild)(this.table2[this.entryErrorRegex]));
+ w65.TopAttach = ((uint)(1));
+ w65.BottomAttach = ((uint)(2));
+ w65.LeftAttach = ((uint)(1));
+ w65.RightAttach = ((uint)(3));
+ w65.XOptions = ((global::Gtk.AttachOptions)(4));
+ w65.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table2.Gtk.Table+TableChild
+ this.entryWarningRegex = new global::Gtk.Entry ();
+ this.entryWarningRegex.WidthRequest = 350;
+ this.entryWarningRegex.CanFocus = true;
+ this.entryWarningRegex.Name = "entryWarningRegex";
+ this.entryWarningRegex.IsEditable = true;
+ this.entryWarningRegex.InvisibleChar = '●';
+ this.table2.Add (this.entryWarningRegex);
+ global::Gtk.Table.TableChild w66 = ((global::Gtk.Table.TableChild)(this.table2[this.entryWarningRegex]));
+ w66.TopAttach = ((uint)(2));
+ w66.BottomAttach = ((uint)(3));
+ w66.LeftAttach = ((uint)(1));
+ w66.RightAttach = ((uint)(3));
+ w66.XOptions = ((global::Gtk.AttachOptions)(4));
+ w66.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table2.Gtk.Table+TableChild
+ this.hbox6 = new global::Gtk.HBox ();
+ this.hbox6.Name = "hbox6";
+ // Container child hbox6.Gtk.Box+BoxChild
+ this.comboMessageType = global::Gtk.ComboBox.NewText ();
+ this.comboMessageType.WidthRequest = 150;
+ this.comboMessageType.Name = "comboMessageType";
+ this.hbox6.Add (this.comboMessageType);
+ global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.comboMessageType]));
+ w67.Position = 0;
+ w67.Expand = false;
+ w67.Fill = false;
+ this.table2.Add (this.hbox6);
+ global::Gtk.Table.TableChild w68 = ((global::Gtk.Table.TableChild)(this.table2[this.hbox6]));
+ w68.LeftAttach = ((uint)(1));
+ w68.RightAttach = ((uint)(2));
+ w68.XOptions = ((global::Gtk.AttachOptions)(4));
+ w68.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table2.Gtk.Table+TableChild
+ this.lblErrorRegex = new global::Gtk.Label ();
+ this.lblErrorRegex.Name = "lblErrorRegex";
+ this.lblErrorRegex.Xalign = 0f;
+ this.lblErrorRegex.LabelProp = global::Mono.Unix.Catalog.GetString ("Error regex :");
+ this.table2.Add (this.lblErrorRegex);
+ global::Gtk.Table.TableChild w69 = ((global::Gtk.Table.TableChild)(this.table2[this.lblErrorRegex]));
+ w69.TopAttach = ((uint)(1));
+ w69.BottomAttach = ((uint)(2));
+ w69.XOptions = ((global::Gtk.AttachOptions)(4));
+ w69.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table2.Gtk.Table+TableChild
+ this.lblMessageType = new global::Gtk.Label ();
+ this.lblMessageType.Name = "lblMessageType";
+ this.lblMessageType.Xalign = 0f;
+ this.lblMessageType.LabelProp = global::Mono.Unix.Catalog.GetString ("Compiler :");
+ this.table2.Add (this.lblMessageType);
+ global::Gtk.Table.TableChild w70 = ((global::Gtk.Table.TableChild)(this.table2[this.lblMessageType]));
+ w70.XOptions = ((global::Gtk.AttachOptions)(4));
+ w70.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table2.Gtk.Table+TableChild
+ this.lblWarningRegex = new global::Gtk.Label ();
+ this.lblWarningRegex.Name = "lblWarningRegex";
+ this.lblWarningRegex.Xalign = 0f;
+ this.lblWarningRegex.LabelProp = global::Mono.Unix.Catalog.GetString ("Warnings regex :");
+ this.table2.Add (this.lblWarningRegex);
+ global::Gtk.Table.TableChild w71 = ((global::Gtk.Table.TableChild)(this.table2[this.lblWarningRegex]));
+ w71.TopAttach = ((uint)(2));
+ w71.BottomAttach = ((uint)(3));
+ w71.XOptions = ((global::Gtk.AttachOptions)(4));
+ w71.YOptions = ((global::Gtk.AttachOptions)(4));
+ this.vbox3.Add (this.table2);
+ global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.table2]));
+ w72.Position = 1;
+ this.notebook1.Add (this.vbox3);
+ global::Gtk.Notebook.NotebookChild w73 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox3]));
+ w73.Position = 3;
+ // Notebook tab
+ this.label4 = new global::Gtk.Label ();
+ this.label4.Name = "label4";
+ this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Messages Regex");
+ this.notebook1.SetTabLabel (this.vbox3, this.label4);
+ this.label4.ShowAll ();
+ this.Add (this.notebook1);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.comboAssemblyName.Hide ();
+ this.comboOutputDir.Hide ();
+ this.lblAssemblyNameVar.Hide ();
+ this.lblOutputDirVar.Hide ();
+ this.Show ();
+ this.cbEnableMakefileIntegration.Clicked += new global::System.EventHandler (this.OnEnableMakefileIntegrationClicked);
+ this.fileEntryMakefilePath.FocusOutEvent += new global::Gtk.FocusOutEventHandler (this.OnFileEntryMakefilePathFocusOutEvent);
+ this.cbRunTarget.Clicked += new global::System.EventHandler (this.OnCbRunTargetClicked);
+ this.cbCleanTarget.Clicked += new global::System.EventHandler (this.OnCbCleanTargetClicked);
+ this.cbBuildTarget.Clicked += new global::System.EventHandler (this.OnCbBuildTargetClicked);
+ this.cbFileSync.Clicked += new global::System.EventHandler (this.OnCbFileSyncClicked);
+ this.comboResourcesVar.Changed += new global::System.EventHandler (this.OnComboResourcesVarChanged);
+ this.cbKeepResourcesSync.Clicked += new global::System.EventHandler (this.OnCbKeepResourcesSyncClicked);
+ this.cbKeepOthersSync.Clicked += new global::System.EventHandler (this.OnCbKeepOthersSyncClicked);
+ this.cbKeepFilesSync.Clicked += new global::System.EventHandler (this.OnCbKeepFilesSyncClicked);
+ this.cbKeepDeployFilesSync.Clicked += new global::System.EventHandler (this.OnCbKeepDeployFilesSyncClicked);
+ this.cbKeepRefSync.Clicked += new global::System.EventHandler (this.OnCbKeepRefSyncClicked);
+ this.comboProjectRefVar.Changed += new global::System.EventHandler (this.OnComboProjectRefVarChanged);
+ this.comboGacRefVar.Changed += new global::System.EventHandler (this.OnComboGacRefVarChanged);
+ this.comboAsmRefVar.Changed += new global::System.EventHandler (this.OnComboAsmRefVarChanged);
+ this.cbAutotoolsProject.Clicked += new global::System.EventHandler (this.OnCbAutotoolsProjectClicked);
+ this.comboMessageType.Changed += new global::System.EventHandler (this.OnComboMessageTypeChanged);
+ }
+ }
}
diff --git a/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileSwitchEditor.cs b/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileSwitchEditor.cs
index e169137d74..fff655d724 100644
--- a/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileSwitchEditor.cs
+++ b/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileSwitchEditor.cs
@@ -1,76 +1,69 @@
-// ------------------------------------------------------------------------------
-// <autogenerated>
-// This code was generated by a tool.
-//
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-// </autogenerated>
-// ------------------------------------------------------------------------------
-namespace MonoDevelop.Autotools {
-
- public partial class MakefileSwitchEditor {
-
- private Gtk.Alignment align;
-
- private Gtk.Button buttonCancel;
-
- private Gtk.Button buttonOk;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Autotools.MakefileSwitchEditor
- this.Name = "MonoDevelop.Autotools.MakefileSwitchEditor";
- this.Title = Mono.Unix.Catalog.GetString("Switch editor");
- this.WindowPosition = ((Gtk.WindowPosition)(4));
- // Internal child MonoDevelop.Autotools.MakefileSwitchEditor.VBox
- Gtk.VBox w1 = this.VBox;
- w1.Name = "dialog1_VBox";
- w1.BorderWidth = ((uint)(2));
- // Container child dialog1_VBox.Gtk.Box+BoxChild
- this.align = new Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
- this.align.Name = "align";
- w1.Add(this.align);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(w1[this.align]));
- w2.Position = 0;
- // Internal child MonoDevelop.Autotools.MakefileSwitchEditor.ActionArea
- Gtk.HButtonBox w3 = this.ActionArea;
- w3.Name = "dialog1_ActionArea";
- w3.Spacing = 6;
- w3.BorderWidth = ((uint)(5));
- w3.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
- // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
- this.buttonCancel = new Gtk.Button();
- this.buttonCancel.CanDefault = true;
- this.buttonCancel.CanFocus = true;
- this.buttonCancel.Name = "buttonCancel";
- this.buttonCancel.UseStock = true;
- this.buttonCancel.UseUnderline = true;
- this.buttonCancel.Label = "gtk-cancel";
- this.AddActionWidget(this.buttonCancel, -6);
- Gtk.ButtonBox.ButtonBoxChild w4 = ((Gtk.ButtonBox.ButtonBoxChild)(w3[this.buttonCancel]));
- w4.Expand = false;
- w4.Fill = false;
- // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
- this.buttonOk = new Gtk.Button();
- this.buttonOk.CanDefault = true;
- this.buttonOk.CanFocus = true;
- this.buttonOk.Name = "buttonOk";
- this.buttonOk.UseStock = true;
- this.buttonOk.UseUnderline = true;
- this.buttonOk.Label = "gtk-ok";
- this.AddActionWidget(this.buttonOk, -5);
- Gtk.ButtonBox.ButtonBoxChild w5 = ((Gtk.ButtonBox.ButtonBoxChild)(w3[this.buttonOk]));
- w5.Position = 1;
- w5.Expand = false;
- w5.Fill = false;
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.DefaultWidth = 400;
- this.DefaultHeight = 300;
- this.Show();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Autotools
+{
+ public partial class MakefileSwitchEditor
+ {
+ private global::Gtk.Alignment align;
+
+ private global::Gtk.Button buttonCancel;
+
+ private global::Gtk.Button buttonOk;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Autotools.MakefileSwitchEditor
+ this.Name = "MonoDevelop.Autotools.MakefileSwitchEditor";
+ this.Title = global::Mono.Unix.Catalog.GetString ("Switch editor");
+ this.WindowPosition = ((global::Gtk.WindowPosition)(4));
+ // Internal child MonoDevelop.Autotools.MakefileSwitchEditor.VBox
+ global::Gtk.VBox w1 = this.VBox;
+ w1.Name = "dialog1_VBox";
+ w1.BorderWidth = ((uint)(2));
+ // Container child dialog1_VBox.Gtk.Box+BoxChild
+ this.align = new global::Gtk.Alignment (0.5f, 0.5f, 1f, 1f);
+ this.align.Name = "align";
+ w1.Add (this.align);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(w1[this.align]));
+ w2.Position = 0;
+ // Internal child MonoDevelop.Autotools.MakefileSwitchEditor.ActionArea
+ global::Gtk.HButtonBox w3 = this.ActionArea;
+ w3.Name = "dialog1_ActionArea";
+ w3.Spacing = 6;
+ w3.BorderWidth = ((uint)(5));
+ w3.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
+ // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
+ this.buttonCancel = new global::Gtk.Button ();
+ this.buttonCancel.CanDefault = true;
+ this.buttonCancel.CanFocus = true;
+ this.buttonCancel.Name = "buttonCancel";
+ this.buttonCancel.UseStock = true;
+ this.buttonCancel.UseUnderline = true;
+ this.buttonCancel.Label = "gtk-cancel";
+ this.AddActionWidget (this.buttonCancel, -6);
+ global::Gtk.ButtonBox.ButtonBoxChild w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3[this.buttonCancel]));
+ w4.Expand = false;
+ w4.Fill = false;
+ // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
+ this.buttonOk = new global::Gtk.Button ();
+ this.buttonOk.CanDefault = true;
+ this.buttonOk.CanFocus = true;
+ this.buttonOk.Name = "buttonOk";
+ this.buttonOk.UseStock = true;
+ this.buttonOk.UseUnderline = true;
+ this.buttonOk.Label = "gtk-ok";
+ this.AddActionWidget (this.buttonOk, -5);
+ global::Gtk.ButtonBox.ButtonBoxChild w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3[this.buttonOk]));
+ w5.Position = 1;
+ w5.Expand = false;
+ w5.Fill = false;
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.DefaultWidth = 400;
+ this.DefaultHeight = 300;
+ this.Show ();
+ }
+ }
}
diff --git a/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileSwitchEditorWidget.cs b/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileSwitchEditorWidget.cs
index 0fae71e21f..a62bd812b2 100644
--- a/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileSwitchEditorWidget.cs
+++ b/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.MakefileSwitchEditorWidget.cs
@@ -1,154 +1,147 @@
-// ------------------------------------------------------------------------------
-// <autogenerated>
-// This code was generated by a tool.
-//
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-// </autogenerated>
-// ------------------------------------------------------------------------------
-namespace MonoDevelop.Autotools {
-
- public partial class MakefileSwitchEditorWidget {
-
- private Gtk.VBox dialog1_VBox;
-
- private Gtk.Alignment alignment1;
-
- private Gtk.VBox vbox2;
-
- private Gtk.Label label1;
-
- private Gtk.Alignment alignment2;
-
- private Gtk.Label label2;
-
- private Gtk.Alignment alignment4;
-
- private Gtk.HBox hbox1;
-
- private Gtk.Button addBtn;
-
- private Gtk.Button remBtn;
-
- private Gtk.Alignment alignment3;
-
- private Gtk.ScrolledWindow GtkScrolledWindow;
-
- private Gtk.TreeView itemTv;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Autotools.MakefileSwitchEditorWidget
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Autotools.MakefileSwitchEditorWidget";
- // Container child MonoDevelop.Autotools.MakefileSwitchEditorWidget.Gtk.Container+ContainerChild
- this.dialog1_VBox = new Gtk.VBox();
- this.dialog1_VBox.Name = "dialog1_VBox";
- this.dialog1_VBox.BorderWidth = ((uint)(11));
- // Container child dialog1_VBox.Gtk.Box+BoxChild
- this.alignment1 = new Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
- this.alignment1.Name = "alignment1";
- // Container child alignment1.Gtk.Container+ContainerChild
- this.vbox2 = new Gtk.VBox();
- this.vbox2.Name = "vbox2";
- this.vbox2.Spacing = 6;
- // Container child vbox2.Gtk.Box+BoxChild
- this.label1 = new Gtk.Label();
- this.label1.Name = "label1";
- this.label1.Xalign = 0F;
- this.label1.LabelProp = Mono.Unix.Catalog.GetString("<b>Switch list</b>");
- this.label1.UseMarkup = true;
- this.vbox2.Add(this.label1);
- Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.vbox2[this.label1]));
- w1.Position = 0;
- w1.Expand = false;
- w1.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.alignment2 = new Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
- this.alignment2.Name = "alignment2";
- this.alignment2.BorderWidth = ((uint)(3));
- // Container child alignment2.Gtk.Container+ContainerChild
- this.label2 = new Gtk.Label();
- this.label2.Name = "label2";
- this.label2.Xalign = 0F;
- this.label2.LabelProp = Mono.Unix.Catalog.GetString("Use the following list to define new switches usable with autotools configure script. Each switch is mapped to a define that you can use to do conditional compilation in your source files.");
- this.label2.Wrap = true;
- this.label2.WidthChars = 78;
- this.alignment2.Add(this.label2);
- this.vbox2.Add(this.alignment2);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox2[this.alignment2]));
- w3.Position = 1;
- w3.Expand = false;
- w3.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.alignment4 = new Gtk.Alignment(1F, 0.5F, 1F, 1F);
- this.alignment4.Name = "alignment4";
- // Container child alignment4.Gtk.Container+ContainerChild
- this.hbox1 = new Gtk.HBox();
- this.hbox1.Name = "hbox1";
- this.hbox1.Spacing = 6;
- this.hbox1.BorderWidth = ((uint)(3));
- // Container child hbox1.Gtk.Box+BoxChild
- this.addBtn = new Gtk.Button();
- this.addBtn.CanFocus = true;
- this.addBtn.Name = "addBtn";
- this.addBtn.UseStock = true;
- this.addBtn.UseUnderline = true;
- this.addBtn.Label = "gtk-add";
- this.hbox1.Add(this.addBtn);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.hbox1[this.addBtn]));
- w4.Position = 0;
- w4.Expand = false;
- w4.Fill = false;
- // Container child hbox1.Gtk.Box+BoxChild
- this.remBtn = new Gtk.Button();
- this.remBtn.CanFocus = true;
- this.remBtn.Name = "remBtn";
- this.remBtn.UseStock = true;
- this.remBtn.UseUnderline = true;
- this.remBtn.Label = "gtk-remove";
- this.hbox1.Add(this.remBtn);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.hbox1[this.remBtn]));
- w5.Position = 1;
- w5.Expand = false;
- w5.Fill = false;
- this.alignment4.Add(this.hbox1);
- this.vbox2.Add(this.alignment4);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vbox2[this.alignment4]));
- w7.Position = 2;
- w7.Expand = false;
- w7.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.alignment3 = new Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
- this.alignment3.Name = "alignment3";
- this.alignment3.BottomPadding = ((uint)(8));
- this.alignment3.BorderWidth = ((uint)(3));
- // Container child alignment3.Gtk.Container+ContainerChild
- this.GtkScrolledWindow = new Gtk.ScrolledWindow();
- this.GtkScrolledWindow.Name = "GtkScrolledWindow";
- this.GtkScrolledWindow.ShadowType = ((Gtk.ShadowType)(1));
- // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
- this.itemTv = new Gtk.TreeView();
- this.itemTv.CanFocus = true;
- this.itemTv.Name = "itemTv";
- this.GtkScrolledWindow.Add(this.itemTv);
- this.alignment3.Add(this.GtkScrolledWindow);
- this.vbox2.Add(this.alignment3);
- Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.vbox2[this.alignment3]));
- w10.Position = 3;
- this.alignment1.Add(this.vbox2);
- this.dialog1_VBox.Add(this.alignment1);
- Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.dialog1_VBox[this.alignment1]));
- w12.Position = 0;
- this.Add(this.dialog1_VBox);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.Hide();
- this.addBtn.Clicked += new System.EventHandler(this.OnAddBtnClicked);
- this.remBtn.Clicked += new System.EventHandler(this.OnRemBtnClicked);
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Autotools
+{
+ public partial class MakefileSwitchEditorWidget
+ {
+ private global::Gtk.VBox dialog1_VBox;
+
+ private global::Gtk.Alignment alignment1;
+
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.Label label1;
+
+ private global::Gtk.Alignment alignment2;
+
+ private global::Gtk.Label label2;
+
+ private global::Gtk.Alignment alignment4;
+
+ private global::Gtk.HBox hbox1;
+
+ private global::Gtk.Button addBtn;
+
+ private global::Gtk.Button remBtn;
+
+ private global::Gtk.Alignment alignment3;
+
+ private global::Gtk.ScrolledWindow GtkScrolledWindow;
+
+ private global::Gtk.TreeView itemTv;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Autotools.MakefileSwitchEditorWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Autotools.MakefileSwitchEditorWidget";
+ // Container child MonoDevelop.Autotools.MakefileSwitchEditorWidget.Gtk.Container+ContainerChild
+ this.dialog1_VBox = new global::Gtk.VBox ();
+ this.dialog1_VBox.Name = "dialog1_VBox";
+ this.dialog1_VBox.BorderWidth = ((uint)(11));
+ // Container child dialog1_VBox.Gtk.Box+BoxChild
+ this.alignment1 = new global::Gtk.Alignment (0.5f, 0.5f, 1f, 1f);
+ this.alignment1.Name = "alignment1";
+ // Container child alignment1.Gtk.Container+ContainerChild
+ this.vbox2 = new global::Gtk.VBox ();
+ this.vbox2.Name = "vbox2";
+ this.vbox2.Spacing = 6;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.label1 = new global::Gtk.Label ();
+ this.label1.Name = "label1";
+ this.label1.Xalign = 0f;
+ this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Switch list</b>");
+ this.label1.UseMarkup = true;
+ this.vbox2.Add (this.label1);
+ global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label1]));
+ w1.Position = 0;
+ w1.Expand = false;
+ w1.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.alignment2 = new global::Gtk.Alignment (0.5f, 0.5f, 1f, 1f);
+ this.alignment2.Name = "alignment2";
+ this.alignment2.BorderWidth = ((uint)(3));
+ // Container child alignment2.Gtk.Container+ContainerChild
+ this.label2 = new global::Gtk.Label ();
+ this.label2.Name = "label2";
+ this.label2.Xalign = 0f;
+ this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Use the following list to define new switches usable with autotools configure script. Each switch is mapped to a define that you can use to do conditional compilation in your source files.");
+ this.label2.Wrap = true;
+ this.label2.WidthChars = 78;
+ this.alignment2.Add (this.label2);
+ this.vbox2.Add (this.alignment2);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.alignment2]));
+ w3.Position = 1;
+ w3.Expand = false;
+ w3.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.alignment4 = new global::Gtk.Alignment (1f, 0.5f, 1f, 1f);
+ this.alignment4.Name = "alignment4";
+ // Container child alignment4.Gtk.Container+ContainerChild
+ this.hbox1 = new global::Gtk.HBox ();
+ this.hbox1.Name = "hbox1";
+ this.hbox1.Spacing = 6;
+ this.hbox1.BorderWidth = ((uint)(3));
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.addBtn = new global::Gtk.Button ();
+ this.addBtn.CanFocus = true;
+ this.addBtn.Name = "addBtn";
+ this.addBtn.UseStock = true;
+ this.addBtn.UseUnderline = true;
+ this.addBtn.Label = "gtk-add";
+ this.hbox1.Add (this.addBtn);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.addBtn]));
+ w4.Position = 0;
+ w4.Expand = false;
+ w4.Fill = false;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.remBtn = new global::Gtk.Button ();
+ this.remBtn.CanFocus = true;
+ this.remBtn.Name = "remBtn";
+ this.remBtn.UseStock = true;
+ this.remBtn.UseUnderline = true;
+ this.remBtn.Label = "gtk-remove";
+ this.hbox1.Add (this.remBtn);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.remBtn]));
+ w5.Position = 1;
+ w5.Expand = false;
+ w5.Fill = false;
+ this.alignment4.Add (this.hbox1);
+ this.vbox2.Add (this.alignment4);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.alignment4]));
+ w7.Position = 2;
+ w7.Expand = false;
+ w7.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.alignment3 = new global::Gtk.Alignment (0.5f, 0.5f, 1f, 1f);
+ this.alignment3.Name = "alignment3";
+ this.alignment3.BottomPadding = ((uint)(8));
+ this.alignment3.BorderWidth = ((uint)(3));
+ // Container child alignment3.Gtk.Container+ContainerChild
+ this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
+ this.GtkScrolledWindow.Name = "GtkScrolledWindow";
+ this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
+ this.itemTv = new global::Gtk.TreeView ();
+ this.itemTv.CanFocus = true;
+ this.itemTv.Name = "itemTv";
+ this.GtkScrolledWindow.Add (this.itemTv);
+ this.alignment3.Add (this.GtkScrolledWindow);
+ this.vbox2.Add (this.alignment3);
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.alignment3]));
+ w10.Position = 3;
+ this.alignment1.Add (this.vbox2);
+ this.dialog1_VBox.Add (this.alignment1);
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox[this.alignment1]));
+ w12.Position = 0;
+ this.Add (this.dialog1_VBox);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.Hide ();
+ this.addBtn.Clicked += new global::System.EventHandler (this.OnAddBtnClicked);
+ this.remBtn.Clicked += new global::System.EventHandler (this.OnRemBtnClicked);
+ }
+ }
}
diff --git a/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.TarballBuilderEditorWidget.cs b/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.TarballBuilderEditorWidget.cs
index cb1536311b..7b61d02e0b 100644
--- a/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.TarballBuilderEditorWidget.cs
+++ b/main/src/addins/MonoDevelop.Autotools/gtk-gui/MonoDevelop.Autotools.TarballBuilderEditorWidget.cs
@@ -1,309 +1,302 @@
-// ------------------------------------------------------------------------------
-// <autogenerated>
-// This code was generated by a tool.
-//
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-// </autogenerated>
-// ------------------------------------------------------------------------------
-namespace MonoDevelop.Autotools {
-
- public partial class TarballBuilderEditorWidget {
-
- private Gtk.VBox vbox2;
-
- private Gtk.HBox hbox1;
-
- private Gtk.Label label2;
-
- private MonoDevelop.Components.FolderEntry folderEntry;
-
- private Gtk.RadioButton radioUseExisting;
-
- private Gtk.RadioButton radioGenerate;
-
- private Gtk.VBox boxGenerate;
-
- private Gtk.HBox boxConfig;
-
- private Gtk.Label label4;
-
- private Gtk.Label label3;
-
- private Gtk.ComboBox comboConfigs;
-
- private Gtk.HBox boxConfig1;
-
- private Gtk.Label label5;
-
- private Gtk.Label label6;
-
- private Gtk.HBox hbox3;
-
- private Gtk.Label label8;
-
- private Gtk.RadioButton rbAutotools;
-
- private Gtk.Label label9;
-
- private Gtk.HBox hbox2;
-
- private Gtk.Label label1;
-
- private Gtk.RadioButton rbSimple;
-
- private Gtk.Label label7;
-
- private Gtk.Alignment alignment1;
-
- private Gtk.HBox hbox4;
-
- private Gtk.Button autofooProperties;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Autotools.TarballBuilderEditorWidget
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Autotools.TarballBuilderEditorWidget";
- // Container child MonoDevelop.Autotools.TarballBuilderEditorWidget.Gtk.Container+ContainerChild
- this.vbox2 = new Gtk.VBox();
- this.vbox2.Name = "vbox2";
- this.vbox2.Spacing = 6;
- // Container child vbox2.Gtk.Box+BoxChild
- this.hbox1 = new Gtk.HBox();
- this.hbox1.Name = "hbox1";
- this.hbox1.Spacing = 6;
- // Container child hbox1.Gtk.Box+BoxChild
- this.label2 = new Gtk.Label();
- this.label2.Name = "label2";
- this.label2.LabelProp = Mono.Unix.Catalog.GetString("Deploy directory:");
- this.hbox1.Add(this.label2);
- Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.hbox1[this.label2]));
- w1.Position = 0;
- w1.Expand = false;
- w1.Fill = false;
- // Container child hbox1.Gtk.Box+BoxChild
- this.folderEntry = new MonoDevelop.Components.FolderEntry();
- this.folderEntry.Name = "folderEntry";
- this.folderEntry.BrowserTitle = "Target Directory";
- this.hbox1.Add(this.folderEntry);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox1[this.folderEntry]));
- w2.Position = 1;
- this.vbox2.Add(this.hbox1);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
- w3.Position = 0;
- w3.Expand = false;
- w3.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.radioUseExisting = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Use existing Makefiles"));
- this.radioUseExisting.CanFocus = true;
- this.radioUseExisting.Name = "radioUseExisting";
- this.radioUseExisting.Active = true;
- this.radioUseExisting.DrawIndicator = true;
- this.radioUseExisting.UseUnderline = true;
- this.radioUseExisting.Group = new GLib.SList(System.IntPtr.Zero);
- this.vbox2.Add(this.radioUseExisting);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox2[this.radioUseExisting]));
- w4.Position = 1;
- w4.Expand = false;
- w4.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.radioGenerate = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Generate new Makefiles"));
- this.radioGenerate.CanFocus = true;
- this.radioGenerate.Name = "radioGenerate";
- this.radioGenerate.DrawIndicator = true;
- this.radioGenerate.UseUnderline = true;
- this.radioGenerate.Group = this.radioUseExisting.Group;
- this.vbox2.Add(this.radioGenerate);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox2[this.radioGenerate]));
- w5.Position = 2;
- w5.Expand = false;
- w5.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.boxGenerate = new Gtk.VBox();
- this.boxGenerate.Name = "boxGenerate";
- this.boxGenerate.Spacing = 6;
- // Container child boxGenerate.Gtk.Box+BoxChild
- this.boxConfig = new Gtk.HBox();
- this.boxConfig.Name = "boxConfig";
- this.boxConfig.Spacing = 6;
- // Container child boxConfig.Gtk.Box+BoxChild
- this.label4 = new Gtk.Label();
- this.label4.WidthRequest = 24;
- this.label4.Name = "label4";
- this.boxConfig.Add(this.label4);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.boxConfig[this.label4]));
- w6.Position = 0;
- w6.Expand = false;
- w6.Fill = false;
- // Container child boxConfig.Gtk.Box+BoxChild
- this.label3 = new Gtk.Label();
- this.label3.Name = "label3";
- this.label3.LabelProp = Mono.Unix.Catalog.GetString("Default configuration:");
- this.boxConfig.Add(this.label3);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.boxConfig[this.label3]));
- w7.Position = 1;
- w7.Expand = false;
- w7.Fill = false;
- // Container child boxConfig.Gtk.Box+BoxChild
- this.comboConfigs = Gtk.ComboBox.NewText();
- this.comboConfigs.Name = "comboConfigs";
- this.boxConfig.Add(this.comboConfigs);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.boxConfig[this.comboConfigs]));
- w8.Position = 2;
- this.boxGenerate.Add(this.boxConfig);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.boxGenerate[this.boxConfig]));
- w9.Position = 0;
- w9.Expand = false;
- w9.Fill = false;
- // Container child boxGenerate.Gtk.Box+BoxChild
- this.boxConfig1 = new Gtk.HBox();
- this.boxConfig1.Name = "boxConfig1";
- this.boxConfig1.Spacing = 6;
- // Container child boxConfig1.Gtk.Box+BoxChild
- this.label5 = new Gtk.Label();
- this.label5.WidthRequest = 24;
- this.label5.Name = "label5";
- this.boxConfig1.Add(this.label5);
- Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.boxConfig1[this.label5]));
- w10.Position = 0;
- w10.Expand = false;
- w10.Fill = false;
- // Container child boxConfig1.Gtk.Box+BoxChild
- this.label6 = new Gtk.Label();
- this.label6.Name = "label6";
- this.label6.LabelProp = Mono.Unix.Catalog.GetString("Select the kind of Makefile to generate:");
- this.boxConfig1.Add(this.label6);
- Gtk.Box.BoxChild w11 = ((Gtk.Box.BoxChild)(this.boxConfig1[this.label6]));
- w11.Position = 1;
- w11.Expand = false;
- w11.Fill = false;
- this.boxGenerate.Add(this.boxConfig1);
- Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.boxGenerate[this.boxConfig1]));
- w12.Position = 1;
- w12.Expand = false;
- w12.Fill = false;
- // Container child boxGenerate.Gtk.Box+BoxChild
- this.hbox3 = new Gtk.HBox();
- this.hbox3.Name = "hbox3";
- this.hbox3.Spacing = 6;
- // Container child hbox3.Gtk.Box+BoxChild
- this.label8 = new Gtk.Label();
- this.label8.WidthRequest = 24;
- this.label8.Name = "label8";
- this.hbox3.Add(this.label8);
- Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(this.hbox3[this.label8]));
- w13.Position = 0;
- w13.Expand = false;
- w13.Fill = false;
- // Container child hbox3.Gtk.Box+BoxChild
- this.rbAutotools = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Autotools based"));
- this.rbAutotools.CanFocus = true;
- this.rbAutotools.Name = "rbAutotools";
- this.rbAutotools.Active = true;
- this.rbAutotools.DrawIndicator = true;
- this.rbAutotools.UseUnderline = true;
- this.rbAutotools.Group = new GLib.SList(System.IntPtr.Zero);
- this.rbAutotools.Remove(this.rbAutotools.Child);
- // Container child rbAutotools.Gtk.Container+ContainerChild
- this.label9 = new Gtk.Label();
- this.label9.WidthRequest = 550;
- this.label9.Name = "label9";
- this.label9.LabelProp = Mono.Unix.Catalog.GetString("<b>Autotools based Makefile</b>\nGenerates a Makefile structure based on Autotools, with the standard targets and configuration scripts.");
- this.label9.UseMarkup = true;
- this.label9.Wrap = true;
- this.rbAutotools.Add(this.label9);
- this.hbox3.Add(this.rbAutotools);
- Gtk.Box.BoxChild w15 = ((Gtk.Box.BoxChild)(this.hbox3[this.rbAutotools]));
- w15.Position = 1;
- this.boxGenerate.Add(this.hbox3);
- Gtk.Box.BoxChild w16 = ((Gtk.Box.BoxChild)(this.boxGenerate[this.hbox3]));
- w16.Position = 2;
- w16.Expand = false;
- w16.Fill = false;
- // Container child boxGenerate.Gtk.Box+BoxChild
- this.hbox2 = new Gtk.HBox();
- this.hbox2.Name = "hbox2";
- this.hbox2.Spacing = 6;
- // Container child hbox2.Gtk.Box+BoxChild
- this.label1 = new Gtk.Label();
- this.label1.WidthRequest = 24;
- this.label1.Name = "label1";
- this.hbox2.Add(this.label1);
- Gtk.Box.BoxChild w17 = ((Gtk.Box.BoxChild)(this.hbox2[this.label1]));
- w17.Position = 0;
- w17.Expand = false;
- w17.Fill = false;
- // Container child hbox2.Gtk.Box+BoxChild
- this.rbSimple = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Simple"));
- this.rbSimple.CanFocus = true;
- this.rbSimple.Name = "rbSimple";
- this.rbSimple.DrawIndicator = true;
- this.rbSimple.UseUnderline = true;
- this.rbSimple.Group = this.rbAutotools.Group;
- this.rbSimple.Remove(this.rbSimple.Child);
- // Container child rbSimple.Gtk.Container+ContainerChild
- this.label7 = new Gtk.Label();
- this.label7.WidthRequest = 550;
- this.label7.Name = "label7";
- this.label7.LabelProp = Mono.Unix.Catalog.GetString("<b>Simple Makefile</b>\nGenerates set of Makefiles with the most common targets, and a configuration script that does a basic check of package dependencies.");
- this.label7.UseMarkup = true;
- this.label7.Wrap = true;
- this.rbSimple.Add(this.label7);
- this.hbox2.Add(this.rbSimple);
- Gtk.Box.BoxChild w19 = ((Gtk.Box.BoxChild)(this.hbox2[this.rbSimple]));
- w19.Position = 1;
- this.boxGenerate.Add(this.hbox2);
- Gtk.Box.BoxChild w20 = ((Gtk.Box.BoxChild)(this.boxGenerate[this.hbox2]));
- w20.Position = 3;
- w20.Expand = false;
- w20.Fill = false;
- // Container child boxGenerate.Gtk.Box+BoxChild
- this.alignment1 = new Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
- this.alignment1.Name = "alignment1";
- this.alignment1.LeftPadding = ((uint)(24));
- this.alignment1.TopPadding = ((uint)(8));
- this.alignment1.BottomPadding = ((uint)(8));
- // Container child alignment1.Gtk.Container+ContainerChild
- this.hbox4 = new Gtk.HBox();
- this.hbox4.Name = "hbox4";
- this.hbox4.Spacing = 6;
- // Container child hbox4.Gtk.Box+BoxChild
- this.autofooProperties = new Gtk.Button();
- this.autofooProperties.CanFocus = true;
- this.autofooProperties.Name = "autofooProperties";
- this.autofooProperties.UseUnderline = true;
- this.autofooProperties.Label = Mono.Unix.Catalog.GetString("Edit configure switches");
- this.hbox4.Add(this.autofooProperties);
- Gtk.Box.BoxChild w21 = ((Gtk.Box.BoxChild)(this.hbox4[this.autofooProperties]));
- w21.Position = 0;
- w21.Expand = false;
- w21.Fill = false;
- this.alignment1.Add(this.hbox4);
- this.boxGenerate.Add(this.alignment1);
- Gtk.Box.BoxChild w23 = ((Gtk.Box.BoxChild)(this.boxGenerate[this.alignment1]));
- w23.Position = 4;
- w23.Expand = false;
- w23.Fill = false;
- this.vbox2.Add(this.boxGenerate);
- Gtk.Box.BoxChild w24 = ((Gtk.Box.BoxChild)(this.vbox2[this.boxGenerate]));
- w24.Position = 3;
- w24.Expand = false;
- w24.Fill = false;
- this.Add(this.vbox2);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.Show();
- this.folderEntry.PathChanged += new System.EventHandler(this.OnFolderEntryPathChanged);
- this.radioUseExisting.Clicked += new System.EventHandler(this.OnRadioUseExistingClicked);
- this.radioGenerate.Clicked += new System.EventHandler(this.OnRadioGenerateClicked);
- this.comboConfigs.Changed += new System.EventHandler(this.OnComboConfigsChanged);
- this.rbAutotools.Toggled += new System.EventHandler(this.OnRbAutotoolsToggled);
- this.rbSimple.Toggled += new System.EventHandler(this.OnRbSimpleToggled);
- this.autofooProperties.Clicked += new System.EventHandler(this.OnAutofooPropertiesClicked);
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Autotools
+{
+ public partial class TarballBuilderEditorWidget
+ {
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.HBox hbox1;
+
+ private global::Gtk.Label label2;
+
+ private global::MonoDevelop.Components.FolderEntry folderEntry;
+
+ private global::Gtk.RadioButton radioUseExisting;
+
+ private global::Gtk.RadioButton radioGenerate;
+
+ private global::Gtk.VBox boxGenerate;
+
+ private global::Gtk.HBox boxConfig;
+
+ private global::Gtk.Label label4;
+
+ private global::Gtk.Label label3;
+
+ private global::Gtk.ComboBox comboConfigs;
+
+ private global::Gtk.HBox boxConfig1;
+
+ private global::Gtk.Label label5;
+
+ private global::Gtk.Label label6;
+
+ private global::Gtk.HBox hbox3;
+
+ private global::Gtk.Label label8;
+
+ private global::Gtk.RadioButton rbAutotools;
+
+ private global::Gtk.Label label9;
+
+ private global::Gtk.HBox hbox2;
+
+ private global::Gtk.Label label1;
+
+ private global::Gtk.RadioButton rbSimple;
+
+ private global::Gtk.Label label7;
+
+ private global::Gtk.Alignment alignment1;
+
+ private global::Gtk.HBox hbox4;
+
+ private global::Gtk.Button autofooProperties;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Autotools.TarballBuilderEditorWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Autotools.TarballBuilderEditorWidget";
+ // Container child MonoDevelop.Autotools.TarballBuilderEditorWidget.Gtk.Container+ContainerChild
+ this.vbox2 = new global::Gtk.VBox ();
+ this.vbox2.Name = "vbox2";
+ this.vbox2.Spacing = 6;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.hbox1 = new global::Gtk.HBox ();
+ this.hbox1.Name = "hbox1";
+ this.hbox1.Spacing = 6;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.label2 = new global::Gtk.Label ();
+ this.label2.Name = "label2";
+ this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Deploy directory:");
+ this.hbox1.Add (this.label2);
+ global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label2]));
+ w1.Position = 0;
+ w1.Expand = false;
+ w1.Fill = false;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.folderEntry = new global::MonoDevelop.Components.FolderEntry ();
+ this.folderEntry.Name = "folderEntry";
+ this.folderEntry.BrowserTitle = "Target Directory";
+ this.hbox1.Add (this.folderEntry);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.folderEntry]));
+ w2.Position = 1;
+ this.vbox2.Add (this.hbox1);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
+ w3.Position = 0;
+ w3.Expand = false;
+ w3.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.radioUseExisting = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Use existing Makefiles"));
+ this.radioUseExisting.CanFocus = true;
+ this.radioUseExisting.Name = "radioUseExisting";
+ this.radioUseExisting.Active = true;
+ this.radioUseExisting.DrawIndicator = true;
+ this.radioUseExisting.UseUnderline = true;
+ this.radioUseExisting.Group = new global::GLib.SList (global::System.IntPtr.Zero);
+ this.vbox2.Add (this.radioUseExisting);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.radioUseExisting]));
+ w4.Position = 1;
+ w4.Expand = false;
+ w4.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.radioGenerate = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Generate new Makefiles"));
+ this.radioGenerate.CanFocus = true;
+ this.radioGenerate.Name = "radioGenerate";
+ this.radioGenerate.DrawIndicator = true;
+ this.radioGenerate.UseUnderline = true;
+ this.radioGenerate.Group = this.radioUseExisting.Group;
+ this.vbox2.Add (this.radioGenerate);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.radioGenerate]));
+ w5.Position = 2;
+ w5.Expand = false;
+ w5.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.boxGenerate = new global::Gtk.VBox ();
+ this.boxGenerate.Name = "boxGenerate";
+ this.boxGenerate.Spacing = 6;
+ // Container child boxGenerate.Gtk.Box+BoxChild
+ this.boxConfig = new global::Gtk.HBox ();
+ this.boxConfig.Name = "boxConfig";
+ this.boxConfig.Spacing = 6;
+ // Container child boxConfig.Gtk.Box+BoxChild
+ this.label4 = new global::Gtk.Label ();
+ this.label4.WidthRequest = 24;
+ this.label4.Name = "label4";
+ this.boxConfig.Add (this.label4);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.boxConfig[this.label4]));
+ w6.Position = 0;
+ w6.Expand = false;
+ w6.Fill = false;
+ // Container child boxConfig.Gtk.Box+BoxChild
+ this.label3 = new global::Gtk.Label ();
+ this.label3.Name = "label3";
+ this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Default configuration:");
+ this.boxConfig.Add (this.label3);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.boxConfig[this.label3]));
+ w7.Position = 1;
+ w7.Expand = false;
+ w7.Fill = false;
+ // Container child boxConfig.Gtk.Box+BoxChild
+ this.comboConfigs = global::Gtk.ComboBox.NewText ();
+ this.comboConfigs.Name = "comboConfigs";
+ this.boxConfig.Add (this.comboConfigs);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.boxConfig[this.comboConfigs]));
+ w8.Position = 2;
+ this.boxGenerate.Add (this.boxConfig);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.boxGenerate[this.boxConfig]));
+ w9.Position = 0;
+ w9.Expand = false;
+ w9.Fill = false;
+ // Container child boxGenerate.Gtk.Box+BoxChild
+ this.boxConfig1 = new global::Gtk.HBox ();
+ this.boxConfig1.Name = "boxConfig1";
+ this.boxConfig1.Spacing = 6;
+ // Container child boxConfig1.Gtk.Box+BoxChild
+ this.label5 = new global::Gtk.Label ();
+ this.label5.WidthRequest = 24;
+ this.label5.Name = "label5";
+ this.boxConfig1.Add (this.label5);
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.boxConfig1[this.label5]));
+ w10.Position = 0;
+ w10.Expand = false;
+ w10.Fill = false;
+ // Container child boxConfig1.Gtk.Box+BoxChild
+ this.label6 = new global::Gtk.Label ();
+ this.label6.Name = "label6";
+ this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the kind of Makefile to generate:");
+ this.boxConfig1.Add (this.label6);
+ global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.boxConfig1[this.label6]));
+ w11.Position = 1;
+ w11.Expand = false;
+ w11.Fill = false;
+ this.boxGenerate.Add (this.boxConfig1);
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.boxGenerate[this.boxConfig1]));
+ w12.Position = 1;
+ w12.Expand = false;
+ w12.Fill = false;
+ // Container child boxGenerate.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.WidthRequest = 24;
+ this.label8.Name = "label8";
+ this.hbox3.Add (this.label8);
+ global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label8]));
+ w13.Position = 0;
+ w13.Expand = false;
+ w13.Fill = false;
+ // Container child hbox3.Gtk.Box+BoxChild
+ this.rbAutotools = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Autotools based"));
+ this.rbAutotools.CanFocus = true;
+ this.rbAutotools.Name = "rbAutotools";
+ this.rbAutotools.Active = true;
+ this.rbAutotools.DrawIndicator = true;
+ this.rbAutotools.UseUnderline = true;
+ this.rbAutotools.Group = new global::GLib.SList (global::System.IntPtr.Zero);
+ this.rbAutotools.Remove (this.rbAutotools.Child);
+ // Container child rbAutotools.Gtk.Container+ContainerChild
+ this.label9 = new global::Gtk.Label ();
+ this.label9.WidthRequest = 550;
+ this.label9.Name = "label9";
+ this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Autotools based Makefile</b>\nGenerates a Makefile structure based on Autotools, with the standard targets and configuration scripts.");
+ this.label9.UseMarkup = true;
+ this.label9.Wrap = true;
+ this.rbAutotools.Add (this.label9);
+ this.hbox3.Add (this.rbAutotools);
+ global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.rbAutotools]));
+ w15.Position = 1;
+ this.boxGenerate.Add (this.hbox3);
+ global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.boxGenerate[this.hbox3]));
+ w16.Position = 2;
+ w16.Expand = false;
+ w16.Fill = false;
+ // Container child boxGenerate.Gtk.Box+BoxChild
+ this.hbox2 = new global::Gtk.HBox ();
+ this.hbox2.Name = "hbox2";
+ this.hbox2.Spacing = 6;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.label1 = new global::Gtk.Label ();
+ this.label1.WidthRequest = 24;
+ this.label1.Name = "label1";
+ this.hbox2.Add (this.label1);
+ global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label1]));
+ w17.Position = 0;
+ w17.Expand = false;
+ w17.Fill = false;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.rbSimple = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Simple"));
+ this.rbSimple.CanFocus = true;
+ this.rbSimple.Name = "rbSimple";
+ this.rbSimple.DrawIndicator = true;
+ this.rbSimple.UseUnderline = true;
+ this.rbSimple.Group = this.rbAutotools.Group;
+ this.rbSimple.Remove (this.rbSimple.Child);
+ // Container child rbSimple.Gtk.Container+ContainerChild
+ this.label7 = new global::Gtk.Label ();
+ this.label7.WidthRequest = 550;
+ this.label7.Name = "label7";
+ this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Simple Makefile</b>\nGenerates set of Makefiles with the most common targets, and a configuration script that does a basic check of package dependencies.");
+ this.label7.UseMarkup = true;
+ this.label7.Wrap = true;
+ this.rbSimple.Add (this.label7);
+ this.hbox2.Add (this.rbSimple);
+ global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.rbSimple]));
+ w19.Position = 1;
+ this.boxGenerate.Add (this.hbox2);
+ global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.boxGenerate[this.hbox2]));
+ w20.Position = 3;
+ w20.Expand = false;
+ w20.Fill = false;
+ // Container child boxGenerate.Gtk.Box+BoxChild
+ this.alignment1 = new global::Gtk.Alignment (0.5f, 0.5f, 1f, 1f);
+ this.alignment1.Name = "alignment1";
+ this.alignment1.LeftPadding = ((uint)(24));
+ this.alignment1.TopPadding = ((uint)(8));
+ this.alignment1.BottomPadding = ((uint)(8));
+ // Container child alignment1.Gtk.Container+ContainerChild
+ this.hbox4 = new global::Gtk.HBox ();
+ this.hbox4.Name = "hbox4";
+ this.hbox4.Spacing = 6;
+ // Container child hbox4.Gtk.Box+BoxChild
+ this.autofooProperties = new global::Gtk.Button ();
+ this.autofooProperties.CanFocus = true;
+ this.autofooProperties.Name = "autofooProperties";
+ this.autofooProperties.UseUnderline = true;
+ this.autofooProperties.Label = global::Mono.Unix.Catalog.GetString ("Edit configure switches");
+ this.hbox4.Add (this.autofooProperties);
+ global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.autofooProperties]));
+ w21.Position = 0;
+ w21.Expand = false;
+ w21.Fill = false;
+ this.alignment1.Add (this.hbox4);
+ this.boxGenerate.Add (this.alignment1);
+ global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.boxGenerate[this.alignment1]));
+ w23.Position = 4;
+ w23.Expand = false;
+ w23.Fill = false;
+ this.vbox2.Add (this.boxGenerate);
+ global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.boxGenerate]));
+ w24.Position = 3;
+ w24.Expand = false;
+ w24.Fill = false;
+ this.Add (this.vbox2);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.Show ();
+ this.folderEntry.PathChanged += new global::System.EventHandler (this.OnFolderEntryPathChanged);
+ this.radioUseExisting.Clicked += new global::System.EventHandler (this.OnRadioUseExistingClicked);
+ this.radioGenerate.Clicked += new global::System.EventHandler (this.OnRadioGenerateClicked);
+ this.comboConfigs.Changed += new global::System.EventHandler (this.OnComboConfigsChanged);
+ this.rbAutotools.Toggled += new global::System.EventHandler (this.OnRbAutotoolsToggled);
+ this.rbSimple.Toggled += new global::System.EventHandler (this.OnRbSimpleToggled);
+ this.autofooProperties.Clicked += new global::System.EventHandler (this.OnAutofooPropertiesClicked);
+ }
+ }
}
diff --git a/main/src/addins/MonoDevelop.Autotools/gtk-gui/generated.cs b/main/src/addins/MonoDevelop.Autotools/gtk-gui/generated.cs
index 6824a966b6..aa96390c4a 100644
--- a/main/src/addins/MonoDevelop.Autotools/gtk-gui/generated.cs
+++ b/main/src/addins/MonoDevelop.Autotools/gtk-gui/generated.cs
@@ -1,81 +1,82 @@
-// ------------------------------------------------------------------------------
-// <autogenerated>
-// This code was generated by a tool.
-//
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-// </autogenerated>
-// ------------------------------------------------------------------------------
-namespace Stetic {
-
- internal class Gui {
-
- private static bool initialized;
-
- internal static void Initialize(Gtk.Widget iconRenderer) {
- if ((Stetic.Gui.initialized == false)) {
- Stetic.Gui.initialized = true;
- }
- }
- }
-
- internal class BinContainer {
-
- private Gtk.Widget child;
-
- private Gtk.UIManager uimanager;
-
- public static BinContainer Attach(Gtk.Bin bin) {
- BinContainer bc = new BinContainer();
- bin.SizeRequested += new Gtk.SizeRequestedHandler(bc.OnSizeRequested);
- bin.SizeAllocated += new Gtk.SizeAllocatedHandler(bc.OnSizeAllocated);
- bin.Added += new Gtk.AddedHandler(bc.OnAdded);
- return bc;
- }
-
- private void OnSizeRequested(object sender, Gtk.SizeRequestedArgs args) {
- if ((this.child != null)) {
- args.Requisition = this.child.SizeRequest();
- }
- }
-
- private void OnSizeAllocated(object sender, Gtk.SizeAllocatedArgs args) {
- if ((this.child != null)) {
- this.child.Allocation = args.Allocation;
- }
- }
-
- private void OnAdded(object sender, Gtk.AddedArgs args) {
- this.child = args.Widget;
- }
-
- public void SetUiManager(Gtk.UIManager uim) {
- this.uimanager = uim;
- this.child.Realized += new System.EventHandler(this.OnRealized);
- }
-
- private void OnRealized(object sender, System.EventArgs args) {
- if ((this.uimanager != null)) {
- Gtk.Widget w;
- w = this.child.Toplevel;
- if (((w != null) && typeof(Gtk.Window).IsInstanceOfType(w))) {
- ((Gtk.Window)(w)).AddAccelGroup(this.uimanager.AccelGroup);
- this.uimanager = null;
- }
- }
- }
- }
-
- internal class ActionGroups {
-
- public static Gtk.ActionGroup GetActionGroup(System.Type type) {
- return Stetic.ActionGroups.GetActionGroup(type.FullName);
- }
-
- public static Gtk.ActionGroup GetActionGroup(string name) {
- return null;
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace Stetic
+{
+ internal class Gui
+ {
+ private static bool initialized;
+
+ static internal void Initialize (Gtk.Widget iconRenderer)
+ {
+ if ((Stetic.Gui.initialized == false)) {
+ Stetic.Gui.initialized = true;
+ }
+ }
+ }
+
+ internal class BinContainer
+ {
+ private Gtk.Widget child;
+
+ private Gtk.UIManager uimanager;
+
+ public static BinContainer Attach (Gtk.Bin bin)
+ {
+ BinContainer bc = new BinContainer ();
+ bin.SizeRequested += new Gtk.SizeRequestedHandler (bc.OnSizeRequested);
+ bin.SizeAllocated += new Gtk.SizeAllocatedHandler (bc.OnSizeAllocated);
+ bin.Added += new Gtk.AddedHandler (bc.OnAdded);
+ return bc;
+ }
+
+ private void OnSizeRequested (object sender, Gtk.SizeRequestedArgs args)
+ {
+ if ((this.child != null)) {
+ args.Requisition = this.child.SizeRequest ();
+ }
+ }
+
+ private void OnSizeAllocated (object sender, Gtk.SizeAllocatedArgs args)
+ {
+ if ((this.child != null)) {
+ this.child.Allocation = args.Allocation;
+ }
+ }
+
+ private void OnAdded (object sender, Gtk.AddedArgs args)
+ {
+ this.child = args.Widget;
+ }
+
+ public void SetUiManager (Gtk.UIManager uim)
+ {
+ this.uimanager = uim;
+ this.child.Realized += new System.EventHandler (this.OnRealized);
+ }
+
+ private void OnRealized (object sender, System.EventArgs args)
+ {
+ if ((this.uimanager != null)) {
+ Gtk.Widget w;
+ w = this.child.Toplevel;
+ if (((w != null) && typeof(Gtk.Window).IsInstanceOfType (w))) {
+ ((Gtk.Window)(w)).AddAccelGroup (this.uimanager.AccelGroup);
+ this.uimanager = null;
+ }
+ }
+ }
+ }
+
+ internal class ActionGroups
+ {
+ public static Gtk.ActionGroup GetActionGroup (System.Type type)
+ {
+ return Stetic.ActionGroups.GetActionGroup (type.FullName);
+ }
+
+ public static Gtk.ActionGroup GetActionGroup (string name)
+ {
+ return null;
+ }
+ }
}