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-19 18:31:50 +0300
committerLluis Sanchez <lluis@novell.com>2010-01-19 18:31:50 +0300
commitd697ca9a71ea3f16e146142745a9a480fd055d52 (patch)
treea0d460361d4c29f73450a67ac78347a026a00e9a /main/src/core/MonoDevelop.Ide/gtk-gui
parent44a1db10975aa1705f0928578554a31b2d807218 (diff)
* MonoDevelop.Ide.Gui/Ide.cs:
* MonoDevelop.Ide.Gui/IdePreferences.cs: * MonoDevelop.Ide.Gui.OptionPanels/IDEStyleOptionsPanel.cs: Add option for selecting the language for the user interface. * gtk-gui/gui.stetic: * gtk-gui/generated.cs: * gtk-gui/MonoDevelop.Ide.DocumentSwitcher.cs: * gtk-gui/MonoDevelop.Ide.SelectEncodingsDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.GoToDialog.cs: * gtk-gui/MonoDevelop.Ide.OverridesImplementsDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * gtk-gui/MonoDevelop.Ide.FindInFiles.FindInFilesDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.cs: * gtk-gui/MonoDevelop.Ide.CodeTemplates.EditTemplateDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.IncludeNewFilesDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeDialog.cs: * gtk-gui/MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeWidget.cs: * gtk-gui/MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ConfirmProjectDeleteDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.MonoRuntimePanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildMessagePanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersPreview.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AssemblyFoldersPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TextStylePolicyPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeManagerDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AuthorInformationPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget.cs: Flush. svn path=/trunk/monodevelop/; revision=149819
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtk-gui')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget.cs230
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget.cs338
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.CodeTemplates.EditTemplateDialog.cs710
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.DocumentSwitcher.cs386
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.cs696
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.FindInFiles.FindInFilesDialog.cs2
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox.cs56
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.cs366
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector.cs56
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ConfirmProjectDeleteDialog.cs316
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeDialog.cs500
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeManagerDialog.cs278
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeWidget.cs224
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs490
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.cs332
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.cs186
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.GoToDialog.cs334
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.IncludeNewFilesDialog.cs280
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersPreview.cs150
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersWidget.cs186
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.cs520
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.cs196
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs826
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog.cs472
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.cs382
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs340
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget.cs276
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AssemblyFoldersPanelWidget.cs98
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AuthorInformationPanelWidget.cs292
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildMessagePanelWidget.cs618
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget.cs314
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget.cs226
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs438
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs574
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget.cs508
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget.cs84
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.MonoRuntimePanelWidget.cs270
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget.cs638
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TextStylePolicyPanelWidget.cs494
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.OverridesImplementsDialog.cs272
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.SelectEncodingsDialog.cs554
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget.cs116
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/generated.cs7
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic326
44 files changed, 7326 insertions, 7631 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget.cs
index 45817c74c8..f75f7564d3 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget.cs
@@ -1,121 +1,113 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.CodeFormatting {
-
-
- public partial class CodeFormattingPolicyPanelWidget {
-
- private Gtk.VBox vbox2;
-
- private Gtk.VPaned vpaned1;
-
- private Gtk.ScrolledWindow GtkScrolledWindow;
-
- private Gtk.TreeView treeviewCategories;
-
- private Gtk.VBox vbox4;
-
- private Gtk.HBox hbox2;
-
- private Gtk.Label label3;
-
- private Gtk.Fixed fixed1;
-
- private Gtk.CheckButton checkbuttonWhiteSpaces;
-
- private Gtk.ScrolledWindow scrolledwindow2;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget";
- // Container child MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget.Gtk.Container+ContainerChild
- this.vbox2 = new Gtk.VBox();
- this.vbox2.Name = "vbox2";
- this.vbox2.Spacing = 6;
- // Container child vbox2.Gtk.Box+BoxChild
- this.vpaned1 = new Gtk.VPaned();
- this.vpaned1.CanFocus = true;
- this.vpaned1.Name = "vpaned1";
- this.vpaned1.Position = 148;
- // Container child vpaned1.Gtk.Paned+PanedChild
- this.GtkScrolledWindow = new Gtk.ScrolledWindow();
- this.GtkScrolledWindow.Name = "GtkScrolledWindow";
- this.GtkScrolledWindow.ShadowType = ((Gtk.ShadowType)(1));
- // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
- this.treeviewCategories = new Gtk.TreeView();
- this.treeviewCategories.CanFocus = true;
- this.treeviewCategories.Name = "treeviewCategories";
- this.GtkScrolledWindow.Add(this.treeviewCategories);
- this.vpaned1.Add(this.GtkScrolledWindow);
- Gtk.Paned.PanedChild w2 = ((Gtk.Paned.PanedChild)(this.vpaned1[this.GtkScrolledWindow]));
- w2.Resize = false;
- // Container child vpaned1.Gtk.Paned+PanedChild
- this.vbox4 = new Gtk.VBox();
- this.vbox4.Name = "vbox4";
- this.vbox4.Spacing = 6;
- // Container child vbox4.Gtk.Box+BoxChild
- this.hbox2 = new Gtk.HBox();
- this.hbox2.Name = "hbox2";
- this.hbox2.Spacing = 6;
- // Container child hbox2.Gtk.Box+BoxChild
- this.label3 = new Gtk.Label();
- this.label3.Name = "label3";
- this.label3.LabelProp = Mono.Unix.Catalog.GetString("Preview:");
- this.hbox2.Add(this.label3);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox2[this.label3]));
- w3.Position = 0;
- w3.Expand = false;
- w3.Fill = false;
- // Container child hbox2.Gtk.Box+BoxChild
- this.fixed1 = new Gtk.Fixed();
- this.fixed1.Name = "fixed1";
- this.fixed1.HasWindow = false;
- this.hbox2.Add(this.fixed1);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.hbox2[this.fixed1]));
- w4.Position = 1;
- // Container child hbox2.Gtk.Box+BoxChild
- this.checkbuttonWhiteSpaces = new Gtk.CheckButton();
- this.checkbuttonWhiteSpaces.CanFocus = true;
- this.checkbuttonWhiteSpaces.Name = "checkbuttonWhiteSpaces";
- this.checkbuttonWhiteSpaces.Label = Mono.Unix.Catalog.GetString("S_how whitespaces");
- this.checkbuttonWhiteSpaces.DrawIndicator = true;
- this.checkbuttonWhiteSpaces.UseUnderline = true;
- this.hbox2.Add(this.checkbuttonWhiteSpaces);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.hbox2[this.checkbuttonWhiteSpaces]));
- w5.Position = 2;
- w5.Expand = false;
- this.vbox4.Add(this.hbox2);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox4[this.hbox2]));
- w6.Position = 0;
- w6.Expand = false;
- w6.Fill = false;
- // Container child vbox4.Gtk.Box+BoxChild
- this.scrolledwindow2 = new Gtk.ScrolledWindow();
- this.scrolledwindow2.CanFocus = true;
- this.scrolledwindow2.Name = "scrolledwindow2";
- this.scrolledwindow2.ShadowType = ((Gtk.ShadowType)(1));
- this.vbox4.Add(this.scrolledwindow2);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vbox4[this.scrolledwindow2]));
- w7.Position = 1;
- this.vpaned1.Add(this.vbox4);
- this.vbox2.Add(this.vpaned1);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.vbox2[this.vpaned1]));
- w9.Position = 0;
- this.Add(this.vbox2);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.Hide();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.CodeFormatting
+{
+ public partial class CodeFormattingPolicyPanelWidget
+ {
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.VPaned vpaned1;
+
+ private global::Gtk.ScrolledWindow GtkScrolledWindow;
+
+ private global::Gtk.TreeView treeviewCategories;
+
+ private global::Gtk.VBox vbox4;
+
+ private global::Gtk.HBox hbox2;
+
+ private global::Gtk.Label label3;
+
+ private global::Gtk.Fixed fixed1;
+
+ private global::Gtk.CheckButton checkbuttonWhiteSpaces;
+
+ private global::Gtk.ScrolledWindow scrolledwindow2;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget";
+ // Container child MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget.Gtk.Container+ContainerChild
+ this.vbox2 = new global::Gtk.VBox ();
+ this.vbox2.Name = "vbox2";
+ this.vbox2.Spacing = 6;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.vpaned1 = new global::Gtk.VPaned ();
+ this.vpaned1.CanFocus = true;
+ this.vpaned1.Name = "vpaned1";
+ this.vpaned1.Position = 148;
+ // Container child vpaned1.Gtk.Paned+PanedChild
+ this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
+ this.GtkScrolledWindow.Name = "GtkScrolledWindow";
+ this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
+ this.treeviewCategories = new global::Gtk.TreeView ();
+ this.treeviewCategories.CanFocus = true;
+ this.treeviewCategories.Name = "treeviewCategories";
+ this.GtkScrolledWindow.Add (this.treeviewCategories);
+ this.vpaned1.Add (this.GtkScrolledWindow);
+ global::Gtk.Paned.PanedChild w2 = ((global::Gtk.Paned.PanedChild)(this.vpaned1[this.GtkScrolledWindow]));
+ w2.Resize = false;
+ // Container child vpaned1.Gtk.Paned+PanedChild
+ this.vbox4 = new global::Gtk.VBox ();
+ this.vbox4.Name = "vbox4";
+ this.vbox4.Spacing = 6;
+ // Container child vbox4.Gtk.Box+BoxChild
+ this.hbox2 = new global::Gtk.HBox ();
+ this.hbox2.Name = "hbox2";
+ this.hbox2.Spacing = 6;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.label3 = new global::Gtk.Label ();
+ this.label3.Name = "label3";
+ this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Preview:");
+ this.hbox2.Add (this.label3);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label3]));
+ w3.Position = 0;
+ w3.Expand = false;
+ w3.Fill = false;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.fixed1 = new global::Gtk.Fixed ();
+ this.fixed1.Name = "fixed1";
+ this.fixed1.HasWindow = false;
+ this.hbox2.Add (this.fixed1);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.fixed1]));
+ w4.Position = 1;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.checkbuttonWhiteSpaces = new global::Gtk.CheckButton ();
+ this.checkbuttonWhiteSpaces.CanFocus = true;
+ this.checkbuttonWhiteSpaces.Name = "checkbuttonWhiteSpaces";
+ this.checkbuttonWhiteSpaces.Label = global::Mono.Unix.Catalog.GetString ("S_how whitespaces");
+ this.checkbuttonWhiteSpaces.DrawIndicator = true;
+ this.checkbuttonWhiteSpaces.UseUnderline = true;
+ this.hbox2.Add (this.checkbuttonWhiteSpaces);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.checkbuttonWhiteSpaces]));
+ w5.Position = 2;
+ w5.Expand = false;
+ this.vbox4.Add (this.hbox2);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox2]));
+ w6.Position = 0;
+ w6.Expand = false;
+ w6.Fill = false;
+ // Container child vbox4.Gtk.Box+BoxChild
+ this.scrolledwindow2 = new global::Gtk.ScrolledWindow ();
+ this.scrolledwindow2.CanFocus = true;
+ this.scrolledwindow2.Name = "scrolledwindow2";
+ this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
+ this.vbox4.Add (this.scrolledwindow2);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.scrolledwindow2]));
+ w7.Position = 1;
+ this.vpaned1.Add (this.vbox4);
+ this.vbox2.Add (this.vpaned1);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.vpaned1]));
+ w9.Position = 0;
+ this.Add (this.vbox2);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.Hide ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget.cs
index 4f591681af..bfb69f5957 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget.cs
@@ -1,175 +1,167 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.CodeTemplates {
-
-
- internal partial class CodeTemplatePanelWidget {
-
- private Gtk.VPaned vpaned1;
-
- private Gtk.HBox hbox1;
-
- private Gtk.ScrolledWindow GtkScrolledWindow;
-
- private Gtk.TreeView treeviewCodeTemplates;
-
- private Gtk.VBox vbox2;
-
- private Gtk.Button buttonAdd;
-
- private Gtk.Button buttonEdit;
-
- private Gtk.Button buttonRemove;
-
- private Gtk.VBox vbox1;
-
- private Gtk.HBox hbox2;
-
- private Gtk.Label label3;
-
- private Gtk.Fixed fixed1;
-
- private Gtk.CheckButton checkbuttonWhiteSpaces;
-
- private Gtk.ScrolledWindow scrolledwindow1;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget";
- // Container child MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget.Gtk.Container+ContainerChild
- this.vpaned1 = new Gtk.VPaned();
- this.vpaned1.CanFocus = true;
- this.vpaned1.Name = "vpaned1";
- this.vpaned1.Position = 127;
- // Container child vpaned1.Gtk.Paned+PanedChild
- this.hbox1 = new Gtk.HBox();
- this.hbox1.Name = "hbox1";
- this.hbox1.Spacing = 6;
- // Container child hbox1.Gtk.Box+BoxChild
- this.GtkScrolledWindow = new Gtk.ScrolledWindow();
- this.GtkScrolledWindow.Name = "GtkScrolledWindow";
- this.GtkScrolledWindow.ShadowType = ((Gtk.ShadowType)(1));
- // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
- this.treeviewCodeTemplates = new Gtk.TreeView();
- this.treeviewCodeTemplates.CanFocus = true;
- this.treeviewCodeTemplates.Name = "treeviewCodeTemplates";
- this.treeviewCodeTemplates.HeadersVisible = false;
- this.GtkScrolledWindow.Add(this.treeviewCodeTemplates);
- this.hbox1.Add(this.GtkScrolledWindow);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow]));
- w2.Position = 0;
- // Container child hbox1.Gtk.Box+BoxChild
- this.vbox2 = new Gtk.VBox();
- this.vbox2.Name = "vbox2";
- this.vbox2.Spacing = 6;
- // Container child vbox2.Gtk.Box+BoxChild
- this.buttonAdd = new Gtk.Button();
- this.buttonAdd.CanFocus = true;
- this.buttonAdd.Name = "buttonAdd";
- this.buttonAdd.UseStock = true;
- this.buttonAdd.UseUnderline = true;
- this.buttonAdd.Label = "gtk-add";
- this.vbox2.Add(this.buttonAdd);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox2[this.buttonAdd]));
- w3.Position = 0;
- w3.Expand = false;
- w3.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.buttonEdit = new Gtk.Button();
- this.buttonEdit.CanFocus = true;
- this.buttonEdit.Name = "buttonEdit";
- this.buttonEdit.UseStock = true;
- this.buttonEdit.UseUnderline = true;
- this.buttonEdit.Label = "gtk-edit";
- this.vbox2.Add(this.buttonEdit);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox2[this.buttonEdit]));
- w4.Position = 1;
- w4.Expand = false;
- w4.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.buttonRemove = new Gtk.Button();
- this.buttonRemove.CanFocus = true;
- this.buttonRemove.Name = "buttonRemove";
- this.buttonRemove.UseStock = true;
- this.buttonRemove.UseUnderline = true;
- this.buttonRemove.Label = "gtk-remove";
- this.vbox2.Add(this.buttonRemove);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox2[this.buttonRemove]));
- w5.Position = 2;
- w5.Expand = false;
- w5.Fill = false;
- this.hbox1.Add(this.vbox2);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.hbox1[this.vbox2]));
- w6.Position = 1;
- w6.Expand = false;
- w6.Fill = false;
- this.vpaned1.Add(this.hbox1);
- Gtk.Paned.PanedChild w7 = ((Gtk.Paned.PanedChild)(this.vpaned1[this.hbox1]));
- w7.Resize = false;
- // Container child vpaned1.Gtk.Paned+PanedChild
- this.vbox1 = new Gtk.VBox();
- this.vbox1.Name = "vbox1";
- this.vbox1.Spacing = 6;
- // Container child vbox1.Gtk.Box+BoxChild
- this.hbox2 = new Gtk.HBox();
- this.hbox2.Name = "hbox2";
- this.hbox2.Spacing = 6;
- // Container child hbox2.Gtk.Box+BoxChild
- this.label3 = new Gtk.Label();
- this.label3.Name = "label3";
- this.label3.LabelProp = Mono.Unix.Catalog.GetString("Preview:");
- this.hbox2.Add(this.label3);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.hbox2[this.label3]));
- w8.Position = 0;
- w8.Expand = false;
- w8.Fill = false;
- // Container child hbox2.Gtk.Box+BoxChild
- this.fixed1 = new Gtk.Fixed();
- this.fixed1.Name = "fixed1";
- this.fixed1.HasWindow = false;
- this.hbox2.Add(this.fixed1);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.hbox2[this.fixed1]));
- w9.Position = 1;
- // Container child hbox2.Gtk.Box+BoxChild
- this.checkbuttonWhiteSpaces = new Gtk.CheckButton();
- this.checkbuttonWhiteSpaces.CanFocus = true;
- this.checkbuttonWhiteSpaces.Name = "checkbuttonWhiteSpaces";
- this.checkbuttonWhiteSpaces.Label = Mono.Unix.Catalog.GetString("S_how whitespaces");
- this.checkbuttonWhiteSpaces.DrawIndicator = true;
- this.checkbuttonWhiteSpaces.UseUnderline = true;
- this.hbox2.Add(this.checkbuttonWhiteSpaces);
- Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.hbox2[this.checkbuttonWhiteSpaces]));
- w10.Position = 2;
- w10.Expand = false;
- this.vbox1.Add(this.hbox2);
- Gtk.Box.BoxChild w11 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
- w11.Position = 0;
- w11.Expand = false;
- w11.Fill = false;
- // Container child vbox1.Gtk.Box+BoxChild
- this.scrolledwindow1 = new Gtk.ScrolledWindow();
- this.scrolledwindow1.CanFocus = true;
- this.scrolledwindow1.Name = "scrolledwindow1";
- this.scrolledwindow1.ShadowType = ((Gtk.ShadowType)(1));
- this.vbox1.Add(this.scrolledwindow1);
- Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.vbox1[this.scrolledwindow1]));
- w12.Position = 1;
- this.vpaned1.Add(this.vbox1);
- this.Add(this.vpaned1);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.Hide();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.CodeTemplates
+{
+ internal partial class CodeTemplatePanelWidget
+ {
+ private global::Gtk.VPaned vpaned1;
+
+ private global::Gtk.HBox hbox1;
+
+ private global::Gtk.ScrolledWindow GtkScrolledWindow;
+
+ private global::Gtk.TreeView treeviewCodeTemplates;
+
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.Button buttonAdd;
+
+ private global::Gtk.Button buttonEdit;
+
+ private global::Gtk.Button buttonRemove;
+
+ private global::Gtk.VBox vbox1;
+
+ private global::Gtk.HBox hbox2;
+
+ private global::Gtk.Label label3;
+
+ private global::Gtk.Fixed fixed1;
+
+ private global::Gtk.CheckButton checkbuttonWhiteSpaces;
+
+ private global::Gtk.ScrolledWindow scrolledwindow1;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget";
+ // Container child MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget.Gtk.Container+ContainerChild
+ this.vpaned1 = new global::Gtk.VPaned ();
+ this.vpaned1.CanFocus = true;
+ this.vpaned1.Name = "vpaned1";
+ this.vpaned1.Position = 127;
+ // Container child vpaned1.Gtk.Paned+PanedChild
+ this.hbox1 = new global::Gtk.HBox ();
+ this.hbox1.Name = "hbox1";
+ this.hbox1.Spacing = 6;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
+ this.GtkScrolledWindow.Name = "GtkScrolledWindow";
+ this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
+ this.treeviewCodeTemplates = new global::Gtk.TreeView ();
+ this.treeviewCodeTemplates.CanFocus = true;
+ this.treeviewCodeTemplates.Name = "treeviewCodeTemplates";
+ this.treeviewCodeTemplates.HeadersVisible = false;
+ this.GtkScrolledWindow.Add (this.treeviewCodeTemplates);
+ this.hbox1.Add (this.GtkScrolledWindow);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow]));
+ w2.Position = 0;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.vbox2 = new global::Gtk.VBox ();
+ this.vbox2.Name = "vbox2";
+ this.vbox2.Spacing = 6;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.buttonAdd = new global::Gtk.Button ();
+ this.buttonAdd.CanFocus = true;
+ this.buttonAdd.Name = "buttonAdd";
+ this.buttonAdd.UseStock = true;
+ this.buttonAdd.UseUnderline = true;
+ this.buttonAdd.Label = "gtk-add";
+ this.vbox2.Add (this.buttonAdd);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.buttonAdd]));
+ w3.Position = 0;
+ w3.Expand = false;
+ w3.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.buttonEdit = new global::Gtk.Button ();
+ this.buttonEdit.CanFocus = true;
+ this.buttonEdit.Name = "buttonEdit";
+ this.buttonEdit.UseStock = true;
+ this.buttonEdit.UseUnderline = true;
+ this.buttonEdit.Label = "gtk-edit";
+ this.vbox2.Add (this.buttonEdit);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.buttonEdit]));
+ w4.Position = 1;
+ w4.Expand = false;
+ w4.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.buttonRemove = new global::Gtk.Button ();
+ this.buttonRemove.CanFocus = true;
+ this.buttonRemove.Name = "buttonRemove";
+ this.buttonRemove.UseStock = true;
+ this.buttonRemove.UseUnderline = true;
+ this.buttonRemove.Label = "gtk-remove";
+ this.vbox2.Add (this.buttonRemove);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.buttonRemove]));
+ w5.Position = 2;
+ w5.Expand = false;
+ w5.Fill = false;
+ this.hbox1.Add (this.vbox2);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox2]));
+ w6.Position = 1;
+ w6.Expand = false;
+ w6.Fill = false;
+ this.vpaned1.Add (this.hbox1);
+ global::Gtk.Paned.PanedChild w7 = ((global::Gtk.Paned.PanedChild)(this.vpaned1[this.hbox1]));
+ w7.Resize = false;
+ // Container child vpaned1.Gtk.Paned+PanedChild
+ this.vbox1 = new global::Gtk.VBox ();
+ this.vbox1.Name = "vbox1";
+ this.vbox1.Spacing = 6;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.hbox2 = new global::Gtk.HBox ();
+ this.hbox2.Name = "hbox2";
+ this.hbox2.Spacing = 6;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.label3 = new global::Gtk.Label ();
+ this.label3.Name = "label3";
+ this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Preview:");
+ this.hbox2.Add (this.label3);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label3]));
+ w8.Position = 0;
+ w8.Expand = false;
+ w8.Fill = false;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.fixed1 = new global::Gtk.Fixed ();
+ this.fixed1.Name = "fixed1";
+ this.fixed1.HasWindow = false;
+ this.hbox2.Add (this.fixed1);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.fixed1]));
+ w9.Position = 1;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.checkbuttonWhiteSpaces = new global::Gtk.CheckButton ();
+ this.checkbuttonWhiteSpaces.CanFocus = true;
+ this.checkbuttonWhiteSpaces.Name = "checkbuttonWhiteSpaces";
+ this.checkbuttonWhiteSpaces.Label = global::Mono.Unix.Catalog.GetString ("S_how whitespaces");
+ this.checkbuttonWhiteSpaces.DrawIndicator = true;
+ this.checkbuttonWhiteSpaces.UseUnderline = true;
+ this.hbox2.Add (this.checkbuttonWhiteSpaces);
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.checkbuttonWhiteSpaces]));
+ w10.Position = 2;
+ w10.Expand = false;
+ this.vbox1.Add (this.hbox2);
+ global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
+ w11.Position = 0;
+ w11.Expand = false;
+ w11.Fill = false;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
+ this.scrolledwindow1.CanFocus = true;
+ this.scrolledwindow1.Name = "scrolledwindow1";
+ this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
+ this.vbox1.Add (this.scrolledwindow1);
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.scrolledwindow1]));
+ w12.Position = 1;
+ this.vpaned1.Add (this.vbox1);
+ this.Add (this.vpaned1);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.Hide ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.CodeTemplates.EditTemplateDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.CodeTemplates.EditTemplateDialog.cs
index ad1ee4ca84..2d97c7b21d 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.CodeTemplates.EditTemplateDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.CodeTemplates.EditTemplateDialog.cs
@@ -1,361 +1,353 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.CodeTemplates {
-
-
- public partial class EditTemplateDialog {
-
- private Gtk.HPaned hpaned1;
-
- private Gtk.VBox vbox2;
-
- private Gtk.Table table2;
-
- private Gtk.HBox hbox1;
-
- private Gtk.Entry entryDescription;
-
- private Gtk.Label label2;
-
- private Gtk.ComboBoxEntry comboboxentryMime;
-
- private Gtk.HBox hbox2;
-
- private Gtk.Entry entryShortcut1;
-
- private Gtk.Label label5;
-
- private Gtk.ComboBoxEntry comboboxentryGroups;
-
- private Gtk.HBox hbox5;
-
- private Gtk.CheckButton checkbuttonExpansion;
-
- private Gtk.CheckButton checkbuttonSurroundWith;
-
- private Gtk.Label label1;
-
- private Gtk.Label label3;
-
- private Gtk.VBox vbox3;
-
- private Gtk.HBox hbox3;
-
- private Gtk.Label label6;
-
- private Gtk.Fixed fixed1;
-
- private Gtk.CheckButton checkbuttonWhiteSpaces;
-
- private Gtk.ScrolledWindow scrolledwindow1;
-
- private Gtk.VBox vbox4;
-
- private Gtk.ComboBox comboboxVariables;
-
- private Gtk.ScrolledWindow scrolledwindow2;
-
- private Gtk.TreeView treeviewVariable;
-
- private Gtk.Button buttonCancel;
-
- private Gtk.Button buttonOk;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.CodeTemplates.EditTemplateDialog
- this.Name = "MonoDevelop.Ide.CodeTemplates.EditTemplateDialog";
- this.Title = "";
- this.WindowPosition = ((Gtk.WindowPosition)(4));
- this.BorderWidth = ((uint)(6));
- this.SkipPagerHint = true;
- this.SkipTaskbarHint = true;
- // Internal child MonoDevelop.Ide.CodeTemplates.EditTemplateDialog.VBox
- Gtk.VBox w1 = this.VBox;
- w1.Name = "dialog1_VBox";
- w1.Spacing = 6;
- w1.BorderWidth = ((uint)(2));
- // Container child dialog1_VBox.Gtk.Box+BoxChild
- this.hpaned1 = new Gtk.HPaned();
- this.hpaned1.CanFocus = true;
- this.hpaned1.Name = "hpaned1";
- this.hpaned1.Position = 555;
- // Container child hpaned1.Gtk.Paned+PanedChild
- 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.table2 = new Gtk.Table(((uint)(3)), ((uint)(2)), false);
- this.table2.Name = "table2";
- this.table2.RowSpacing = ((uint)(6));
- this.table2.ColumnSpacing = ((uint)(6));
- // Container child table2.Gtk.Table+TableChild
- this.hbox1 = new Gtk.HBox();
- this.hbox1.Name = "hbox1";
- this.hbox1.Spacing = 6;
- // Container child hbox1.Gtk.Box+BoxChild
- this.entryDescription = new Gtk.Entry();
- this.entryDescription.CanFocus = true;
- this.entryDescription.Name = "entryDescription";
- this.entryDescription.IsEditable = true;
- this.entryDescription.InvisibleChar = '●';
- this.hbox1.Add(this.entryDescription);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox1[this.entryDescription]));
- w2.Position = 0;
- // Container child hbox1.Gtk.Box+BoxChild
- this.label2 = new Gtk.Label();
- this.label2.Name = "label2";
- this.label2.Xalign = 0F;
- this.label2.LabelProp = Mono.Unix.Catalog.GetString("_Mime:");
- this.label2.UseUnderline = true;
- this.hbox1.Add(this.label2);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox1[this.label2]));
- w3.Position = 1;
- w3.Expand = false;
- w3.Fill = false;
- // Container child hbox1.Gtk.Box+BoxChild
- this.comboboxentryMime = Gtk.ComboBoxEntry.NewText();
- this.comboboxentryMime.Name = "comboboxentryMime";
- this.hbox1.Add(this.comboboxentryMime);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.hbox1[this.comboboxentryMime]));
- w4.Position = 2;
- w4.Expand = false;
- w4.Fill = false;
- this.table2.Add(this.hbox1);
- Gtk.Table.TableChild w5 = ((Gtk.Table.TableChild)(this.table2[this.hbox1]));
- w5.TopAttach = ((uint)(1));
- w5.BottomAttach = ((uint)(2));
- w5.LeftAttach = ((uint)(1));
- w5.RightAttach = ((uint)(2));
- w5.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table2.Gtk.Table+TableChild
- this.hbox2 = new Gtk.HBox();
- this.hbox2.Name = "hbox2";
- this.hbox2.Spacing = 6;
- // Container child hbox2.Gtk.Box+BoxChild
- this.entryShortcut1 = new Gtk.Entry();
- this.entryShortcut1.CanFocus = true;
- this.entryShortcut1.Name = "entryShortcut1";
- this.entryShortcut1.Text = Mono.Unix.Catalog.GetString(" ");
- this.entryShortcut1.IsEditable = true;
- this.entryShortcut1.InvisibleChar = '●';
- this.hbox2.Add(this.entryShortcut1);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.hbox2[this.entryShortcut1]));
- w6.Position = 0;
- // Container child hbox2.Gtk.Box+BoxChild
- this.label5 = new Gtk.Label();
- this.label5.Name = "label5";
- this.label5.Xalign = 0F;
- this.label5.LabelProp = Mono.Unix.Catalog.GetString("_Group:");
- this.label5.UseUnderline = true;
- this.hbox2.Add(this.label5);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.hbox2[this.label5]));
- w7.Position = 1;
- w7.Expand = false;
- w7.Fill = false;
- // Container child hbox2.Gtk.Box+BoxChild
- this.comboboxentryGroups = Gtk.ComboBoxEntry.NewText();
- this.comboboxentryGroups.Name = "comboboxentryGroups";
- this.hbox2.Add(this.comboboxentryGroups);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.hbox2[this.comboboxentryGroups]));
- w8.Position = 2;
- w8.Expand = false;
- w8.Fill = false;
- this.table2.Add(this.hbox2);
- Gtk.Table.TableChild w9 = ((Gtk.Table.TableChild)(this.table2[this.hbox2]));
- w9.LeftAttach = ((uint)(1));
- w9.RightAttach = ((uint)(2));
- w9.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table2.Gtk.Table+TableChild
- this.hbox5 = new Gtk.HBox();
- this.hbox5.Name = "hbox5";
- this.hbox5.Spacing = 6;
- // Container child hbox5.Gtk.Box+BoxChild
- this.checkbuttonExpansion = new Gtk.CheckButton();
- this.checkbuttonExpansion.CanFocus = true;
- this.checkbuttonExpansion.Name = "checkbuttonExpansion";
- this.checkbuttonExpansion.Label = Mono.Unix.Catalog.GetString("Is _expandable template");
- this.checkbuttonExpansion.DrawIndicator = true;
- this.checkbuttonExpansion.UseUnderline = true;
- this.hbox5.Add(this.checkbuttonExpansion);
- Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.hbox5[this.checkbuttonExpansion]));
- w10.Position = 0;
- w10.Expand = false;
- // Container child hbox5.Gtk.Box+BoxChild
- this.checkbuttonSurroundWith = new Gtk.CheckButton();
- this.checkbuttonSurroundWith.CanFocus = true;
- this.checkbuttonSurroundWith.Name = "checkbuttonSurroundWith";
- this.checkbuttonSurroundWith.Label = Mono.Unix.Catalog.GetString("Is _surround with template");
- this.checkbuttonSurroundWith.DrawIndicator = true;
- this.checkbuttonSurroundWith.UseUnderline = true;
- this.hbox5.Add(this.checkbuttonSurroundWith);
- Gtk.Box.BoxChild w11 = ((Gtk.Box.BoxChild)(this.hbox5[this.checkbuttonSurroundWith]));
- w11.Position = 1;
- this.table2.Add(this.hbox5);
- Gtk.Table.TableChild w12 = ((Gtk.Table.TableChild)(this.table2[this.hbox5]));
- w12.TopAttach = ((uint)(2));
- w12.BottomAttach = ((uint)(3));
- w12.LeftAttach = ((uint)(1));
- w12.RightAttach = ((uint)(2));
- w12.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table2.Gtk.Table+TableChild
- this.label1 = new Gtk.Label();
- this.label1.Name = "label1";
- this.label1.Xalign = 0F;
- this.label1.LabelProp = Mono.Unix.Catalog.GetString("_Shortcut:");
- this.label1.UseUnderline = true;
- this.table2.Add(this.label1);
- Gtk.Table.TableChild w13 = ((Gtk.Table.TableChild)(this.table2[this.label1]));
- w13.XOptions = ((Gtk.AttachOptions)(4));
- w13.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table2.Gtk.Table+TableChild
- this.label3 = new Gtk.Label();
- this.label3.Name = "label3";
- this.label3.Xalign = 1F;
- this.label3.LabelProp = Mono.Unix.Catalog.GetString("_Description:");
- this.label3.UseUnderline = true;
- this.table2.Add(this.label3);
- Gtk.Table.TableChild w14 = ((Gtk.Table.TableChild)(this.table2[this.label3]));
- w14.TopAttach = ((uint)(1));
- w14.BottomAttach = ((uint)(2));
- w14.XOptions = ((Gtk.AttachOptions)(4));
- w14.YOptions = ((Gtk.AttachOptions)(4));
- this.vbox2.Add(this.table2);
- Gtk.Box.BoxChild w15 = ((Gtk.Box.BoxChild)(this.vbox2[this.table2]));
- w15.Position = 0;
- w15.Expand = false;
- w15.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.vbox3 = new Gtk.VBox();
- this.vbox3.Name = "vbox3";
- this.vbox3.Spacing = 6;
- this.vbox3.BorderWidth = ((uint)(6));
- // Container child vbox3.Gtk.Box+BoxChild
- this.hbox3 = new Gtk.HBox();
- this.hbox3.Name = "hbox3";
- this.hbox3.Spacing = 6;
- // Container child hbox3.Gtk.Box+BoxChild
- this.label6 = new Gtk.Label();
- this.label6.Name = "label6";
- this.label6.Xalign = 0F;
- this.label6.LabelProp = Mono.Unix.Catalog.GetString("Template Text:");
- this.hbox3.Add(this.label6);
- Gtk.Box.BoxChild w16 = ((Gtk.Box.BoxChild)(this.hbox3[this.label6]));
- w16.Position = 0;
- w16.Expand = false;
- w16.Fill = false;
- // Container child hbox3.Gtk.Box+BoxChild
- this.fixed1 = new Gtk.Fixed();
- this.fixed1.Name = "fixed1";
- this.fixed1.HasWindow = false;
- this.hbox3.Add(this.fixed1);
- Gtk.Box.BoxChild w17 = ((Gtk.Box.BoxChild)(this.hbox3[this.fixed1]));
- w17.Position = 1;
- // Container child hbox3.Gtk.Box+BoxChild
- this.checkbuttonWhiteSpaces = new Gtk.CheckButton();
- this.checkbuttonWhiteSpaces.CanFocus = true;
- this.checkbuttonWhiteSpaces.Name = "checkbuttonWhiteSpaces";
- this.checkbuttonWhiteSpaces.Label = Mono.Unix.Catalog.GetString("S_how whitespaces");
- this.checkbuttonWhiteSpaces.DrawIndicator = true;
- this.checkbuttonWhiteSpaces.UseUnderline = true;
- this.hbox3.Add(this.checkbuttonWhiteSpaces);
- Gtk.Box.BoxChild w18 = ((Gtk.Box.BoxChild)(this.hbox3[this.checkbuttonWhiteSpaces]));
- w18.Position = 2;
- w18.Expand = false;
- this.vbox3.Add(this.hbox3);
- Gtk.Box.BoxChild w19 = ((Gtk.Box.BoxChild)(this.vbox3[this.hbox3]));
- w19.Position = 0;
- w19.Expand = false;
- w19.Fill = false;
- // Container child vbox3.Gtk.Box+BoxChild
- this.scrolledwindow1 = new Gtk.ScrolledWindow();
- this.scrolledwindow1.CanFocus = true;
- this.scrolledwindow1.Name = "scrolledwindow1";
- this.scrolledwindow1.ShadowType = ((Gtk.ShadowType)(1));
- this.vbox3.Add(this.scrolledwindow1);
- Gtk.Box.BoxChild w20 = ((Gtk.Box.BoxChild)(this.vbox3[this.scrolledwindow1]));
- w20.Position = 1;
- this.vbox2.Add(this.vbox3);
- Gtk.Box.BoxChild w21 = ((Gtk.Box.BoxChild)(this.vbox2[this.vbox3]));
- w21.Position = 1;
- this.hpaned1.Add(this.vbox2);
- Gtk.Paned.PanedChild w22 = ((Gtk.Paned.PanedChild)(this.hpaned1[this.vbox2]));
- w22.Resize = false;
- // Container child hpaned1.Gtk.Paned+PanedChild
- this.vbox4 = new Gtk.VBox();
- this.vbox4.Name = "vbox4";
- this.vbox4.Spacing = 6;
- // Container child vbox4.Gtk.Box+BoxChild
- this.comboboxVariables = Gtk.ComboBox.NewText();
- this.comboboxVariables.Name = "comboboxVariables";
- this.vbox4.Add(this.comboboxVariables);
- Gtk.Box.BoxChild w23 = ((Gtk.Box.BoxChild)(this.vbox4[this.comboboxVariables]));
- w23.Position = 0;
- w23.Expand = false;
- w23.Fill = false;
- // Container child vbox4.Gtk.Box+BoxChild
- this.scrolledwindow2 = new Gtk.ScrolledWindow();
- this.scrolledwindow2.CanFocus = true;
- this.scrolledwindow2.Name = "scrolledwindow2";
- this.scrolledwindow2.ShadowType = ((Gtk.ShadowType)(1));
- // Container child scrolledwindow2.Gtk.Container+ContainerChild
- this.treeviewVariable = new Gtk.TreeView();
- this.treeviewVariable.CanFocus = true;
- this.treeviewVariable.Name = "treeviewVariable";
- this.scrolledwindow2.Add(this.treeviewVariable);
- this.vbox4.Add(this.scrolledwindow2);
- Gtk.Box.BoxChild w25 = ((Gtk.Box.BoxChild)(this.vbox4[this.scrolledwindow2]));
- w25.Position = 1;
- this.hpaned1.Add(this.vbox4);
- w1.Add(this.hpaned1);
- Gtk.Box.BoxChild w27 = ((Gtk.Box.BoxChild)(w1[this.hpaned1]));
- w27.Position = 0;
- // Internal child MonoDevelop.Ide.CodeTemplates.EditTemplateDialog.ActionArea
- Gtk.HButtonBox w28 = this.ActionArea;
- w28.Name = "dialog1_ActionArea";
- w28.Spacing = 6;
- w28.BorderWidth = ((uint)(5));
- w28.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 w29 = ((Gtk.ButtonBox.ButtonBoxChild)(w28[this.buttonCancel]));
- w29.Expand = false;
- w29.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 w30 = ((Gtk.ButtonBox.ButtonBoxChild)(w28[this.buttonOk]));
- w30.Position = 1;
- w30.Expand = false;
- w30.Fill = false;
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.DefaultWidth = 859;
- this.DefaultHeight = 494;
- this.Show();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.CodeTemplates
+{
+ public partial class EditTemplateDialog
+ {
+ private global::Gtk.HPaned hpaned1;
+
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.Table table2;
+
+ private global::Gtk.HBox hbox1;
+
+ private global::Gtk.Entry entryDescription;
+
+ private global::Gtk.Label label2;
+
+ private global::Gtk.ComboBoxEntry comboboxentryMime;
+
+ private global::Gtk.HBox hbox2;
+
+ private global::Gtk.Entry entryShortcut1;
+
+ private global::Gtk.Label label5;
+
+ private global::Gtk.ComboBoxEntry comboboxentryGroups;
+
+ private global::Gtk.HBox hbox5;
+
+ private global::Gtk.CheckButton checkbuttonExpansion;
+
+ private global::Gtk.CheckButton checkbuttonSurroundWith;
+
+ private global::Gtk.Label label1;
+
+ private global::Gtk.Label label3;
+
+ private global::Gtk.VBox vbox3;
+
+ private global::Gtk.HBox hbox3;
+
+ private global::Gtk.Label label6;
+
+ private global::Gtk.Fixed fixed1;
+
+ private global::Gtk.CheckButton checkbuttonWhiteSpaces;
+
+ private global::Gtk.ScrolledWindow scrolledwindow1;
+
+ private global::Gtk.VBox vbox4;
+
+ private global::Gtk.ComboBox comboboxVariables;
+
+ private global::Gtk.ScrolledWindow scrolledwindow2;
+
+ private global::Gtk.TreeView treeviewVariable;
+
+ private global::Gtk.Button buttonCancel;
+
+ private global::Gtk.Button buttonOk;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.CodeTemplates.EditTemplateDialog
+ this.Name = "MonoDevelop.Ide.CodeTemplates.EditTemplateDialog";
+ this.Title = "";
+ this.WindowPosition = ((global::Gtk.WindowPosition)(4));
+ this.BorderWidth = ((uint)(6));
+ this.SkipPagerHint = true;
+ this.SkipTaskbarHint = true;
+ // Internal child MonoDevelop.Ide.CodeTemplates.EditTemplateDialog.VBox
+ global::Gtk.VBox w1 = this.VBox;
+ w1.Name = "dialog1_VBox";
+ w1.Spacing = 6;
+ w1.BorderWidth = ((uint)(2));
+ // Container child dialog1_VBox.Gtk.Box+BoxChild
+ this.hpaned1 = new global::Gtk.HPaned ();
+ this.hpaned1.CanFocus = true;
+ this.hpaned1.Name = "hpaned1";
+ this.hpaned1.Position = 555;
+ // Container child hpaned1.Gtk.Paned+PanedChild
+ 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.table2 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
+ this.table2.Name = "table2";
+ this.table2.RowSpacing = ((uint)(6));
+ this.table2.ColumnSpacing = ((uint)(6));
+ // Container child table2.Gtk.Table+TableChild
+ this.hbox1 = new global::Gtk.HBox ();
+ this.hbox1.Name = "hbox1";
+ this.hbox1.Spacing = 6;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.entryDescription = new global::Gtk.Entry ();
+ this.entryDescription.CanFocus = true;
+ this.entryDescription.Name = "entryDescription";
+ this.entryDescription.IsEditable = true;
+ this.entryDescription.InvisibleChar = '●';
+ this.hbox1.Add (this.entryDescription);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.entryDescription]));
+ w2.Position = 0;
+ // Container child hbox1.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 ("_Mime:");
+ this.label2.UseUnderline = true;
+ this.hbox1.Add (this.label2);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label2]));
+ w3.Position = 1;
+ w3.Expand = false;
+ w3.Fill = false;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.comboboxentryMime = global::Gtk.ComboBoxEntry.NewText ();
+ this.comboboxentryMime.Name = "comboboxentryMime";
+ this.hbox1.Add (this.comboboxentryMime);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.comboboxentryMime]));
+ w4.Position = 2;
+ w4.Expand = false;
+ w4.Fill = false;
+ this.table2.Add (this.hbox1);
+ global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2[this.hbox1]));
+ w5.TopAttach = ((uint)(1));
+ w5.BottomAttach = ((uint)(2));
+ w5.LeftAttach = ((uint)(1));
+ w5.RightAttach = ((uint)(2));
+ w5.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table2.Gtk.Table+TableChild
+ this.hbox2 = new global::Gtk.HBox ();
+ this.hbox2.Name = "hbox2";
+ this.hbox2.Spacing = 6;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.entryShortcut1 = new global::Gtk.Entry ();
+ this.entryShortcut1.CanFocus = true;
+ this.entryShortcut1.Name = "entryShortcut1";
+ this.entryShortcut1.Text = global::Mono.Unix.Catalog.GetString (" ");
+ this.entryShortcut1.IsEditable = true;
+ this.entryShortcut1.InvisibleChar = '●';
+ this.hbox2.Add (this.entryShortcut1);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.entryShortcut1]));
+ w6.Position = 0;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.label5 = new global::Gtk.Label ();
+ this.label5.Name = "label5";
+ this.label5.Xalign = 0f;
+ this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("_Group:");
+ this.label5.UseUnderline = true;
+ this.hbox2.Add (this.label5);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label5]));
+ w7.Position = 1;
+ w7.Expand = false;
+ w7.Fill = false;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.comboboxentryGroups = global::Gtk.ComboBoxEntry.NewText ();
+ this.comboboxentryGroups.Name = "comboboxentryGroups";
+ this.hbox2.Add (this.comboboxentryGroups);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.comboboxentryGroups]));
+ w8.Position = 2;
+ w8.Expand = false;
+ w8.Fill = false;
+ this.table2.Add (this.hbox2);
+ global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table2[this.hbox2]));
+ w9.LeftAttach = ((uint)(1));
+ w9.RightAttach = ((uint)(2));
+ w9.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table2.Gtk.Table+TableChild
+ this.hbox5 = new global::Gtk.HBox ();
+ this.hbox5.Name = "hbox5";
+ this.hbox5.Spacing = 6;
+ // Container child hbox5.Gtk.Box+BoxChild
+ this.checkbuttonExpansion = new global::Gtk.CheckButton ();
+ this.checkbuttonExpansion.CanFocus = true;
+ this.checkbuttonExpansion.Name = "checkbuttonExpansion";
+ this.checkbuttonExpansion.Label = global::Mono.Unix.Catalog.GetString ("Is _expandable template");
+ this.checkbuttonExpansion.DrawIndicator = true;
+ this.checkbuttonExpansion.UseUnderline = true;
+ this.hbox5.Add (this.checkbuttonExpansion);
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.checkbuttonExpansion]));
+ w10.Position = 0;
+ w10.Expand = false;
+ // Container child hbox5.Gtk.Box+BoxChild
+ this.checkbuttonSurroundWith = new global::Gtk.CheckButton ();
+ this.checkbuttonSurroundWith.CanFocus = true;
+ this.checkbuttonSurroundWith.Name = "checkbuttonSurroundWith";
+ this.checkbuttonSurroundWith.Label = global::Mono.Unix.Catalog.GetString ("Is _surround with template");
+ this.checkbuttonSurroundWith.DrawIndicator = true;
+ this.checkbuttonSurroundWith.UseUnderline = true;
+ this.hbox5.Add (this.checkbuttonSurroundWith);
+ global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.checkbuttonSurroundWith]));
+ w11.Position = 1;
+ this.table2.Add (this.hbox5);
+ global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2[this.hbox5]));
+ w12.TopAttach = ((uint)(2));
+ w12.BottomAttach = ((uint)(3));
+ w12.LeftAttach = ((uint)(1));
+ w12.RightAttach = ((uint)(2));
+ w12.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table2.Gtk.Table+TableChild
+ this.label1 = new global::Gtk.Label ();
+ this.label1.Name = "label1";
+ this.label1.Xalign = 0f;
+ this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("_Shortcut:");
+ this.label1.UseUnderline = true;
+ this.table2.Add (this.label1);
+ global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table2[this.label1]));
+ w13.XOptions = ((global::Gtk.AttachOptions)(4));
+ w13.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table2.Gtk.Table+TableChild
+ this.label3 = new global::Gtk.Label ();
+ this.label3.Name = "label3";
+ this.label3.Xalign = 1f;
+ this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("_Description:");
+ this.label3.UseUnderline = true;
+ this.table2.Add (this.label3);
+ global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2[this.label3]));
+ w14.TopAttach = ((uint)(1));
+ w14.BottomAttach = ((uint)(2));
+ w14.XOptions = ((global::Gtk.AttachOptions)(4));
+ w14.YOptions = ((global::Gtk.AttachOptions)(4));
+ this.vbox2.Add (this.table2);
+ global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table2]));
+ w15.Position = 0;
+ w15.Expand = false;
+ w15.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.vbox3 = new global::Gtk.VBox ();
+ this.vbox3.Name = "vbox3";
+ this.vbox3.Spacing = 6;
+ this.vbox3.BorderWidth = ((uint)(6));
+ // Container child vbox3.Gtk.Box+BoxChild
+ this.hbox3 = new global::Gtk.HBox ();
+ this.hbox3.Name = "hbox3";
+ this.hbox3.Spacing = 6;
+ // Container child hbox3.Gtk.Box+BoxChild
+ this.label6 = new global::Gtk.Label ();
+ this.label6.Name = "label6";
+ this.label6.Xalign = 0f;
+ this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Template Text:");
+ this.hbox3.Add (this.label6);
+ global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label6]));
+ w16.Position = 0;
+ w16.Expand = false;
+ w16.Fill = false;
+ // Container child hbox3.Gtk.Box+BoxChild
+ this.fixed1 = new global::Gtk.Fixed ();
+ this.fixed1.Name = "fixed1";
+ this.fixed1.HasWindow = false;
+ this.hbox3.Add (this.fixed1);
+ global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.fixed1]));
+ w17.Position = 1;
+ // Container child hbox3.Gtk.Box+BoxChild
+ this.checkbuttonWhiteSpaces = new global::Gtk.CheckButton ();
+ this.checkbuttonWhiteSpaces.CanFocus = true;
+ this.checkbuttonWhiteSpaces.Name = "checkbuttonWhiteSpaces";
+ this.checkbuttonWhiteSpaces.Label = global::Mono.Unix.Catalog.GetString ("S_how whitespaces");
+ this.checkbuttonWhiteSpaces.DrawIndicator = true;
+ this.checkbuttonWhiteSpaces.UseUnderline = true;
+ this.hbox3.Add (this.checkbuttonWhiteSpaces);
+ global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.checkbuttonWhiteSpaces]));
+ w18.Position = 2;
+ w18.Expand = false;
+ this.vbox3.Add (this.hbox3);
+ global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox3]));
+ w19.Position = 0;
+ w19.Expand = false;
+ w19.Fill = false;
+ // Container child vbox3.Gtk.Box+BoxChild
+ this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
+ this.scrolledwindow1.CanFocus = true;
+ this.scrolledwindow1.Name = "scrolledwindow1";
+ this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
+ this.vbox3.Add (this.scrolledwindow1);
+ global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.scrolledwindow1]));
+ w20.Position = 1;
+ this.vbox2.Add (this.vbox3);
+ global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.vbox3]));
+ w21.Position = 1;
+ this.hpaned1.Add (this.vbox2);
+ global::Gtk.Paned.PanedChild w22 = ((global::Gtk.Paned.PanedChild)(this.hpaned1[this.vbox2]));
+ w22.Resize = false;
+ // Container child hpaned1.Gtk.Paned+PanedChild
+ this.vbox4 = new global::Gtk.VBox ();
+ this.vbox4.Name = "vbox4";
+ this.vbox4.Spacing = 6;
+ // Container child vbox4.Gtk.Box+BoxChild
+ this.comboboxVariables = global::Gtk.ComboBox.NewText ();
+ this.comboboxVariables.Name = "comboboxVariables";
+ this.vbox4.Add (this.comboboxVariables);
+ global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.comboboxVariables]));
+ w23.Position = 0;
+ w23.Expand = false;
+ w23.Fill = false;
+ // Container child vbox4.Gtk.Box+BoxChild
+ this.scrolledwindow2 = new global::Gtk.ScrolledWindow ();
+ this.scrolledwindow2.CanFocus = true;
+ this.scrolledwindow2.Name = "scrolledwindow2";
+ this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child scrolledwindow2.Gtk.Container+ContainerChild
+ this.treeviewVariable = new global::Gtk.TreeView ();
+ this.treeviewVariable.CanFocus = true;
+ this.treeviewVariable.Name = "treeviewVariable";
+ this.scrolledwindow2.Add (this.treeviewVariable);
+ this.vbox4.Add (this.scrolledwindow2);
+ global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.scrolledwindow2]));
+ w25.Position = 1;
+ this.hpaned1.Add (this.vbox4);
+ w1.Add (this.hpaned1);
+ global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(w1[this.hpaned1]));
+ w27.Position = 0;
+ // Internal child MonoDevelop.Ide.CodeTemplates.EditTemplateDialog.ActionArea
+ global::Gtk.HButtonBox w28 = this.ActionArea;
+ w28.Name = "dialog1_ActionArea";
+ w28.Spacing = 6;
+ w28.BorderWidth = ((uint)(5));
+ w28.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 w29 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w28[this.buttonCancel]));
+ w29.Expand = false;
+ w29.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 w30 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w28[this.buttonOk]));
+ w30.Position = 1;
+ w30.Expand = false;
+ w30.Fill = false;
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.DefaultWidth = 859;
+ this.DefaultHeight = 494;
+ this.Show ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.DocumentSwitcher.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.DocumentSwitcher.cs
index 360ef67203..910e06be27 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.DocumentSwitcher.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.DocumentSwitcher.cs
@@ -1,198 +1,190 @@
-// ------------------------------------------------------------------------------
-// <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.Ide {
-
-
- internal partial class DocumentSwitcher {
-
- private Gtk.VBox vbox1;
-
- private Gtk.HBox hbox2;
-
- private Gtk.VBox vbox4;
-
- private Gtk.Label labelTitle;
-
- private Gtk.Label labelType;
-
- private Gtk.HBox hbox1;
-
- private Gtk.Table table1;
-
- private Gtk.VBox vbox2;
-
- private Gtk.Alignment alignment1;
-
- private Gtk.Label label8;
-
- private Gtk.ScrolledWindow scrolledwindow1;
-
- private Gtk.VBox vbox3;
-
- private Gtk.Label label10;
-
- private Gtk.ScrolledWindow scrolledwindow2;
-
- private Gtk.Image imagePreview;
-
- private Gtk.Label labelFileName;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.DocumentSwitcher
- this.Name = "MonoDevelop.Ide.DocumentSwitcher";
- this.Title = "";
- this.TypeHint = ((Gdk.WindowTypeHint)(2));
- this.WindowPosition = ((Gtk.WindowPosition)(4));
- this.Modal = true;
- this.BorderWidth = ((uint)(6));
- // Container child MonoDevelop.Ide.DocumentSwitcher.Gtk.Container+ContainerChild
- this.vbox1 = new Gtk.VBox();
- this.vbox1.Name = "vbox1";
- this.vbox1.Spacing = 6;
- // Container child vbox1.Gtk.Box+BoxChild
- this.hbox2 = new Gtk.HBox();
- this.hbox2.Name = "hbox2";
- this.hbox2.Spacing = 6;
- // Container child hbox2.Gtk.Box+BoxChild
- this.vbox4 = new Gtk.VBox();
- this.vbox4.Name = "vbox4";
- this.vbox4.Spacing = 6;
- // Container child vbox4.Gtk.Box+BoxChild
- this.labelTitle = new Gtk.Label();
- this.labelTitle.Name = "labelTitle";
- this.labelTitle.Xalign = 0F;
- this.vbox4.Add(this.labelTitle);
- Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.vbox4[this.labelTitle]));
- w1.Position = 0;
- w1.Expand = false;
- w1.Fill = false;
- // Container child vbox4.Gtk.Box+BoxChild
- this.labelType = new Gtk.Label();
- this.labelType.Name = "labelType";
- this.labelType.Xalign = 0F;
- this.vbox4.Add(this.labelType);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.vbox4[this.labelType]));
- w2.Position = 1;
- w2.Expand = false;
- w2.Fill = false;
- this.hbox2.Add(this.vbox4);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox2[this.vbox4]));
- w3.Position = 0;
- this.vbox1.Add(this.hbox2);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
- w4.Position = 0;
- w4.Expand = false;
- w4.Fill = false;
- // Container child vbox1.Gtk.Box+BoxChild
- this.hbox1 = new Gtk.HBox();
- this.hbox1.Name = "hbox1";
- this.hbox1.Spacing = 6;
- // Container child hbox1.Gtk.Box+BoxChild
- this.table1 = new Gtk.Table(((uint)(1)), ((uint)(2)), true);
- this.table1.Name = "table1";
- this.table1.RowSpacing = ((uint)(6));
- this.table1.ColumnSpacing = ((uint)(6));
- // Container child table1.Gtk.Table+TableChild
- this.vbox2 = new Gtk.VBox();
- this.vbox2.Name = "vbox2";
- this.vbox2.Spacing = 6;
- // Container child vbox2.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.label8 = new Gtk.Label();
- this.label8.Name = "label8";
- this.label8.Xalign = 0F;
- this.label8.LabelProp = Mono.Unix.Catalog.GetString("Pads");
- this.alignment1.Add(this.label8);
- this.vbox2.Add(this.alignment1);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox2[this.alignment1]));
- w6.Position = 0;
- w6.Expand = false;
- w6.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.scrolledwindow1 = new Gtk.ScrolledWindow();
- this.scrolledwindow1.CanFocus = true;
- this.scrolledwindow1.Name = "scrolledwindow1";
- this.scrolledwindow1.VscrollbarPolicy = ((Gtk.PolicyType)(2));
- this.scrolledwindow1.HscrollbarPolicy = ((Gtk.PolicyType)(2));
- this.scrolledwindow1.ShadowType = ((Gtk.ShadowType)(1));
- this.vbox2.Add(this.scrolledwindow1);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vbox2[this.scrolledwindow1]));
- w7.Position = 1;
- this.table1.Add(this.vbox2);
- Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table1[this.vbox2]));
- w8.XOptions = ((Gtk.AttachOptions)(4));
- w8.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.vbox3 = new Gtk.VBox();
- this.vbox3.Name = "vbox3";
- this.vbox3.Spacing = 6;
- // Container child vbox3.Gtk.Box+BoxChild
- this.label10 = new Gtk.Label();
- this.label10.Name = "label10";
- this.label10.Xalign = 0F;
- this.label10.LabelProp = Mono.Unix.Catalog.GetString("Documents");
- this.vbox3.Add(this.label10);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.vbox3[this.label10]));
- w9.Position = 0;
- w9.Expand = false;
- w9.Fill = false;
- // Container child vbox3.Gtk.Box+BoxChild
- this.scrolledwindow2 = new Gtk.ScrolledWindow();
- this.scrolledwindow2.CanFocus = true;
- this.scrolledwindow2.Name = "scrolledwindow2";
- this.scrolledwindow2.VscrollbarPolicy = ((Gtk.PolicyType)(2));
- this.scrolledwindow2.HscrollbarPolicy = ((Gtk.PolicyType)(2));
- this.scrolledwindow2.ShadowType = ((Gtk.ShadowType)(1));
- this.vbox3.Add(this.scrolledwindow2);
- Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.vbox3[this.scrolledwindow2]));
- w10.Position = 1;
- this.table1.Add(this.vbox3);
- Gtk.Table.TableChild w11 = ((Gtk.Table.TableChild)(this.table1[this.vbox3]));
- w11.LeftAttach = ((uint)(1));
- w11.RightAttach = ((uint)(2));
- this.hbox1.Add(this.table1);
- Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.hbox1[this.table1]));
- w12.Position = 0;
- // Container child hbox1.Gtk.Box+BoxChild
- this.imagePreview = new Gtk.Image();
- this.imagePreview.Name = "imagePreview";
- this.hbox1.Add(this.imagePreview);
- Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(this.hbox1[this.imagePreview]));
- w13.PackType = ((Gtk.PackType)(1));
- w13.Position = 1;
- w13.Expand = false;
- w13.Fill = false;
- this.vbox1.Add(this.hbox1);
- Gtk.Box.BoxChild w14 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
- w14.Position = 1;
- // Container child vbox1.Gtk.Box+BoxChild
- this.labelFileName = new Gtk.Label();
- this.labelFileName.Name = "labelFileName";
- this.labelFileName.Ellipsize = ((Pango.EllipsizeMode)(1));
- this.vbox1.Add(this.labelFileName);
- Gtk.Box.BoxChild w15 = ((Gtk.Box.BoxChild)(this.vbox1[this.labelFileName]));
- w15.PackType = ((Gtk.PackType)(1));
- w15.Position = 2;
- w15.Expand = false;
- w15.Fill = false;
- this.Add(this.vbox1);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.DefaultWidth = 490;
- this.DefaultHeight = 350;
- this.Show();
- }
- }
+
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide
+{
+ internal partial class DocumentSwitcher
+ {
+ private global::Gtk.VBox vbox1;
+
+ private global::Gtk.HBox hbox2;
+
+ private global::Gtk.VBox vbox4;
+
+ private global::Gtk.Label labelTitle;
+
+ private global::Gtk.Label labelType;
+
+ private global::Gtk.HBox hbox1;
+
+ private global::Gtk.Table table1;
+
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.Alignment alignment1;
+
+ private global::Gtk.Label label8;
+
+ private global::Gtk.ScrolledWindow scrolledwindow1;
+
+ private global::Gtk.VBox vbox3;
+
+ private global::Gtk.Label label10;
+
+ private global::Gtk.ScrolledWindow scrolledwindow2;
+
+ private global::Gtk.Image imagePreview;
+
+ private global::Gtk.Label labelFileName;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.DocumentSwitcher
+ this.Name = "MonoDevelop.Ide.DocumentSwitcher";
+ this.Title = "";
+ this.TypeHint = ((global::Gdk.WindowTypeHint)(2));
+ this.WindowPosition = ((global::Gtk.WindowPosition)(4));
+ this.Modal = true;
+ this.BorderWidth = ((uint)(6));
+ // Container child MonoDevelop.Ide.DocumentSwitcher.Gtk.Container+ContainerChild
+ this.vbox1 = new global::Gtk.VBox ();
+ this.vbox1.Name = "vbox1";
+ this.vbox1.Spacing = 6;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.hbox2 = new global::Gtk.HBox ();
+ this.hbox2.Name = "hbox2";
+ this.hbox2.Spacing = 6;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.vbox4 = new global::Gtk.VBox ();
+ this.vbox4.Name = "vbox4";
+ this.vbox4.Spacing = 6;
+ // Container child vbox4.Gtk.Box+BoxChild
+ this.labelTitle = new global::Gtk.Label ();
+ this.labelTitle.Name = "labelTitle";
+ this.labelTitle.Xalign = 0f;
+ this.vbox4.Add (this.labelTitle);
+ global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.labelTitle]));
+ w1.Position = 0;
+ w1.Expand = false;
+ w1.Fill = false;
+ // Container child vbox4.Gtk.Box+BoxChild
+ this.labelType = new global::Gtk.Label ();
+ this.labelType.Name = "labelType";
+ this.labelType.Xalign = 0f;
+ this.vbox4.Add (this.labelType);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.labelType]));
+ w2.Position = 1;
+ w2.Expand = false;
+ w2.Fill = false;
+ this.hbox2.Add (this.vbox4);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox4]));
+ w3.Position = 0;
+ this.vbox1.Add (this.hbox2);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
+ w4.Position = 0;
+ w4.Expand = false;
+ w4.Fill = false;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.hbox1 = new global::Gtk.HBox ();
+ this.hbox1.Name = "hbox1";
+ this.hbox1.Spacing = 6;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.table1 = new global::Gtk.Table (((uint)(1)), ((uint)(2)), true);
+ this.table1.Name = "table1";
+ this.table1.RowSpacing = ((uint)(6));
+ this.table1.ColumnSpacing = ((uint)(6));
+ // Container child table1.Gtk.Table+TableChild
+ this.vbox2 = new global::Gtk.VBox ();
+ this.vbox2.Name = "vbox2";
+ this.vbox2.Spacing = 6;
+ // Container child vbox2.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.label8 = new global::Gtk.Label ();
+ this.label8.Name = "label8";
+ this.label8.Xalign = 0f;
+ this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Pads");
+ this.alignment1.Add (this.label8);
+ this.vbox2.Add (this.alignment1);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.alignment1]));
+ w6.Position = 0;
+ w6.Expand = false;
+ w6.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
+ this.scrolledwindow1.CanFocus = true;
+ this.scrolledwindow1.Name = "scrolledwindow1";
+ this.scrolledwindow1.VscrollbarPolicy = ((global::Gtk.PolicyType)(2));
+ this.scrolledwindow1.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
+ this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
+ this.vbox2.Add (this.scrolledwindow1);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.scrolledwindow1]));
+ w7.Position = 1;
+ this.table1.Add (this.vbox2);
+ global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox2]));
+ w8.XOptions = ((global::Gtk.AttachOptions)(4));
+ w8.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.vbox3 = new global::Gtk.VBox ();
+ this.vbox3.Name = "vbox3";
+ this.vbox3.Spacing = 6;
+ // Container child vbox3.Gtk.Box+BoxChild
+ this.label10 = new global::Gtk.Label ();
+ this.label10.Name = "label10";
+ this.label10.Xalign = 0f;
+ this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("Documents");
+ this.vbox3.Add (this.label10);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.label10]));
+ w9.Position = 0;
+ w9.Expand = false;
+ w9.Fill = false;
+ // Container child vbox3.Gtk.Box+BoxChild
+ this.scrolledwindow2 = new global::Gtk.ScrolledWindow ();
+ this.scrolledwindow2.CanFocus = true;
+ this.scrolledwindow2.Name = "scrolledwindow2";
+ this.scrolledwindow2.VscrollbarPolicy = ((global::Gtk.PolicyType)(2));
+ this.scrolledwindow2.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
+ this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
+ this.vbox3.Add (this.scrolledwindow2);
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.scrolledwindow2]));
+ w10.Position = 1;
+ this.table1.Add (this.vbox3);
+ global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox3]));
+ w11.LeftAttach = ((uint)(1));
+ w11.RightAttach = ((uint)(2));
+ this.hbox1.Add (this.table1);
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.table1]));
+ w12.Position = 0;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.imagePreview = new global::Gtk.Image ();
+ this.imagePreview.Name = "imagePreview";
+ this.hbox1.Add (this.imagePreview);
+ global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.imagePreview]));
+ w13.PackType = ((global::Gtk.PackType)(1));
+ w13.Position = 1;
+ w13.Expand = false;
+ w13.Fill = false;
+ this.vbox1.Add (this.hbox1);
+ global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
+ w14.Position = 1;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.labelFileName = new global::Gtk.Label ();
+ this.labelFileName.Name = "labelFileName";
+ this.labelFileName.Ellipsize = ((global::Pango.EllipsizeMode)(1));
+ this.vbox1.Add (this.labelFileName);
+ global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.labelFileName]));
+ w15.PackType = ((global::Gtk.PackType)(1));
+ w15.Position = 2;
+ w15.Expand = false;
+ w15.Fill = false;
+ this.Add (this.vbox1);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.DefaultWidth = 490;
+ this.DefaultHeight = 350;
+ this.Show ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.cs
index 68f9112f43..201a058f2e 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.cs
@@ -1,354 +1,346 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.ExternalTools {
-
-
- public partial class ExternalToolPanelWidget {
-
- private Gtk.VBox vbox32;
-
- private Gtk.HBox hbox21;
-
- private Gtk.ScrolledWindow scrolledwindow4;
-
- private Gtk.TreeView toolListBox;
-
- private Gtk.VBox buttons;
-
- private Gtk.Button addButton;
-
- private Gtk.Button removeButton;
-
- private Gtk.Label label34;
-
- private Gtk.Button moveUpButton;
-
- private Gtk.Button moveDownButton;
-
- private Gtk.Table table2;
-
- private Gtk.Label argumentLabel;
-
- private MonoDevelop.Components.FileEntry browseButton;
-
- private Gtk.Label commandLabel;
-
- private Gtk.Table table3;
-
- private Gtk.Button argumentQuickInsertButton;
-
- private Gtk.Entry argumentTextBox;
-
- private Gtk.Table table4;
-
- private Gtk.Button workingDirQuickInsertButton;
-
- private Gtk.Entry workingDirTextBox;
-
- private Gtk.Label titleLabel;
-
- private Gtk.Entry titleTextBox;
-
- private Gtk.Label workingDirLabel;
-
- private Gtk.Table table1;
-
- private Gtk.CheckButton promptArgsCheckBox;
-
- private Gtk.CheckButton saveCurrentFileCheckBox;
-
- private Gtk.CheckButton useOutputPadCheckBox;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget";
- // Container child MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.Gtk.Container+ContainerChild
- this.vbox32 = new Gtk.VBox();
- this.vbox32.Name = "vbox32";
- this.vbox32.Spacing = 12;
- // Container child vbox32.Gtk.Box+BoxChild
- this.hbox21 = new Gtk.HBox();
- this.hbox21.Name = "hbox21";
- this.hbox21.Spacing = 6;
- // Container child hbox21.Gtk.Box+BoxChild
- this.scrolledwindow4 = new Gtk.ScrolledWindow();
- this.scrolledwindow4.Name = "scrolledwindow4";
- this.scrolledwindow4.ShadowType = ((Gtk.ShadowType)(4));
- // Container child scrolledwindow4.Gtk.Container+ContainerChild
- this.toolListBox = new Gtk.TreeView();
- this.toolListBox.WidthRequest = 200;
- this.toolListBox.HeightRequest = 150;
- this.toolListBox.Name = "toolListBox";
- this.scrolledwindow4.Add(this.toolListBox);
- this.hbox21.Add(this.scrolledwindow4);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox21[this.scrolledwindow4]));
- w2.Position = 0;
- // Container child hbox21.Gtk.Box+BoxChild
- this.buttons = new Gtk.VBox();
- this.buttons.Name = "buttons";
- this.buttons.Spacing = 6;
- // Container child buttons.Gtk.Box+BoxChild
- this.addButton = new Gtk.Button();
- this.addButton.Name = "addButton";
- this.addButton.UseStock = true;
- this.addButton.UseUnderline = true;
- this.addButton.Label = "gtk-add";
- this.buttons.Add(this.addButton);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.buttons[this.addButton]));
- w3.Position = 0;
- w3.Expand = false;
- w3.Fill = false;
- // Container child buttons.Gtk.Box+BoxChild
- this.removeButton = new Gtk.Button();
- this.removeButton.Name = "removeButton";
- this.removeButton.UseStock = true;
- this.removeButton.UseUnderline = true;
- this.removeButton.Label = "gtk-remove";
- this.buttons.Add(this.removeButton);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.buttons[this.removeButton]));
- w4.Position = 1;
- w4.Expand = false;
- w4.Fill = false;
- // Container child buttons.Gtk.Box+BoxChild
- this.label34 = new Gtk.Label();
- this.label34.Name = "label34";
- this.label34.Xalign = 0F;
- this.label34.Yalign = 0F;
- this.label34.LabelProp = " ";
- this.buttons.Add(this.label34);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.buttons[this.label34]));
- w5.Position = 2;
- // Container child buttons.Gtk.Box+BoxChild
- this.moveUpButton = new Gtk.Button();
- this.moveUpButton.Name = "moveUpButton";
- this.moveUpButton.UseStock = true;
- this.moveUpButton.UseUnderline = true;
- this.moveUpButton.Label = "gtk-go-up";
- this.buttons.Add(this.moveUpButton);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.buttons[this.moveUpButton]));
- w6.Position = 3;
- w6.Expand = false;
- w6.Fill = false;
- // Container child buttons.Gtk.Box+BoxChild
- this.moveDownButton = new Gtk.Button();
- this.moveDownButton.Name = "moveDownButton";
- this.moveDownButton.UseStock = true;
- this.moveDownButton.UseUnderline = true;
- this.moveDownButton.Label = "gtk-go-down";
- this.buttons.Add(this.moveDownButton);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.buttons[this.moveDownButton]));
- w7.Position = 4;
- w7.Expand = false;
- w7.Fill = false;
- this.hbox21.Add(this.buttons);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.hbox21[this.buttons]));
- w8.Position = 1;
- w8.Expand = false;
- w8.Fill = false;
- this.vbox32.Add(this.hbox21);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.vbox32[this.hbox21]));
- w9.Position = 0;
- // Container child vbox32.Gtk.Box+BoxChild
- this.table2 = new Gtk.Table(((uint)(4)), ((uint)(2)), false);
- this.table2.Name = "table2";
- this.table2.RowSpacing = ((uint)(6));
- this.table2.ColumnSpacing = ((uint)(6));
- // Container child table2.Gtk.Table+TableChild
- this.argumentLabel = new Gtk.Label();
- this.argumentLabel.Name = "argumentLabel";
- this.argumentLabel.Xalign = 0F;
- this.argumentLabel.Yalign = 0F;
- this.argumentLabel.LabelProp = Mono.Unix.Catalog.GetString("_Arguments:");
- this.argumentLabel.UseUnderline = true;
- this.table2.Add(this.argumentLabel);
- Gtk.Table.TableChild w10 = ((Gtk.Table.TableChild)(this.table2[this.argumentLabel]));
- w10.TopAttach = ((uint)(2));
- w10.BottomAttach = ((uint)(3));
- w10.XOptions = ((Gtk.AttachOptions)(4));
- w10.YOptions = ((Gtk.AttachOptions)(0));
- // Container child table2.Gtk.Table+TableChild
- this.browseButton = new MonoDevelop.Components.FileEntry();
- this.browseButton.Name = "browseButton";
- this.table2.Add(this.browseButton);
- Gtk.Table.TableChild w11 = ((Gtk.Table.TableChild)(this.table2[this.browseButton]));
- w11.TopAttach = ((uint)(1));
- w11.BottomAttach = ((uint)(2));
- w11.LeftAttach = ((uint)(1));
- w11.RightAttach = ((uint)(2));
- w11.XOptions = ((Gtk.AttachOptions)(4));
- w11.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table2.Gtk.Table+TableChild
- this.commandLabel = new Gtk.Label();
- this.commandLabel.Name = "commandLabel";
- this.commandLabel.Xalign = 0F;
- this.commandLabel.Yalign = 0F;
- this.commandLabel.LabelProp = Mono.Unix.Catalog.GetString("_Command:");
- this.commandLabel.UseUnderline = true;
- this.table2.Add(this.commandLabel);
- Gtk.Table.TableChild w12 = ((Gtk.Table.TableChild)(this.table2[this.commandLabel]));
- w12.TopAttach = ((uint)(1));
- w12.BottomAttach = ((uint)(2));
- w12.XOptions = ((Gtk.AttachOptions)(4));
- w12.YOptions = ((Gtk.AttachOptions)(0));
- // Container child table2.Gtk.Table+TableChild
- this.table3 = new Gtk.Table(((uint)(1)), ((uint)(2)), false);
- this.table3.Name = "table3";
- this.table3.RowSpacing = ((uint)(6));
- this.table3.ColumnSpacing = ((uint)(4));
- // Container child table3.Gtk.Table+TableChild
- this.argumentQuickInsertButton = new Gtk.Button();
- this.argumentQuickInsertButton.Name = "argumentQuickInsertButton";
- this.argumentQuickInsertButton.UseUnderline = true;
- this.argumentQuickInsertButton.Label = " > ";
- this.table3.Add(this.argumentQuickInsertButton);
- Gtk.Table.TableChild w13 = ((Gtk.Table.TableChild)(this.table3[this.argumentQuickInsertButton]));
- w13.LeftAttach = ((uint)(1));
- w13.RightAttach = ((uint)(2));
- w13.XOptions = ((Gtk.AttachOptions)(0));
- w13.YOptions = ((Gtk.AttachOptions)(0));
- // Container child table3.Gtk.Table+TableChild
- this.argumentTextBox = new Gtk.Entry();
- this.argumentTextBox.Name = "argumentTextBox";
- this.argumentTextBox.IsEditable = true;
- this.argumentTextBox.InvisibleChar = '●';
- this.table3.Add(this.argumentTextBox);
- Gtk.Table.TableChild w14 = ((Gtk.Table.TableChild)(this.table3[this.argumentTextBox]));
- w14.YOptions = ((Gtk.AttachOptions)(0));
- this.table2.Add(this.table3);
- Gtk.Table.TableChild w15 = ((Gtk.Table.TableChild)(this.table2[this.table3]));
- w15.TopAttach = ((uint)(2));
- w15.BottomAttach = ((uint)(3));
- w15.LeftAttach = ((uint)(1));
- w15.RightAttach = ((uint)(2));
- w15.YOptions = ((Gtk.AttachOptions)(0));
- // Container child table2.Gtk.Table+TableChild
- this.table4 = new Gtk.Table(((uint)(1)), ((uint)(2)), false);
- this.table4.Name = "table4";
- this.table4.RowSpacing = ((uint)(6));
- this.table4.ColumnSpacing = ((uint)(4));
- // Container child table4.Gtk.Table+TableChild
- this.workingDirQuickInsertButton = new Gtk.Button();
- this.workingDirQuickInsertButton.Name = "workingDirQuickInsertButton";
- this.workingDirQuickInsertButton.UseUnderline = true;
- this.workingDirQuickInsertButton.Label = " > ";
- this.table4.Add(this.workingDirQuickInsertButton);
- Gtk.Table.TableChild w16 = ((Gtk.Table.TableChild)(this.table4[this.workingDirQuickInsertButton]));
- w16.LeftAttach = ((uint)(1));
- w16.RightAttach = ((uint)(2));
- w16.XOptions = ((Gtk.AttachOptions)(0));
- w16.YOptions = ((Gtk.AttachOptions)(0));
- // Container child table4.Gtk.Table+TableChild
- this.workingDirTextBox = new Gtk.Entry();
- this.workingDirTextBox.Name = "workingDirTextBox";
- this.workingDirTextBox.IsEditable = true;
- this.workingDirTextBox.InvisibleChar = '●';
- this.table4.Add(this.workingDirTextBox);
- Gtk.Table.TableChild w17 = ((Gtk.Table.TableChild)(this.table4[this.workingDirTextBox]));
- w17.YOptions = ((Gtk.AttachOptions)(0));
- this.table2.Add(this.table4);
- Gtk.Table.TableChild w18 = ((Gtk.Table.TableChild)(this.table2[this.table4]));
- w18.TopAttach = ((uint)(3));
- w18.BottomAttach = ((uint)(4));
- w18.LeftAttach = ((uint)(1));
- w18.RightAttach = ((uint)(2));
- w18.YOptions = ((Gtk.AttachOptions)(0));
- // Container child table2.Gtk.Table+TableChild
- this.titleLabel = new Gtk.Label();
- this.titleLabel.Name = "titleLabel";
- this.titleLabel.Xalign = 0F;
- this.titleLabel.Yalign = 0F;
- this.titleLabel.LabelProp = Mono.Unix.Catalog.GetString("_Title:");
- this.titleLabel.UseUnderline = true;
- this.table2.Add(this.titleLabel);
- Gtk.Table.TableChild w19 = ((Gtk.Table.TableChild)(this.table2[this.titleLabel]));
- w19.XOptions = ((Gtk.AttachOptions)(4));
- w19.YOptions = ((Gtk.AttachOptions)(0));
- // Container child table2.Gtk.Table+TableChild
- this.titleTextBox = new Gtk.Entry();
- this.titleTextBox.Name = "titleTextBox";
- this.titleTextBox.IsEditable = true;
- this.titleTextBox.InvisibleChar = '●';
- this.table2.Add(this.titleTextBox);
- Gtk.Table.TableChild w20 = ((Gtk.Table.TableChild)(this.table2[this.titleTextBox]));
- w20.LeftAttach = ((uint)(1));
- w20.RightAttach = ((uint)(2));
- w20.YOptions = ((Gtk.AttachOptions)(0));
- // Container child table2.Gtk.Table+TableChild
- this.workingDirLabel = new Gtk.Label();
- this.workingDirLabel.Name = "workingDirLabel";
- this.workingDirLabel.Xalign = 0F;
- this.workingDirLabel.Yalign = 0F;
- this.workingDirLabel.LabelProp = Mono.Unix.Catalog.GetString("_Working directory:");
- this.workingDirLabel.UseUnderline = true;
- this.table2.Add(this.workingDirLabel);
- Gtk.Table.TableChild w21 = ((Gtk.Table.TableChild)(this.table2[this.workingDirLabel]));
- w21.TopAttach = ((uint)(3));
- w21.BottomAttach = ((uint)(4));
- w21.XOptions = ((Gtk.AttachOptions)(4));
- w21.YOptions = ((Gtk.AttachOptions)(0));
- this.vbox32.Add(this.table2);
- Gtk.Box.BoxChild w22 = ((Gtk.Box.BoxChild)(this.vbox32[this.table2]));
- w22.Position = 1;
- w22.Expand = false;
- w22.Fill = false;
- // Container child vbox32.Gtk.Box+BoxChild
- this.table1 = new Gtk.Table(((uint)(2)), ((uint)(2)), false);
- this.table1.Name = "table1";
- this.table1.RowSpacing = ((uint)(6));
- this.table1.ColumnSpacing = ((uint)(6));
- // Container child table1.Gtk.Table+TableChild
- this.promptArgsCheckBox = new Gtk.CheckButton();
- this.promptArgsCheckBox.Name = "promptArgsCheckBox";
- this.promptArgsCheckBox.Label = Mono.Unix.Catalog.GetString("_Prompt for arguments");
- this.promptArgsCheckBox.DrawIndicator = true;
- this.promptArgsCheckBox.UseUnderline = true;
- this.table1.Add(this.promptArgsCheckBox);
- Gtk.Table.TableChild w23 = ((Gtk.Table.TableChild)(this.table1[this.promptArgsCheckBox]));
- w23.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.saveCurrentFileCheckBox = new Gtk.CheckButton();
- this.saveCurrentFileCheckBox.CanFocus = true;
- this.saveCurrentFileCheckBox.Name = "saveCurrentFileCheckBox";
- this.saveCurrentFileCheckBox.Label = Mono.Unix.Catalog.GetString("_Save current file");
- this.saveCurrentFileCheckBox.DrawIndicator = true;
- this.saveCurrentFileCheckBox.UseUnderline = true;
- this.table1.Add(this.saveCurrentFileCheckBox);
- Gtk.Table.TableChild w24 = ((Gtk.Table.TableChild)(this.table1[this.saveCurrentFileCheckBox]));
- w24.LeftAttach = ((uint)(1));
- w24.RightAttach = ((uint)(2));
- w24.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.useOutputPadCheckBox = new Gtk.CheckButton();
- this.useOutputPadCheckBox.Name = "useOutputPadCheckBox";
- this.useOutputPadCheckBox.Label = Mono.Unix.Catalog.GetString("Use _output window");
- this.useOutputPadCheckBox.DrawIndicator = true;
- this.useOutputPadCheckBox.UseUnderline = true;
- this.table1.Add(this.useOutputPadCheckBox);
- Gtk.Table.TableChild w25 = ((Gtk.Table.TableChild)(this.table1[this.useOutputPadCheckBox]));
- w25.TopAttach = ((uint)(1));
- w25.BottomAttach = ((uint)(2));
- w25.YOptions = ((Gtk.AttachOptions)(4));
- this.vbox32.Add(this.table1);
- Gtk.Box.BoxChild w26 = ((Gtk.Box.BoxChild)(this.vbox32[this.table1]));
- w26.Position = 2;
- w26.Expand = false;
- w26.Fill = false;
- this.Add(this.vbox32);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.titleLabel.MnemonicWidget = this.titleTextBox;
- this.Show();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.ExternalTools
+{
+ public partial class ExternalToolPanelWidget
+ {
+ private global::Gtk.VBox vbox32;
+
+ private global::Gtk.HBox hbox21;
+
+ private global::Gtk.ScrolledWindow scrolledwindow4;
+
+ private global::Gtk.TreeView toolListBox;
+
+ private global::Gtk.VBox buttons;
+
+ private global::Gtk.Button addButton;
+
+ private global::Gtk.Button removeButton;
+
+ private global::Gtk.Label label34;
+
+ private global::Gtk.Button moveUpButton;
+
+ private global::Gtk.Button moveDownButton;
+
+ private global::Gtk.Table table2;
+
+ private global::Gtk.Label argumentLabel;
+
+ private global::MonoDevelop.Components.FileEntry browseButton;
+
+ private global::Gtk.Label commandLabel;
+
+ private global::Gtk.Table table3;
+
+ private global::Gtk.Button argumentQuickInsertButton;
+
+ private global::Gtk.Entry argumentTextBox;
+
+ private global::Gtk.Table table4;
+
+ private global::Gtk.Button workingDirQuickInsertButton;
+
+ private global::Gtk.Entry workingDirTextBox;
+
+ private global::Gtk.Label titleLabel;
+
+ private global::Gtk.Entry titleTextBox;
+
+ private global::Gtk.Label workingDirLabel;
+
+ private global::Gtk.Table table1;
+
+ private global::Gtk.CheckButton promptArgsCheckBox;
+
+ private global::Gtk.CheckButton saveCurrentFileCheckBox;
+
+ private global::Gtk.CheckButton useOutputPadCheckBox;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget";
+ // Container child MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.Gtk.Container+ContainerChild
+ this.vbox32 = new global::Gtk.VBox ();
+ this.vbox32.Name = "vbox32";
+ this.vbox32.Spacing = 12;
+ // Container child vbox32.Gtk.Box+BoxChild
+ this.hbox21 = new global::Gtk.HBox ();
+ this.hbox21.Name = "hbox21";
+ this.hbox21.Spacing = 6;
+ // Container child hbox21.Gtk.Box+BoxChild
+ this.scrolledwindow4 = new global::Gtk.ScrolledWindow ();
+ this.scrolledwindow4.Name = "scrolledwindow4";
+ this.scrolledwindow4.ShadowType = ((global::Gtk.ShadowType)(4));
+ // Container child scrolledwindow4.Gtk.Container+ContainerChild
+ this.toolListBox = new global::Gtk.TreeView ();
+ this.toolListBox.WidthRequest = 200;
+ this.toolListBox.HeightRequest = 150;
+ this.toolListBox.Name = "toolListBox";
+ this.scrolledwindow4.Add (this.toolListBox);
+ this.hbox21.Add (this.scrolledwindow4);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.scrolledwindow4]));
+ w2.Position = 0;
+ // Container child hbox21.Gtk.Box+BoxChild
+ this.buttons = new global::Gtk.VBox ();
+ this.buttons.Name = "buttons";
+ this.buttons.Spacing = 6;
+ // Container child buttons.Gtk.Box+BoxChild
+ this.addButton = new global::Gtk.Button ();
+ this.addButton.Name = "addButton";
+ this.addButton.UseStock = true;
+ this.addButton.UseUnderline = true;
+ this.addButton.Label = "gtk-add";
+ this.buttons.Add (this.addButton);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.buttons[this.addButton]));
+ w3.Position = 0;
+ w3.Expand = false;
+ w3.Fill = false;
+ // Container child buttons.Gtk.Box+BoxChild
+ this.removeButton = new global::Gtk.Button ();
+ this.removeButton.Name = "removeButton";
+ this.removeButton.UseStock = true;
+ this.removeButton.UseUnderline = true;
+ this.removeButton.Label = "gtk-remove";
+ this.buttons.Add (this.removeButton);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.buttons[this.removeButton]));
+ w4.Position = 1;
+ w4.Expand = false;
+ w4.Fill = false;
+ // Container child buttons.Gtk.Box+BoxChild
+ this.label34 = new global::Gtk.Label ();
+ this.label34.Name = "label34";
+ this.label34.Xalign = 0f;
+ this.label34.Yalign = 0f;
+ this.label34.LabelProp = " ";
+ this.buttons.Add (this.label34);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.buttons[this.label34]));
+ w5.Position = 2;
+ // Container child buttons.Gtk.Box+BoxChild
+ this.moveUpButton = new global::Gtk.Button ();
+ this.moveUpButton.Name = "moveUpButton";
+ this.moveUpButton.UseStock = true;
+ this.moveUpButton.UseUnderline = true;
+ this.moveUpButton.Label = "gtk-go-up";
+ this.buttons.Add (this.moveUpButton);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.buttons[this.moveUpButton]));
+ w6.Position = 3;
+ w6.Expand = false;
+ w6.Fill = false;
+ // Container child buttons.Gtk.Box+BoxChild
+ this.moveDownButton = new global::Gtk.Button ();
+ this.moveDownButton.Name = "moveDownButton";
+ this.moveDownButton.UseStock = true;
+ this.moveDownButton.UseUnderline = true;
+ this.moveDownButton.Label = "gtk-go-down";
+ this.buttons.Add (this.moveDownButton);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.buttons[this.moveDownButton]));
+ w7.Position = 4;
+ w7.Expand = false;
+ w7.Fill = false;
+ this.hbox21.Add (this.buttons);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.buttons]));
+ w8.Position = 1;
+ w8.Expand = false;
+ w8.Fill = false;
+ this.vbox32.Add (this.hbox21);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox32[this.hbox21]));
+ w9.Position = 0;
+ // Container child vbox32.Gtk.Box+BoxChild
+ this.table2 = new global::Gtk.Table (((uint)(4)), ((uint)(2)), false);
+ this.table2.Name = "table2";
+ this.table2.RowSpacing = ((uint)(6));
+ this.table2.ColumnSpacing = ((uint)(6));
+ // Container child table2.Gtk.Table+TableChild
+ this.argumentLabel = new global::Gtk.Label ();
+ this.argumentLabel.Name = "argumentLabel";
+ this.argumentLabel.Xalign = 0f;
+ this.argumentLabel.Yalign = 0f;
+ this.argumentLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Arguments:");
+ this.argumentLabel.UseUnderline = true;
+ this.table2.Add (this.argumentLabel);
+ global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table2[this.argumentLabel]));
+ w10.TopAttach = ((uint)(2));
+ w10.BottomAttach = ((uint)(3));
+ w10.XOptions = ((global::Gtk.AttachOptions)(4));
+ w10.YOptions = ((global::Gtk.AttachOptions)(0));
+ // Container child table2.Gtk.Table+TableChild
+ this.browseButton = new global::MonoDevelop.Components.FileEntry ();
+ this.browseButton.Name = "browseButton";
+ this.table2.Add (this.browseButton);
+ global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2[this.browseButton]));
+ w11.TopAttach = ((uint)(1));
+ w11.BottomAttach = ((uint)(2));
+ w11.LeftAttach = ((uint)(1));
+ w11.RightAttach = ((uint)(2));
+ w11.XOptions = ((global::Gtk.AttachOptions)(4));
+ w11.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table2.Gtk.Table+TableChild
+ this.commandLabel = new global::Gtk.Label ();
+ this.commandLabel.Name = "commandLabel";
+ this.commandLabel.Xalign = 0f;
+ this.commandLabel.Yalign = 0f;
+ this.commandLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Command:");
+ this.commandLabel.UseUnderline = true;
+ this.table2.Add (this.commandLabel);
+ global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2[this.commandLabel]));
+ w12.TopAttach = ((uint)(1));
+ w12.BottomAttach = ((uint)(2));
+ w12.XOptions = ((global::Gtk.AttachOptions)(4));
+ w12.YOptions = ((global::Gtk.AttachOptions)(0));
+ // Container child table2.Gtk.Table+TableChild
+ this.table3 = new global::Gtk.Table (((uint)(1)), ((uint)(2)), false);
+ this.table3.Name = "table3";
+ this.table3.RowSpacing = ((uint)(6));
+ this.table3.ColumnSpacing = ((uint)(4));
+ // Container child table3.Gtk.Table+TableChild
+ this.argumentQuickInsertButton = new global::Gtk.Button ();
+ this.argumentQuickInsertButton.Name = "argumentQuickInsertButton";
+ this.argumentQuickInsertButton.UseUnderline = true;
+ this.argumentQuickInsertButton.Label = " > ";
+ this.table3.Add (this.argumentQuickInsertButton);
+ global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table3[this.argumentQuickInsertButton]));
+ w13.LeftAttach = ((uint)(1));
+ w13.RightAttach = ((uint)(2));
+ w13.XOptions = ((global::Gtk.AttachOptions)(0));
+ w13.YOptions = ((global::Gtk.AttachOptions)(0));
+ // Container child table3.Gtk.Table+TableChild
+ this.argumentTextBox = new global::Gtk.Entry ();
+ this.argumentTextBox.Name = "argumentTextBox";
+ this.argumentTextBox.IsEditable = true;
+ this.argumentTextBox.InvisibleChar = '●';
+ this.table3.Add (this.argumentTextBox);
+ global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table3[this.argumentTextBox]));
+ w14.YOptions = ((global::Gtk.AttachOptions)(0));
+ this.table2.Add (this.table3);
+ global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2[this.table3]));
+ w15.TopAttach = ((uint)(2));
+ w15.BottomAttach = ((uint)(3));
+ w15.LeftAttach = ((uint)(1));
+ w15.RightAttach = ((uint)(2));
+ w15.YOptions = ((global::Gtk.AttachOptions)(0));
+ // Container child table2.Gtk.Table+TableChild
+ this.table4 = new global::Gtk.Table (((uint)(1)), ((uint)(2)), false);
+ this.table4.Name = "table4";
+ this.table4.RowSpacing = ((uint)(6));
+ this.table4.ColumnSpacing = ((uint)(4));
+ // Container child table4.Gtk.Table+TableChild
+ this.workingDirQuickInsertButton = new global::Gtk.Button ();
+ this.workingDirQuickInsertButton.Name = "workingDirQuickInsertButton";
+ this.workingDirQuickInsertButton.UseUnderline = true;
+ this.workingDirQuickInsertButton.Label = " > ";
+ this.table4.Add (this.workingDirQuickInsertButton);
+ global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table4[this.workingDirQuickInsertButton]));
+ w16.LeftAttach = ((uint)(1));
+ w16.RightAttach = ((uint)(2));
+ w16.XOptions = ((global::Gtk.AttachOptions)(0));
+ w16.YOptions = ((global::Gtk.AttachOptions)(0));
+ // Container child table4.Gtk.Table+TableChild
+ this.workingDirTextBox = new global::Gtk.Entry ();
+ this.workingDirTextBox.Name = "workingDirTextBox";
+ this.workingDirTextBox.IsEditable = true;
+ this.workingDirTextBox.InvisibleChar = '●';
+ this.table4.Add (this.workingDirTextBox);
+ global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table4[this.workingDirTextBox]));
+ w17.YOptions = ((global::Gtk.AttachOptions)(0));
+ this.table2.Add (this.table4);
+ global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2[this.table4]));
+ w18.TopAttach = ((uint)(3));
+ w18.BottomAttach = ((uint)(4));
+ w18.LeftAttach = ((uint)(1));
+ w18.RightAttach = ((uint)(2));
+ w18.YOptions = ((global::Gtk.AttachOptions)(0));
+ // Container child table2.Gtk.Table+TableChild
+ this.titleLabel = new global::Gtk.Label ();
+ this.titleLabel.Name = "titleLabel";
+ this.titleLabel.Xalign = 0f;
+ this.titleLabel.Yalign = 0f;
+ this.titleLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Title:");
+ this.titleLabel.UseUnderline = true;
+ this.table2.Add (this.titleLabel);
+ global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2[this.titleLabel]));
+ w19.XOptions = ((global::Gtk.AttachOptions)(4));
+ w19.YOptions = ((global::Gtk.AttachOptions)(0));
+ // Container child table2.Gtk.Table+TableChild
+ this.titleTextBox = new global::Gtk.Entry ();
+ this.titleTextBox.Name = "titleTextBox";
+ this.titleTextBox.IsEditable = true;
+ this.titleTextBox.InvisibleChar = '●';
+ this.table2.Add (this.titleTextBox);
+ global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table2[this.titleTextBox]));
+ w20.LeftAttach = ((uint)(1));
+ w20.RightAttach = ((uint)(2));
+ w20.YOptions = ((global::Gtk.AttachOptions)(0));
+ // Container child table2.Gtk.Table+TableChild
+ this.workingDirLabel = new global::Gtk.Label ();
+ this.workingDirLabel.Name = "workingDirLabel";
+ this.workingDirLabel.Xalign = 0f;
+ this.workingDirLabel.Yalign = 0f;
+ this.workingDirLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Working directory:");
+ this.workingDirLabel.UseUnderline = true;
+ this.table2.Add (this.workingDirLabel);
+ global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table2[this.workingDirLabel]));
+ w21.TopAttach = ((uint)(3));
+ w21.BottomAttach = ((uint)(4));
+ w21.XOptions = ((global::Gtk.AttachOptions)(4));
+ w21.YOptions = ((global::Gtk.AttachOptions)(0));
+ this.vbox32.Add (this.table2);
+ global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox32[this.table2]));
+ w22.Position = 1;
+ w22.Expand = false;
+ w22.Fill = false;
+ // Container child vbox32.Gtk.Box+BoxChild
+ this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
+ this.table1.Name = "table1";
+ this.table1.RowSpacing = ((uint)(6));
+ this.table1.ColumnSpacing = ((uint)(6));
+ // Container child table1.Gtk.Table+TableChild
+ this.promptArgsCheckBox = new global::Gtk.CheckButton ();
+ this.promptArgsCheckBox.Name = "promptArgsCheckBox";
+ this.promptArgsCheckBox.Label = global::Mono.Unix.Catalog.GetString ("_Prompt for arguments");
+ this.promptArgsCheckBox.DrawIndicator = true;
+ this.promptArgsCheckBox.UseUnderline = true;
+ this.table1.Add (this.promptArgsCheckBox);
+ global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1[this.promptArgsCheckBox]));
+ w23.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.saveCurrentFileCheckBox = new global::Gtk.CheckButton ();
+ this.saveCurrentFileCheckBox.CanFocus = true;
+ this.saveCurrentFileCheckBox.Name = "saveCurrentFileCheckBox";
+ this.saveCurrentFileCheckBox.Label = global::Mono.Unix.Catalog.GetString ("_Save current file");
+ this.saveCurrentFileCheckBox.DrawIndicator = true;
+ this.saveCurrentFileCheckBox.UseUnderline = true;
+ this.table1.Add (this.saveCurrentFileCheckBox);
+ global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1[this.saveCurrentFileCheckBox]));
+ w24.LeftAttach = ((uint)(1));
+ w24.RightAttach = ((uint)(2));
+ w24.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.useOutputPadCheckBox = new global::Gtk.CheckButton ();
+ this.useOutputPadCheckBox.Name = "useOutputPadCheckBox";
+ this.useOutputPadCheckBox.Label = global::Mono.Unix.Catalog.GetString ("Use _output window");
+ this.useOutputPadCheckBox.DrawIndicator = true;
+ this.useOutputPadCheckBox.UseUnderline = true;
+ this.table1.Add (this.useOutputPadCheckBox);
+ global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1[this.useOutputPadCheckBox]));
+ w25.TopAttach = ((uint)(1));
+ w25.BottomAttach = ((uint)(2));
+ w25.YOptions = ((global::Gtk.AttachOptions)(4));
+ this.vbox32.Add (this.table1);
+ global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox32[this.table1]));
+ w26.Position = 2;
+ w26.Expand = false;
+ w26.Fill = false;
+ this.Add (this.vbox32);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.titleLabel.MnemonicWidget = this.titleTextBox;
+ this.Show ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.FindInFiles.FindInFilesDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.FindInFiles.FindInFilesDialog.cs
index 869eea6eb2..1314cf5431 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.FindInFiles.FindInFilesDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.FindInFiles.FindInFilesDialog.cs
@@ -246,7 +246,7 @@ namespace MonoDevelop.Ide.FindInFiles
w20.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Image w21 = new global::Gtk.Image ();
- w21.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-find-and-replace", global::Gtk.IconSize.Menu, 16);
+ w21.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-find-and-replace", global::Gtk.IconSize.Menu);
w20.Add (w21);
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Label w23 = new global::Gtk.Label ();
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox.cs
index 5e7b4c1116..3fc0b5d2b6 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox.cs
@@ -1,34 +1,26 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.Components {
-
-
- public partial class ExecutionModeComboBox {
-
- private Gtk.ComboBox comboMode;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox";
- // Container child MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox.Gtk.Container+ContainerChild
- this.comboMode = Gtk.ComboBox.NewText();
- this.comboMode.Name = "comboMode";
- this.Add(this.comboMode);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.Hide();
- this.comboMode.Changed += new System.EventHandler(this.OnComboModeChanged);
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.Components
+{
+ public partial class ExecutionModeComboBox
+ {
+ private global::Gtk.ComboBox comboMode;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox";
+ // Container child MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox.Gtk.Container+ContainerChild
+ this.comboMode = global::Gtk.ComboBox.NewText ();
+ this.comboMode.Name = "comboMode";
+ this.Add (this.comboMode);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.Hide ();
+ this.comboMode.Changed += new global::System.EventHandler (this.OnComboModeChanged);
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.cs
index 97fff77b55..d8e06b6f2c 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.cs
@@ -1,189 +1,181 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.Dialogs {
-
-
- internal partial class AddinLoadErrorDialog {
-
- private Gtk.HBox hbox1;
-
- private Gtk.Image image1;
-
- private Gtk.VBox vbox4;
-
- private Gtk.Label label4;
-
- private Gtk.ScrolledWindow scrolledwindow1;
-
- private Gtk.TreeView errorTree;
-
- private Gtk.Label labelContinue;
-
- private Gtk.Label labelFatal;
-
- private Gtk.Label labelWarning;
-
- private Gtk.Button noButton;
-
- private Gtk.Button yesButton;
-
- private Gtk.Button closeButton;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog
- this.Name = "MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog";
- this.Title = "MonoDevelop";
- this.TypeHint = ((Gdk.WindowTypeHint)(1));
- this.BorderWidth = ((uint)(6));
- this.DefaultHeight = 350;
- // Internal child MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.VBox
- Gtk.VBox w1 = this.VBox;
- w1.Name = "dialog-vbox1";
- w1.Spacing = 6;
- w1.BorderWidth = ((uint)(2));
- // Container child dialog-vbox1.Gtk.Box+BoxChild
- this.hbox1 = new Gtk.HBox();
- this.hbox1.Name = "hbox1";
- this.hbox1.Spacing = 12;
- this.hbox1.BorderWidth = ((uint)(6));
- // Container child hbox1.Gtk.Box+BoxChild
- this.image1 = new Gtk.Image();
- this.image1.Name = "image1";
- this.image1.Xalign = 0F;
- this.image1.Yalign = 0F;
- this.image1.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-dialog-error", Gtk.IconSize.Dialog, 48);
- this.hbox1.Add(this.image1);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox1[this.image1]));
- w2.Position = 0;
- w2.Expand = false;
- w2.Fill = false;
- // Container child hbox1.Gtk.Box+BoxChild
- this.vbox4 = new Gtk.VBox();
- this.vbox4.Name = "vbox4";
- this.vbox4.Spacing = 6;
- // Container child vbox4.Gtk.Box+BoxChild
- this.label4 = new Gtk.Label();
- this.label4.Name = "label4";
- this.label4.Xalign = 0F;
- this.label4.Yalign = 0F;
- this.label4.LabelProp = Mono.Unix.Catalog.GetString("The following add-ins could not be started:");
- this.vbox4.Add(this.label4);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox4[this.label4]));
- w3.Position = 0;
- w3.Expand = false;
- w3.Fill = false;
- // Container child vbox4.Gtk.Box+BoxChild
- this.scrolledwindow1 = new Gtk.ScrolledWindow();
- this.scrolledwindow1.Name = "scrolledwindow1";
- this.scrolledwindow1.ShadowType = ((Gtk.ShadowType)(1));
- // Container child scrolledwindow1.Gtk.Container+ContainerChild
- this.errorTree = new Gtk.TreeView();
- this.errorTree.Name = "errorTree";
- this.errorTree.HeadersVisible = false;
- this.scrolledwindow1.Add(this.errorTree);
- this.vbox4.Add(this.scrolledwindow1);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox4[this.scrolledwindow1]));
- w5.Position = 1;
- // Container child vbox4.Gtk.Box+BoxChild
- this.labelContinue = new Gtk.Label();
- this.labelContinue.WidthRequest = 479;
- this.labelContinue.Name = "labelContinue";
- this.labelContinue.Xalign = 0F;
- this.labelContinue.Yalign = 0F;
- this.labelContinue.LabelProp = Mono.Unix.Catalog.GetString("You can start MonoDevelop without these add-ins, but the functionality they provide will be missing. Do you wish to continue?");
- this.labelContinue.Wrap = true;
- this.vbox4.Add(this.labelContinue);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox4[this.labelContinue]));
- w6.Position = 2;
- w6.Expand = false;
- w6.Fill = false;
- // Container child vbox4.Gtk.Box+BoxChild
- this.labelFatal = new Gtk.Label();
- this.labelFatal.Name = "labelFatal";
- this.labelFatal.Xalign = 0F;
- this.labelFatal.Yalign = 0F;
- this.labelFatal.LabelProp = Mono.Unix.Catalog.GetString("MonoDevelop cannot start because a fatal error has been detected.");
- this.vbox4.Add(this.labelFatal);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vbox4[this.labelFatal]));
- w7.Position = 3;
- w7.Expand = false;
- w7.Fill = false;
- // Container child vbox4.Gtk.Box+BoxChild
- this.labelWarning = new Gtk.Label();
- this.labelWarning.Name = "labelWarning";
- this.labelWarning.Xalign = 0F;
- this.labelWarning.Yalign = 0F;
- this.labelWarning.LabelProp = Mono.Unix.Catalog.GetString("MonoDevelop can run without these add-ins, but the functionality they provide will be missing.");
- this.labelWarning.Wrap = true;
- this.vbox4.Add(this.labelWarning);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.vbox4[this.labelWarning]));
- w8.Position = 4;
- w8.Expand = false;
- w8.Fill = false;
- this.hbox1.Add(this.vbox4);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.hbox1[this.vbox4]));
- w9.Position = 1;
- w1.Add(this.hbox1);
- Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(w1[this.hbox1]));
- w10.Position = 0;
- // Internal child MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.ActionArea
- Gtk.HButtonBox w11 = this.ActionArea;
- w11.Name = "GtkDialog_ActionArea";
- w11.Spacing = 6;
- w11.BorderWidth = ((uint)(5));
- w11.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
- // Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
- this.noButton = new Gtk.Button();
- this.noButton.CanFocus = true;
- this.noButton.Name = "noButton";
- this.noButton.UseStock = true;
- this.noButton.UseUnderline = true;
- this.noButton.Label = "gtk-no";
- this.AddActionWidget(this.noButton, -9);
- Gtk.ButtonBox.ButtonBoxChild w12 = ((Gtk.ButtonBox.ButtonBoxChild)(w11[this.noButton]));
- w12.Expand = false;
- w12.Fill = false;
- // Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
- this.yesButton = new Gtk.Button();
- this.yesButton.CanFocus = true;
- this.yesButton.Name = "yesButton";
- this.yesButton.UseStock = true;
- this.yesButton.UseUnderline = true;
- this.yesButton.Label = "gtk-yes";
- this.AddActionWidget(this.yesButton, -8);
- Gtk.ButtonBox.ButtonBoxChild w13 = ((Gtk.ButtonBox.ButtonBoxChild)(w11[this.yesButton]));
- w13.Position = 1;
- w13.Expand = false;
- w13.Fill = false;
- // Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
- this.closeButton = new Gtk.Button();
- this.closeButton.CanFocus = true;
- this.closeButton.Name = "closeButton";
- this.closeButton.UseStock = true;
- this.closeButton.UseUnderline = true;
- this.closeButton.Label = "gtk-close";
- this.AddActionWidget(this.closeButton, -7);
- Gtk.ButtonBox.ButtonBoxChild w14 = ((Gtk.ButtonBox.ButtonBoxChild)(w11[this.closeButton]));
- w14.Position = 2;
- w14.Expand = false;
- w14.Fill = false;
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.DefaultWidth = 575;
- this.labelFatal.Hide();
- this.labelWarning.Hide();
- this.closeButton.Hide();
- this.Show();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.Dialogs
+{
+ internal partial class AddinLoadErrorDialog
+ {
+ private global::Gtk.HBox hbox1;
+
+ private global::Gtk.Image image1;
+
+ private global::Gtk.VBox vbox4;
+
+ private global::Gtk.Label label4;
+
+ private global::Gtk.ScrolledWindow scrolledwindow1;
+
+ private global::Gtk.TreeView errorTree;
+
+ private global::Gtk.Label labelContinue;
+
+ private global::Gtk.Label labelFatal;
+
+ private global::Gtk.Label labelWarning;
+
+ private global::Gtk.Button noButton;
+
+ private global::Gtk.Button yesButton;
+
+ private global::Gtk.Button closeButton;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog
+ this.Name = "MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog";
+ this.Title = "MonoDevelop";
+ this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
+ this.BorderWidth = ((uint)(6));
+ this.DefaultHeight = 350;
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.VBox
+ global::Gtk.VBox w1 = this.VBox;
+ w1.Name = "dialog-vbox1";
+ w1.Spacing = 6;
+ w1.BorderWidth = ((uint)(2));
+ // Container child dialog-vbox1.Gtk.Box+BoxChild
+ this.hbox1 = new global::Gtk.HBox ();
+ this.hbox1.Name = "hbox1";
+ this.hbox1.Spacing = 12;
+ this.hbox1.BorderWidth = ((uint)(6));
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.image1 = new global::Gtk.Image ();
+ this.image1.Name = "image1";
+ this.image1.Xalign = 0f;
+ this.image1.Yalign = 0f;
+ this.image1.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-error", global::Gtk.IconSize.Dialog);
+ this.hbox1.Add (this.image1);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.image1]));
+ w2.Position = 0;
+ w2.Expand = false;
+ w2.Fill = false;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.vbox4 = new global::Gtk.VBox ();
+ this.vbox4.Name = "vbox4";
+ this.vbox4.Spacing = 6;
+ // Container child vbox4.Gtk.Box+BoxChild
+ this.label4 = new global::Gtk.Label ();
+ this.label4.Name = "label4";
+ this.label4.Xalign = 0f;
+ this.label4.Yalign = 0f;
+ this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("The following add-ins could not be started:");
+ this.vbox4.Add (this.label4);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.label4]));
+ w3.Position = 0;
+ w3.Expand = false;
+ w3.Fill = false;
+ // Container child vbox4.Gtk.Box+BoxChild
+ this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
+ this.scrolledwindow1.Name = "scrolledwindow1";
+ this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child scrolledwindow1.Gtk.Container+ContainerChild
+ this.errorTree = new global::Gtk.TreeView ();
+ this.errorTree.Name = "errorTree";
+ this.errorTree.HeadersVisible = false;
+ this.scrolledwindow1.Add (this.errorTree);
+ this.vbox4.Add (this.scrolledwindow1);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.scrolledwindow1]));
+ w5.Position = 1;
+ // Container child vbox4.Gtk.Box+BoxChild
+ this.labelContinue = new global::Gtk.Label ();
+ this.labelContinue.WidthRequest = 479;
+ this.labelContinue.Name = "labelContinue";
+ this.labelContinue.Xalign = 0f;
+ this.labelContinue.Yalign = 0f;
+ this.labelContinue.LabelProp = global::Mono.Unix.Catalog.GetString ("You can start MonoDevelop without these add-ins, but the functionality they provide will be missing. Do you wish to continue?");
+ this.labelContinue.Wrap = true;
+ this.vbox4.Add (this.labelContinue);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.labelContinue]));
+ w6.Position = 2;
+ w6.Expand = false;
+ w6.Fill = false;
+ // Container child vbox4.Gtk.Box+BoxChild
+ this.labelFatal = new global::Gtk.Label ();
+ this.labelFatal.Name = "labelFatal";
+ this.labelFatal.Xalign = 0f;
+ this.labelFatal.Yalign = 0f;
+ this.labelFatal.LabelProp = global::Mono.Unix.Catalog.GetString ("MonoDevelop cannot start because a fatal error has been detected.");
+ this.vbox4.Add (this.labelFatal);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.labelFatal]));
+ w7.Position = 3;
+ w7.Expand = false;
+ w7.Fill = false;
+ // Container child vbox4.Gtk.Box+BoxChild
+ this.labelWarning = new global::Gtk.Label ();
+ this.labelWarning.Name = "labelWarning";
+ this.labelWarning.Xalign = 0f;
+ this.labelWarning.Yalign = 0f;
+ this.labelWarning.LabelProp = global::Mono.Unix.Catalog.GetString ("MonoDevelop can run without these add-ins, but the functionality they provide will be missing.");
+ this.labelWarning.Wrap = true;
+ this.vbox4.Add (this.labelWarning);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.labelWarning]));
+ w8.Position = 4;
+ w8.Expand = false;
+ w8.Fill = false;
+ this.hbox1.Add (this.vbox4);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox4]));
+ w9.Position = 1;
+ w1.Add (this.hbox1);
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1[this.hbox1]));
+ w10.Position = 0;
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.ActionArea
+ global::Gtk.HButtonBox w11 = this.ActionArea;
+ w11.Name = "GtkDialog_ActionArea";
+ w11.Spacing = 6;
+ w11.BorderWidth = ((uint)(5));
+ w11.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
+ // Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
+ this.noButton = new global::Gtk.Button ();
+ this.noButton.CanFocus = true;
+ this.noButton.Name = "noButton";
+ this.noButton.UseStock = true;
+ this.noButton.UseUnderline = true;
+ this.noButton.Label = "gtk-no";
+ this.AddActionWidget (this.noButton, -9);
+ global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11[this.noButton]));
+ w12.Expand = false;
+ w12.Fill = false;
+ // Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
+ this.yesButton = new global::Gtk.Button ();
+ this.yesButton.CanFocus = true;
+ this.yesButton.Name = "yesButton";
+ this.yesButton.UseStock = true;
+ this.yesButton.UseUnderline = true;
+ this.yesButton.Label = "gtk-yes";
+ this.AddActionWidget (this.yesButton, -8);
+ global::Gtk.ButtonBox.ButtonBoxChild w13 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11[this.yesButton]));
+ w13.Position = 1;
+ w13.Expand = false;
+ w13.Fill = false;
+ // Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
+ this.closeButton = new global::Gtk.Button ();
+ this.closeButton.CanFocus = true;
+ this.closeButton.Name = "closeButton";
+ this.closeButton.UseStock = true;
+ this.closeButton.UseUnderline = true;
+ this.closeButton.Label = "gtk-close";
+ this.AddActionWidget (this.closeButton, -7);
+ global::Gtk.ButtonBox.ButtonBoxChild w14 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11[this.closeButton]));
+ w14.Position = 2;
+ w14.Expand = false;
+ w14.Fill = false;
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.DefaultWidth = 575;
+ this.labelFatal.Hide ();
+ this.labelWarning.Hide ();
+ this.closeButton.Hide ();
+ this.Show ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector.cs
index 2a6b3b55b7..9f6680ab54 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector.cs
@@ -1,34 +1,26 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.Dialogs {
-
-
- public partial class CombineEntryFeatureSelector {
-
- private Gtk.ScrolledWindow scrolled;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector";
- // Container child MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector.Gtk.Container+ContainerChild
- this.scrolled = new Gtk.ScrolledWindow();
- this.scrolled.CanFocus = true;
- this.scrolled.Name = "scrolled";
- this.Add(this.scrolled);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.Show();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.Dialogs
+{
+ public partial class CombineEntryFeatureSelector
+ {
+ private global::Gtk.ScrolledWindow scrolled;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector";
+ // Container child MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector.Gtk.Container+ContainerChild
+ this.scrolled = new global::Gtk.ScrolledWindow ();
+ this.scrolled.CanFocus = true;
+ this.scrolled.Name = "scrolled";
+ this.Add (this.scrolled);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.Show ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ConfirmProjectDeleteDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ConfirmProjectDeleteDialog.cs
index 201b0998a0..52b8548272 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ConfirmProjectDeleteDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ConfirmProjectDeleteDialog.cs
@@ -1,164 +1,156 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.Dialogs {
-
-
- public partial class ConfirmProjectDeleteDialog {
-
- private Gtk.VBox vbox2;
-
- private Gtk.Label label1;
-
- private Gtk.RadioButton radioDeleteAll;
-
- private Gtk.Alignment alignment1;
-
- private Gtk.Label labelProjectDir;
-
- private Gtk.RadioButton radioDeleteSel;
-
- private Gtk.Alignment alignment2;
-
- private Gtk.ScrolledWindow GtkScrolledWindow;
-
- private Gtk.TreeView fileList;
-
- private Gtk.Button buttonCancel;
-
- private Gtk.Button buttonOk;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.Dialogs.ConfirmProjectDeleteDialog
- this.Name = "MonoDevelop.Ide.Gui.Dialogs.ConfirmProjectDeleteDialog";
- this.Title = Mono.Unix.Catalog.GetString("Delete Project");
- this.WindowPosition = ((Gtk.WindowPosition)(4));
- this.Modal = true;
- // Internal child MonoDevelop.Ide.Gui.Dialogs.ConfirmProjectDeleteDialog.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 = 6;
- this.vbox2.BorderWidth = ((uint)(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("Please select which files and folders you want to delete:");
- this.vbox2.Add(this.label1);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.vbox2[this.label1]));
- w2.Position = 0;
- w2.Expand = false;
- w2.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.radioDeleteAll = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Delete the project file and the whole project directory:"));
- this.radioDeleteAll.CanFocus = true;
- this.radioDeleteAll.Name = "radioDeleteAll";
- this.radioDeleteAll.DrawIndicator = true;
- this.radioDeleteAll.UseUnderline = true;
- this.radioDeleteAll.Group = new GLib.SList(System.IntPtr.Zero);
- this.vbox2.Add(this.radioDeleteAll);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox2[this.radioDeleteAll]));
- w3.Position = 1;
- w3.Expand = false;
- w3.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.alignment1 = new Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
- this.alignment1.Name = "alignment1";
- this.alignment1.LeftPadding = ((uint)(30));
- // Container child alignment1.Gtk.Container+ContainerChild
- this.labelProjectDir = new Gtk.Label();
- this.labelProjectDir.Name = "labelProjectDir";
- this.labelProjectDir.Xalign = 0F;
- this.labelProjectDir.LabelProp = "label2";
- this.alignment1.Add(this.labelProjectDir);
- this.vbox2.Add(this.alignment1);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox2[this.alignment1]));
- w5.Position = 2;
- w5.Expand = false;
- w5.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.radioDeleteSel = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("Delete the following files and folders:"));
- this.radioDeleteSel.CanFocus = true;
- this.radioDeleteSel.Name = "radioDeleteSel";
- this.radioDeleteSel.DrawIndicator = true;
- this.radioDeleteSel.UseUnderline = true;
- this.radioDeleteSel.Group = this.radioDeleteAll.Group;
- this.vbox2.Add(this.radioDeleteSel);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox2[this.radioDeleteSel]));
- w6.Position = 3;
- w6.Expand = false;
- w6.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.LeftPadding = ((uint)(30));
- // Container child alignment2.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.fileList = new Gtk.TreeView();
- this.fileList.CanFocus = true;
- this.fileList.Name = "fileList";
- this.fileList.HeadersVisible = false;
- this.GtkScrolledWindow.Add(this.fileList);
- this.alignment2.Add(this.GtkScrolledWindow);
- this.vbox2.Add(this.alignment2);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.vbox2[this.alignment2]));
- w9.Position = 4;
- w1.Add(this.vbox2);
- Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(w1[this.vbox2]));
- w10.Position = 0;
- // Internal child MonoDevelop.Ide.Gui.Dialogs.ConfirmProjectDeleteDialog.ActionArea
- Gtk.HButtonBox w11 = this.ActionArea;
- w11.Name = "dialog1_ActionArea";
- w11.Spacing = 10;
- w11.BorderWidth = ((uint)(5));
- w11.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 w12 = ((Gtk.ButtonBox.ButtonBoxChild)(w11[this.buttonCancel]));
- w12.Expand = false;
- w12.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-delete";
- this.AddActionWidget(this.buttonOk, -5);
- Gtk.ButtonBox.ButtonBoxChild w13 = ((Gtk.ButtonBox.ButtonBoxChild)(w11[this.buttonOk]));
- w13.Position = 1;
- w13.Expand = false;
- w13.Fill = false;
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.DefaultWidth = 512;
- this.DefaultHeight = 387;
- this.Show();
- this.radioDeleteAll.Toggled += new System.EventHandler(this.OnRadioDeleteAllToggled);
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.Dialogs
+{
+ public partial class ConfirmProjectDeleteDialog
+ {
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.Label label1;
+
+ private global::Gtk.RadioButton radioDeleteAll;
+
+ private global::Gtk.Alignment alignment1;
+
+ private global::Gtk.Label labelProjectDir;
+
+ private global::Gtk.RadioButton radioDeleteSel;
+
+ private global::Gtk.Alignment alignment2;
+
+ private global::Gtk.ScrolledWindow GtkScrolledWindow;
+
+ private global::Gtk.TreeView fileList;
+
+ private global::Gtk.Button buttonCancel;
+
+ private global::Gtk.Button buttonOk;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.Dialogs.ConfirmProjectDeleteDialog
+ this.Name = "MonoDevelop.Ide.Gui.Dialogs.ConfirmProjectDeleteDialog";
+ this.Title = global::Mono.Unix.Catalog.GetString ("Delete Project");
+ this.WindowPosition = ((global::Gtk.WindowPosition)(4));
+ this.Modal = true;
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.ConfirmProjectDeleteDialog.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 = 6;
+ this.vbox2.BorderWidth = ((uint)(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 ("Please select which files and folders you want to delete:");
+ this.vbox2.Add (this.label1);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label1]));
+ w2.Position = 0;
+ w2.Expand = false;
+ w2.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.radioDeleteAll = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Delete the project file and the whole project directory:"));
+ this.radioDeleteAll.CanFocus = true;
+ this.radioDeleteAll.Name = "radioDeleteAll";
+ this.radioDeleteAll.DrawIndicator = true;
+ this.radioDeleteAll.UseUnderline = true;
+ this.radioDeleteAll.Group = new global::GLib.SList (global::System.IntPtr.Zero);
+ this.vbox2.Add (this.radioDeleteAll);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.radioDeleteAll]));
+ w3.Position = 1;
+ w3.Expand = false;
+ w3.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.alignment1 = new global::Gtk.Alignment (0.5f, 0.5f, 1f, 1f);
+ this.alignment1.Name = "alignment1";
+ this.alignment1.LeftPadding = ((uint)(30));
+ // Container child alignment1.Gtk.Container+ContainerChild
+ this.labelProjectDir = new global::Gtk.Label ();
+ this.labelProjectDir.Name = "labelProjectDir";
+ this.labelProjectDir.Xalign = 0f;
+ this.labelProjectDir.LabelProp = "label2";
+ this.alignment1.Add (this.labelProjectDir);
+ this.vbox2.Add (this.alignment1);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.alignment1]));
+ w5.Position = 2;
+ w5.Expand = false;
+ w5.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.radioDeleteSel = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Delete the following files and folders:"));
+ this.radioDeleteSel.CanFocus = true;
+ this.radioDeleteSel.Name = "radioDeleteSel";
+ this.radioDeleteSel.DrawIndicator = true;
+ this.radioDeleteSel.UseUnderline = true;
+ this.radioDeleteSel.Group = this.radioDeleteAll.Group;
+ this.vbox2.Add (this.radioDeleteSel);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.radioDeleteSel]));
+ w6.Position = 3;
+ w6.Expand = false;
+ w6.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.LeftPadding = ((uint)(30));
+ // Container child alignment2.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.fileList = new global::Gtk.TreeView ();
+ this.fileList.CanFocus = true;
+ this.fileList.Name = "fileList";
+ this.fileList.HeadersVisible = false;
+ this.GtkScrolledWindow.Add (this.fileList);
+ this.alignment2.Add (this.GtkScrolledWindow);
+ this.vbox2.Add (this.alignment2);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.alignment2]));
+ w9.Position = 4;
+ w1.Add (this.vbox2);
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
+ w10.Position = 0;
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.ConfirmProjectDeleteDialog.ActionArea
+ global::Gtk.HButtonBox w11 = this.ActionArea;
+ w11.Name = "dialog1_ActionArea";
+ w11.Spacing = 10;
+ w11.BorderWidth = ((uint)(5));
+ w11.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 w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11[this.buttonCancel]));
+ w12.Expand = false;
+ w12.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-delete";
+ this.AddActionWidget (this.buttonOk, -5);
+ global::Gtk.ButtonBox.ButtonBoxChild w13 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11[this.buttonOk]));
+ w13.Position = 1;
+ w13.Expand = false;
+ w13.Fill = false;
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.DefaultWidth = 512;
+ this.DefaultHeight = 387;
+ this.Show ();
+ this.radioDeleteAll.Toggled += new global::System.EventHandler (this.OnRadioDeleteAllToggled);
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeDialog.cs
index 1acbdc6fe2..dc895b1aa1 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeDialog.cs
@@ -1,255 +1,247 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.Dialogs {
-
-
- internal partial class CustomExecutionModeDialog {
-
- private Gtk.VBox boxEditor;
-
- private Gtk.VBox boxModeSelector;
-
- private Gtk.HBox hbox5;
-
- private Gtk.Label label2;
-
- private MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox comboTargetMode;
-
- private Gtk.HSeparator hseparator1;
-
- private Gtk.Notebook notebook;
-
- private Gtk.VBox boxSave;
-
- private Gtk.HSeparator hseparator;
-
- private Gtk.CheckButton checkSave;
-
- private Gtk.HBox boxName;
-
- private Gtk.Label label4;
-
- private Gtk.Entry entryModeName;
-
- private Gtk.Label label3;
-
- private Gtk.ComboBox comboStore;
-
- private Gtk.CheckButton checkPrompt;
-
- private Gtk.Button buttonCancel;
-
- private Gtk.Button buttonOk;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeDialog
- this.Name = "MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeDialog";
- this.Title = Mono.Unix.Catalog.GetString("Execution Arguments");
- this.WindowPosition = ((Gtk.WindowPosition)(4));
- this.Modal = true;
- // Internal child MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeDialog.VBox
- Gtk.VBox w1 = this.VBox;
- w1.Name = "dialog1_VBox";
- w1.BorderWidth = ((uint)(2));
- // Container child dialog1_VBox.Gtk.Box+BoxChild
- this.boxEditor = new Gtk.VBox();
- this.boxEditor.Name = "boxEditor";
- this.boxEditor.Spacing = 9;
- this.boxEditor.BorderWidth = ((uint)(6));
- // Container child boxEditor.Gtk.Box+BoxChild
- this.boxModeSelector = new Gtk.VBox();
- this.boxModeSelector.Name = "boxModeSelector";
- this.boxModeSelector.Spacing = 6;
- // Container child boxModeSelector.Gtk.Box+BoxChild
- this.hbox5 = new Gtk.HBox();
- this.hbox5.Name = "hbox5";
- this.hbox5.Spacing = 6;
- // Container child hbox5.Gtk.Box+BoxChild
- this.label2 = new Gtk.Label();
- this.label2.Name = "label2";
- this.label2.LabelProp = Mono.Unix.Catalog.GetString("Execution Mode:");
- this.hbox5.Add(this.label2);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox5[this.label2]));
- w2.Position = 0;
- w2.Expand = false;
- w2.Fill = false;
- // Container child hbox5.Gtk.Box+BoxChild
- this.comboTargetMode = new MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox();
- this.comboTargetMode.Events = ((Gdk.EventMask)(256));
- this.comboTargetMode.Name = "comboTargetMode";
- this.hbox5.Add(this.comboTargetMode);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox5[this.comboTargetMode]));
- w3.Position = 1;
- this.boxModeSelector.Add(this.hbox5);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.boxModeSelector[this.hbox5]));
- w4.Position = 0;
- w4.Expand = false;
- w4.Fill = false;
- // Container child boxModeSelector.Gtk.Box+BoxChild
- this.hseparator1 = new Gtk.HSeparator();
- this.hseparator1.Name = "hseparator1";
- this.boxModeSelector.Add(this.hseparator1);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.boxModeSelector[this.hseparator1]));
- w5.Position = 1;
- w5.Expand = false;
- w5.Fill = false;
- this.boxEditor.Add(this.boxModeSelector);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.boxEditor[this.boxModeSelector]));
- w6.Position = 0;
- w6.Expand = false;
- w6.Fill = false;
- // Container child boxEditor.Gtk.Box+BoxChild
- this.notebook = new Gtk.Notebook();
- this.notebook.CanFocus = true;
- this.notebook.Name = "notebook";
- this.notebook.CurrentPage = -1;
- this.boxEditor.Add(this.notebook);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.boxEditor[this.notebook]));
- w7.Position = 1;
- // Container child boxEditor.Gtk.Box+BoxChild
- this.boxSave = new Gtk.VBox();
- this.boxSave.Name = "boxSave";
- this.boxSave.Spacing = 6;
- // Container child boxSave.Gtk.Box+BoxChild
- this.hseparator = new Gtk.HSeparator();
- this.hseparator.Name = "hseparator";
- this.boxSave.Add(this.hseparator);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.boxSave[this.hseparator]));
- w8.Position = 0;
- w8.Expand = false;
- w8.Fill = false;
- // Container child boxSave.Gtk.Box+BoxChild
- this.checkSave = new Gtk.CheckButton();
- this.checkSave.CanFocus = true;
- this.checkSave.Name = "checkSave";
- this.checkSave.Label = Mono.Unix.Catalog.GetString("Save this configuration as a custom execution mode");
- this.checkSave.DrawIndicator = true;
- this.checkSave.UseUnderline = true;
- this.boxSave.Add(this.checkSave);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.boxSave[this.checkSave]));
- w9.Position = 1;
- w9.Expand = false;
- w9.Fill = false;
- // Container child boxSave.Gtk.Box+BoxChild
- this.boxName = new Gtk.HBox();
- this.boxName.Name = "boxName";
- this.boxName.Spacing = 6;
- // Container child boxName.Gtk.Box+BoxChild
- this.label4 = new Gtk.Label();
- this.label4.Name = "label4";
- this.label4.LabelProp = Mono.Unix.Catalog.GetString("Custom Mode Name:");
- this.boxName.Add(this.label4);
- Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.boxName[this.label4]));
- w10.Position = 0;
- w10.Expand = false;
- w10.Fill = false;
- // Container child boxName.Gtk.Box+BoxChild
- this.entryModeName = new Gtk.Entry();
- this.entryModeName.CanFocus = true;
- this.entryModeName.Name = "entryModeName";
- this.entryModeName.IsEditable = true;
- this.entryModeName.InvisibleChar = '●';
- this.boxName.Add(this.entryModeName);
- Gtk.Box.BoxChild w11 = ((Gtk.Box.BoxChild)(this.boxName[this.entryModeName]));
- w11.Position = 1;
- // Container child boxName.Gtk.Box+BoxChild
- this.label3 = new Gtk.Label();
- this.label3.Name = "label3";
- this.label3.LabelProp = Mono.Unix.Catalog.GetString("Available for:");
- this.boxName.Add(this.label3);
- Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.boxName[this.label3]));
- w12.Position = 2;
- w12.Expand = false;
- w12.Fill = false;
- // Container child boxName.Gtk.Box+BoxChild
- this.comboStore = Gtk.ComboBox.NewText();
- this.comboStore.AppendText(Mono.Unix.Catalog.GetString("Only this project"));
- this.comboStore.AppendText(Mono.Unix.Catalog.GetString("Only this solution"));
- this.comboStore.AppendText(Mono.Unix.Catalog.GetString("All solutions"));
- this.comboStore.Name = "comboStore";
- this.comboStore.Active = 0;
- this.boxName.Add(this.comboStore);
- Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(this.boxName[this.comboStore]));
- w13.Position = 3;
- w13.Expand = false;
- w13.Fill = false;
- this.boxSave.Add(this.boxName);
- Gtk.Box.BoxChild w14 = ((Gtk.Box.BoxChild)(this.boxSave[this.boxName]));
- w14.Position = 2;
- w14.Expand = false;
- w14.Fill = false;
- // Container child boxSave.Gtk.Box+BoxChild
- this.checkPrompt = new Gtk.CheckButton();
- this.checkPrompt.CanFocus = true;
- this.checkPrompt.Name = "checkPrompt";
- this.checkPrompt.Label = Mono.Unix.Catalog.GetString("Always show the parameters window before running this custom mode");
- this.checkPrompt.DrawIndicator = true;
- this.checkPrompt.UseUnderline = true;
- this.boxSave.Add(this.checkPrompt);
- Gtk.Box.BoxChild w15 = ((Gtk.Box.BoxChild)(this.boxSave[this.checkPrompt]));
- w15.Position = 3;
- w15.Expand = false;
- w15.Fill = false;
- this.boxEditor.Add(this.boxSave);
- Gtk.Box.BoxChild w16 = ((Gtk.Box.BoxChild)(this.boxEditor[this.boxSave]));
- w16.PackType = ((Gtk.PackType)(1));
- w16.Position = 2;
- w16.Expand = false;
- w16.Fill = false;
- w1.Add(this.boxEditor);
- Gtk.Box.BoxChild w17 = ((Gtk.Box.BoxChild)(w1[this.boxEditor]));
- w17.Position = 0;
- // Internal child MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeDialog.ActionArea
- Gtk.HButtonBox w18 = this.ActionArea;
- w18.Name = "dialog1_ActionArea";
- w18.Spacing = 10;
- w18.BorderWidth = ((uint)(5));
- w18.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 w19 = ((Gtk.ButtonBox.ButtonBoxChild)(w18[this.buttonCancel]));
- w19.Expand = false;
- w19.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 w20 = ((Gtk.ButtonBox.ButtonBoxChild)(w18[this.buttonOk]));
- w20.Position = 1;
- w20.Expand = false;
- w20.Fill = false;
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.DefaultWidth = 655;
- this.DefaultHeight = 525;
- this.boxName.Hide();
- this.checkPrompt.Hide();
- this.Show();
- this.comboTargetMode.SelectionChanged += new System.EventHandler(this.OnComboTargetModeSelectionChanged);
- this.checkSave.Toggled += new System.EventHandler(this.OnCheckSaveToggled);
- this.entryModeName.Changed += new System.EventHandler(this.OnEntryModeNameChanged);
- }
- }
+
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.Dialogs
+{
+ internal partial class CustomExecutionModeDialog
+ {
+ private global::Gtk.VBox boxEditor;
+
+ private global::Gtk.VBox boxModeSelector;
+
+ private global::Gtk.HBox hbox5;
+
+ private global::Gtk.Label label2;
+
+ private global::MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox comboTargetMode;
+
+ private global::Gtk.HSeparator hseparator1;
+
+ private global::Gtk.Notebook notebook;
+
+ private global::Gtk.VBox boxSave;
+
+ private global::Gtk.HSeparator hseparator;
+
+ private global::Gtk.CheckButton checkSave;
+
+ private global::Gtk.HBox boxName;
+
+ private global::Gtk.Label label4;
+
+ private global::Gtk.Entry entryModeName;
+
+ private global::Gtk.Label label3;
+
+ private global::Gtk.ComboBox comboStore;
+
+ private global::Gtk.CheckButton checkPrompt;
+
+ private global::Gtk.Button buttonCancel;
+
+ private global::Gtk.Button buttonOk;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeDialog
+ this.Name = "MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeDialog";
+ this.Title = global::Mono.Unix.Catalog.GetString ("Execution Arguments");
+ this.WindowPosition = ((global::Gtk.WindowPosition)(4));
+ this.Modal = true;
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeDialog.VBox
+ global::Gtk.VBox w1 = this.VBox;
+ w1.Name = "dialog1_VBox";
+ w1.BorderWidth = ((uint)(2));
+ // Container child dialog1_VBox.Gtk.Box+BoxChild
+ this.boxEditor = new global::Gtk.VBox ();
+ this.boxEditor.Name = "boxEditor";
+ this.boxEditor.Spacing = 9;
+ this.boxEditor.BorderWidth = ((uint)(6));
+ // Container child boxEditor.Gtk.Box+BoxChild
+ this.boxModeSelector = new global::Gtk.VBox ();
+ this.boxModeSelector.Name = "boxModeSelector";
+ this.boxModeSelector.Spacing = 6;
+ // Container child boxModeSelector.Gtk.Box+BoxChild
+ this.hbox5 = new global::Gtk.HBox ();
+ this.hbox5.Name = "hbox5";
+ this.hbox5.Spacing = 6;
+ // Container child hbox5.Gtk.Box+BoxChild
+ this.label2 = new global::Gtk.Label ();
+ this.label2.Name = "label2";
+ this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Execution Mode:");
+ this.hbox5.Add (this.label2);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.label2]));
+ w2.Position = 0;
+ w2.Expand = false;
+ w2.Fill = false;
+ // Container child hbox5.Gtk.Box+BoxChild
+ this.comboTargetMode = new global::MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox ();
+ this.comboTargetMode.Events = ((global::Gdk.EventMask)(256));
+ this.comboTargetMode.Name = "comboTargetMode";
+ this.hbox5.Add (this.comboTargetMode);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.comboTargetMode]));
+ w3.Position = 1;
+ this.boxModeSelector.Add (this.hbox5);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.boxModeSelector[this.hbox5]));
+ w4.Position = 0;
+ w4.Expand = false;
+ w4.Fill = false;
+ // Container child boxModeSelector.Gtk.Box+BoxChild
+ this.hseparator1 = new global::Gtk.HSeparator ();
+ this.hseparator1.Name = "hseparator1";
+ this.boxModeSelector.Add (this.hseparator1);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.boxModeSelector[this.hseparator1]));
+ w5.Position = 1;
+ w5.Expand = false;
+ w5.Fill = false;
+ this.boxEditor.Add (this.boxModeSelector);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.boxEditor[this.boxModeSelector]));
+ w6.Position = 0;
+ w6.Expand = false;
+ w6.Fill = false;
+ // Container child boxEditor.Gtk.Box+BoxChild
+ this.notebook = new global::Gtk.Notebook ();
+ this.notebook.CanFocus = true;
+ this.notebook.Name = "notebook";
+ this.notebook.CurrentPage = -1;
+ this.boxEditor.Add (this.notebook);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.boxEditor[this.notebook]));
+ w7.Position = 1;
+ // Container child boxEditor.Gtk.Box+BoxChild
+ this.boxSave = new global::Gtk.VBox ();
+ this.boxSave.Name = "boxSave";
+ this.boxSave.Spacing = 6;
+ // Container child boxSave.Gtk.Box+BoxChild
+ this.hseparator = new global::Gtk.HSeparator ();
+ this.hseparator.Name = "hseparator";
+ this.boxSave.Add (this.hseparator);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.boxSave[this.hseparator]));
+ w8.Position = 0;
+ w8.Expand = false;
+ w8.Fill = false;
+ // Container child boxSave.Gtk.Box+BoxChild
+ this.checkSave = new global::Gtk.CheckButton ();
+ this.checkSave.CanFocus = true;
+ this.checkSave.Name = "checkSave";
+ this.checkSave.Label = global::Mono.Unix.Catalog.GetString ("Save this configuration as a custom execution mode");
+ this.checkSave.DrawIndicator = true;
+ this.checkSave.UseUnderline = true;
+ this.boxSave.Add (this.checkSave);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.boxSave[this.checkSave]));
+ w9.Position = 1;
+ w9.Expand = false;
+ w9.Fill = false;
+ // Container child boxSave.Gtk.Box+BoxChild
+ this.boxName = new global::Gtk.HBox ();
+ this.boxName.Name = "boxName";
+ this.boxName.Spacing = 6;
+ // Container child boxName.Gtk.Box+BoxChild
+ this.label4 = new global::Gtk.Label ();
+ this.label4.Name = "label4";
+ this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Custom Mode Name:");
+ this.boxName.Add (this.label4);
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.boxName[this.label4]));
+ w10.Position = 0;
+ w10.Expand = false;
+ w10.Fill = false;
+ // Container child boxName.Gtk.Box+BoxChild
+ this.entryModeName = new global::Gtk.Entry ();
+ this.entryModeName.CanFocus = true;
+ this.entryModeName.Name = "entryModeName";
+ this.entryModeName.IsEditable = true;
+ this.entryModeName.InvisibleChar = '●';
+ this.boxName.Add (this.entryModeName);
+ global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.boxName[this.entryModeName]));
+ w11.Position = 1;
+ // Container child boxName.Gtk.Box+BoxChild
+ this.label3 = new global::Gtk.Label ();
+ this.label3.Name = "label3";
+ this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Available for:");
+ this.boxName.Add (this.label3);
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.boxName[this.label3]));
+ w12.Position = 2;
+ w12.Expand = false;
+ w12.Fill = false;
+ // Container child boxName.Gtk.Box+BoxChild
+ this.comboStore = global::Gtk.ComboBox.NewText ();
+ this.comboStore.AppendText (global::Mono.Unix.Catalog.GetString ("Only this project"));
+ this.comboStore.AppendText (global::Mono.Unix.Catalog.GetString ("Only this solution"));
+ this.comboStore.AppendText (global::Mono.Unix.Catalog.GetString ("All solutions"));
+ this.comboStore.Name = "comboStore";
+ this.comboStore.Active = 0;
+ this.boxName.Add (this.comboStore);
+ global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.boxName[this.comboStore]));
+ w13.Position = 3;
+ w13.Expand = false;
+ w13.Fill = false;
+ this.boxSave.Add (this.boxName);
+ global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.boxSave[this.boxName]));
+ w14.Position = 2;
+ w14.Expand = false;
+ w14.Fill = false;
+ // Container child boxSave.Gtk.Box+BoxChild
+ this.checkPrompt = new global::Gtk.CheckButton ();
+ this.checkPrompt.CanFocus = true;
+ this.checkPrompt.Name = "checkPrompt";
+ this.checkPrompt.Label = global::Mono.Unix.Catalog.GetString ("Always show the parameters window before running this custom mode");
+ this.checkPrompt.DrawIndicator = true;
+ this.checkPrompt.UseUnderline = true;
+ this.boxSave.Add (this.checkPrompt);
+ global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.boxSave[this.checkPrompt]));
+ w15.Position = 3;
+ w15.Expand = false;
+ w15.Fill = false;
+ this.boxEditor.Add (this.boxSave);
+ global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.boxEditor[this.boxSave]));
+ w16.PackType = ((global::Gtk.PackType)(1));
+ w16.Position = 2;
+ w16.Expand = false;
+ w16.Fill = false;
+ w1.Add (this.boxEditor);
+ global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1[this.boxEditor]));
+ w17.Position = 0;
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeDialog.ActionArea
+ global::Gtk.HButtonBox w18 = this.ActionArea;
+ w18.Name = "dialog1_ActionArea";
+ w18.Spacing = 10;
+ w18.BorderWidth = ((uint)(5));
+ w18.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 w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18[this.buttonCancel]));
+ w19.Expand = false;
+ w19.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 w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18[this.buttonOk]));
+ w20.Position = 1;
+ w20.Expand = false;
+ w20.Fill = false;
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.DefaultWidth = 655;
+ this.DefaultHeight = 525;
+ this.boxName.Hide ();
+ this.checkPrompt.Hide ();
+ this.Show ();
+ this.comboTargetMode.SelectionChanged += new global::System.EventHandler (this.OnComboTargetModeSelectionChanged);
+ this.checkSave.Toggled += new global::System.EventHandler (this.OnCheckSaveToggled);
+ this.entryModeName.Changed += new global::System.EventHandler (this.OnEntryModeNameChanged);
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeManagerDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeManagerDialog.cs
index 1bd62f7c6e..5c9f201e5e 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeManagerDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeManagerDialog.cs
@@ -1,145 +1,137 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.Dialogs {
-
-
- public partial class CustomExecutionModeManagerDialog {
-
- private Gtk.VBox vbox2;
-
- private Gtk.HBox hbox1;
-
- private Gtk.ScrolledWindow GtkScrolledWindow;
-
- private Gtk.TreeView listModes;
-
- private Gtk.VBox vbox3;
-
- private Gtk.Button buttonAdd;
-
- private Gtk.Button buttonRemove;
-
- private Gtk.Button buttonEdit;
-
- private Gtk.Button buttonOk;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeManagerDialog
- this.Name = "MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeManagerDialog";
- this.Title = Mono.Unix.Catalog.GetString("Custom Execution Modes");
- this.WindowPosition = ((Gtk.WindowPosition)(4));
- // Internal child MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeManagerDialog.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 = 6;
- this.vbox2.BorderWidth = ((uint)(9));
- // 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.GtkScrolledWindow = new Gtk.ScrolledWindow();
- this.GtkScrolledWindow.Name = "GtkScrolledWindow";
- this.GtkScrolledWindow.ShadowType = ((Gtk.ShadowType)(1));
- // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
- this.listModes = new Gtk.TreeView();
- this.listModes.CanFocus = true;
- this.listModes.Name = "listModes";
- this.GtkScrolledWindow.Add(this.listModes);
- this.hbox1.Add(this.GtkScrolledWindow);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow]));
- w3.Position = 0;
- // Container child hbox1.Gtk.Box+BoxChild
- this.vbox3 = new Gtk.VBox();
- this.vbox3.Name = "vbox3";
- this.vbox3.Spacing = 6;
- // Container child vbox3.Gtk.Box+BoxChild
- this.buttonAdd = new Gtk.Button();
- this.buttonAdd.CanFocus = true;
- this.buttonAdd.Name = "buttonAdd";
- this.buttonAdd.UseStock = true;
- this.buttonAdd.UseUnderline = true;
- this.buttonAdd.Label = "gtk-add";
- this.vbox3.Add(this.buttonAdd);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox3[this.buttonAdd]));
- w4.Position = 0;
- w4.Expand = false;
- w4.Fill = false;
- // Container child vbox3.Gtk.Box+BoxChild
- this.buttonRemove = new Gtk.Button();
- this.buttonRemove.CanFocus = true;
- this.buttonRemove.Name = "buttonRemove";
- this.buttonRemove.UseStock = true;
- this.buttonRemove.UseUnderline = true;
- this.buttonRemove.Label = "gtk-remove";
- this.vbox3.Add(this.buttonRemove);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox3[this.buttonRemove]));
- w5.Position = 1;
- w5.Expand = false;
- w5.Fill = false;
- // Container child vbox3.Gtk.Box+BoxChild
- this.buttonEdit = new Gtk.Button();
- this.buttonEdit.CanFocus = true;
- this.buttonEdit.Name = "buttonEdit";
- this.buttonEdit.UseStock = true;
- this.buttonEdit.UseUnderline = true;
- this.buttonEdit.Label = "gtk-edit";
- this.vbox3.Add(this.buttonEdit);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox3[this.buttonEdit]));
- w6.Position = 2;
- w6.Expand = false;
- w6.Fill = false;
- this.hbox1.Add(this.vbox3);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.hbox1[this.vbox3]));
- w7.Position = 1;
- w7.Expand = false;
- w7.Fill = false;
- this.vbox2.Add(this.hbox1);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
- w8.Position = 0;
- w1.Add(this.vbox2);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(w1[this.vbox2]));
- w9.Position = 0;
- // Internal child MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeManagerDialog.ActionArea
- Gtk.HButtonBox w10 = this.ActionArea;
- w10.Name = "dialog1_ActionArea";
- w10.Spacing = 10;
- w10.BorderWidth = ((uint)(5));
- w10.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
- // 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-close";
- this.AddActionWidget(this.buttonOk, -7);
- Gtk.ButtonBox.ButtonBoxChild w11 = ((Gtk.ButtonBox.ButtonBoxChild)(w10[this.buttonOk]));
- w11.Expand = false;
- w11.Fill = false;
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.DefaultWidth = 645;
- this.DefaultHeight = 409;
- this.Show();
- this.buttonAdd.Clicked += new System.EventHandler(this.OnButtonAddClicked);
- this.buttonRemove.Clicked += new System.EventHandler(this.OnButtonRemoveClicked);
- this.buttonEdit.Clicked += new System.EventHandler(this.OnButtonEditClicked);
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.Dialogs
+{
+ public partial class CustomExecutionModeManagerDialog
+ {
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.HBox hbox1;
+
+ private global::Gtk.ScrolledWindow GtkScrolledWindow;
+
+ private global::Gtk.TreeView listModes;
+
+ private global::Gtk.VBox vbox3;
+
+ private global::Gtk.Button buttonAdd;
+
+ private global::Gtk.Button buttonRemove;
+
+ private global::Gtk.Button buttonEdit;
+
+ private global::Gtk.Button buttonOk;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeManagerDialog
+ this.Name = "MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeManagerDialog";
+ this.Title = global::Mono.Unix.Catalog.GetString ("Custom Execution Modes");
+ this.WindowPosition = ((global::Gtk.WindowPosition)(4));
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeManagerDialog.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 = 6;
+ this.vbox2.BorderWidth = ((uint)(9));
+ // 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.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
+ this.GtkScrolledWindow.Name = "GtkScrolledWindow";
+ this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
+ this.listModes = new global::Gtk.TreeView ();
+ this.listModes.CanFocus = true;
+ this.listModes.Name = "listModes";
+ this.GtkScrolledWindow.Add (this.listModes);
+ this.hbox1.Add (this.GtkScrolledWindow);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow]));
+ w3.Position = 0;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.vbox3 = new global::Gtk.VBox ();
+ this.vbox3.Name = "vbox3";
+ this.vbox3.Spacing = 6;
+ // Container child vbox3.Gtk.Box+BoxChild
+ this.buttonAdd = new global::Gtk.Button ();
+ this.buttonAdd.CanFocus = true;
+ this.buttonAdd.Name = "buttonAdd";
+ this.buttonAdd.UseStock = true;
+ this.buttonAdd.UseUnderline = true;
+ this.buttonAdd.Label = "gtk-add";
+ this.vbox3.Add (this.buttonAdd);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.buttonAdd]));
+ w4.Position = 0;
+ w4.Expand = false;
+ w4.Fill = false;
+ // Container child vbox3.Gtk.Box+BoxChild
+ this.buttonRemove = new global::Gtk.Button ();
+ this.buttonRemove.CanFocus = true;
+ this.buttonRemove.Name = "buttonRemove";
+ this.buttonRemove.UseStock = true;
+ this.buttonRemove.UseUnderline = true;
+ this.buttonRemove.Label = "gtk-remove";
+ this.vbox3.Add (this.buttonRemove);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.buttonRemove]));
+ w5.Position = 1;
+ w5.Expand = false;
+ w5.Fill = false;
+ // Container child vbox3.Gtk.Box+BoxChild
+ this.buttonEdit = new global::Gtk.Button ();
+ this.buttonEdit.CanFocus = true;
+ this.buttonEdit.Name = "buttonEdit";
+ this.buttonEdit.UseStock = true;
+ this.buttonEdit.UseUnderline = true;
+ this.buttonEdit.Label = "gtk-edit";
+ this.vbox3.Add (this.buttonEdit);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.buttonEdit]));
+ w6.Position = 2;
+ w6.Expand = false;
+ w6.Fill = false;
+ this.hbox1.Add (this.vbox3);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox3]));
+ w7.Position = 1;
+ w7.Expand = false;
+ w7.Fill = false;
+ this.vbox2.Add (this.hbox1);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
+ w8.Position = 0;
+ w1.Add (this.vbox2);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
+ w9.Position = 0;
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeManagerDialog.ActionArea
+ global::Gtk.HButtonBox w10 = this.ActionArea;
+ w10.Name = "dialog1_ActionArea";
+ w10.Spacing = 10;
+ w10.BorderWidth = ((uint)(5));
+ w10.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
+ // 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-close";
+ this.AddActionWidget (this.buttonOk, -7);
+ global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10[this.buttonOk]));
+ w11.Expand = false;
+ w11.Fill = false;
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.DefaultWidth = 645;
+ this.DefaultHeight = 409;
+ this.Show ();
+ this.buttonAdd.Clicked += new global::System.EventHandler (this.OnButtonAddClicked);
+ this.buttonRemove.Clicked += new global::System.EventHandler (this.OnButtonRemoveClicked);
+ this.buttonEdit.Clicked += new global::System.EventHandler (this.OnButtonEditClicked);
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeWidget.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeWidget.cs
index 5d891bafd7..4702fceec0 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeWidget.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeWidget.cs
@@ -1,118 +1,110 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.Dialogs {
-
-
- public partial class CustomExecutionModeWidget {
-
- private Gtk.VBox vbox2;
-
- private Gtk.Table table1;
-
- private Gtk.Entry entryArgs;
-
- private MonoDevelop.Components.FolderEntry folderEntry;
-
- private Gtk.Label label2;
-
- private Gtk.Label label4;
-
- private Gtk.Label label3;
-
- private MonoDevelop.Projects.Gui.Dialogs.OptionPanels.EnvVarList envVarList;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeWidget
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeWidget";
- // Container child MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeWidget.Gtk.Container+ContainerChild
- this.vbox2 = new Gtk.VBox();
- this.vbox2.Name = "vbox2";
- this.vbox2.Spacing = 9;
- this.vbox2.BorderWidth = ((uint)(6));
- // Container child vbox2.Gtk.Box+BoxChild
- this.table1 = new Gtk.Table(((uint)(2)), ((uint)(2)), false);
- this.table1.Name = "table1";
- this.table1.RowSpacing = ((uint)(6));
- this.table1.ColumnSpacing = ((uint)(6));
- // Container child table1.Gtk.Table+TableChild
- this.entryArgs = new Gtk.Entry();
- this.entryArgs.CanFocus = true;
- this.entryArgs.Name = "entryArgs";
- this.entryArgs.IsEditable = true;
- this.entryArgs.InvisibleChar = '●';
- this.table1.Add(this.entryArgs);
- Gtk.Table.TableChild w1 = ((Gtk.Table.TableChild)(this.table1[this.entryArgs]));
- w1.LeftAttach = ((uint)(1));
- w1.RightAttach = ((uint)(2));
- w1.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.folderEntry = new MonoDevelop.Components.FolderEntry();
- this.folderEntry.Name = "folderEntry";
- this.table1.Add(this.folderEntry);
- Gtk.Table.TableChild w2 = ((Gtk.Table.TableChild)(this.table1[this.folderEntry]));
- w2.TopAttach = ((uint)(1));
- w2.BottomAttach = ((uint)(2));
- w2.LeftAttach = ((uint)(1));
- w2.RightAttach = ((uint)(2));
- w2.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.label2 = new Gtk.Label();
- this.label2.Name = "label2";
- this.label2.Xalign = 0F;
- this.label2.LabelProp = Mono.Unix.Catalog.GetString("Working Directory:");
- this.table1.Add(this.label2);
- Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table1[this.label2]));
- w3.TopAttach = ((uint)(1));
- w3.BottomAttach = ((uint)(2));
- w3.XOptions = ((Gtk.AttachOptions)(4));
- w3.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.label4 = new Gtk.Label();
- this.label4.Name = "label4";
- this.label4.Xalign = 0F;
- this.label4.LabelProp = Mono.Unix.Catalog.GetString("Arguments:");
- this.table1.Add(this.label4);
- Gtk.Table.TableChild w4 = ((Gtk.Table.TableChild)(this.table1[this.label4]));
- w4.XOptions = ((Gtk.AttachOptions)(4));
- w4.YOptions = ((Gtk.AttachOptions)(4));
- this.vbox2.Add(this.table1);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox2[this.table1]));
- w5.Position = 0;
- w5.Expand = false;
- w5.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.label3 = new Gtk.Label();
- this.label3.Name = "label3";
- this.label3.Xalign = 0F;
- this.label3.LabelProp = Mono.Unix.Catalog.GetString("Environment Variables:");
- this.vbox2.Add(this.label3);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox2[this.label3]));
- w6.Position = 1;
- w6.Expand = false;
- w6.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.envVarList = new MonoDevelop.Projects.Gui.Dialogs.OptionPanels.EnvVarList();
- this.envVarList.CanFocus = true;
- this.envVarList.Name = "envVarList";
- this.envVarList.ShadowType = ((Gtk.ShadowType)(1));
- this.vbox2.Add(this.envVarList);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vbox2[this.envVarList]));
- w7.Position = 2;
- this.Add(this.vbox2);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.Hide();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.Dialogs
+{
+ public partial class CustomExecutionModeWidget
+ {
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.Table table1;
+
+ private global::Gtk.Entry entryArgs;
+
+ private global::MonoDevelop.Components.FolderEntry folderEntry;
+
+ private global::Gtk.Label label2;
+
+ private global::Gtk.Label label4;
+
+ private global::Gtk.Label label3;
+
+ private global::MonoDevelop.Projects.Gui.Dialogs.OptionPanels.EnvVarList envVarList;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeWidget";
+ // Container child MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeWidget.Gtk.Container+ContainerChild
+ this.vbox2 = new global::Gtk.VBox ();
+ this.vbox2.Name = "vbox2";
+ this.vbox2.Spacing = 9;
+ this.vbox2.BorderWidth = ((uint)(6));
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
+ this.table1.Name = "table1";
+ this.table1.RowSpacing = ((uint)(6));
+ this.table1.ColumnSpacing = ((uint)(6));
+ // Container child table1.Gtk.Table+TableChild
+ this.entryArgs = new global::Gtk.Entry ();
+ this.entryArgs.CanFocus = true;
+ this.entryArgs.Name = "entryArgs";
+ this.entryArgs.IsEditable = true;
+ this.entryArgs.InvisibleChar = '●';
+ this.table1.Add (this.entryArgs);
+ global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.entryArgs]));
+ w1.LeftAttach = ((uint)(1));
+ w1.RightAttach = ((uint)(2));
+ w1.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.folderEntry = new global::MonoDevelop.Components.FolderEntry ();
+ this.folderEntry.Name = "folderEntry";
+ this.table1.Add (this.folderEntry);
+ global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.folderEntry]));
+ w2.TopAttach = ((uint)(1));
+ w2.BottomAttach = ((uint)(2));
+ w2.LeftAttach = ((uint)(1));
+ w2.RightAttach = ((uint)(2));
+ w2.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.label2 = new global::Gtk.Label ();
+ this.label2.Name = "label2";
+ this.label2.Xalign = 0f;
+ this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Working Directory:");
+ this.table1.Add (this.label2);
+ global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
+ w3.TopAttach = ((uint)(1));
+ w3.BottomAttach = ((uint)(2));
+ w3.XOptions = ((global::Gtk.AttachOptions)(4));
+ w3.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.label4 = new global::Gtk.Label ();
+ this.label4.Name = "label4";
+ this.label4.Xalign = 0f;
+ this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Arguments:");
+ this.table1.Add (this.label4);
+ global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
+ w4.XOptions = ((global::Gtk.AttachOptions)(4));
+ w4.YOptions = ((global::Gtk.AttachOptions)(4));
+ this.vbox2.Add (this.table1);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table1]));
+ w5.Position = 0;
+ w5.Expand = false;
+ w5.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.label3 = new global::Gtk.Label ();
+ this.label3.Name = "label3";
+ this.label3.Xalign = 0f;
+ this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Environment Variables:");
+ this.vbox2.Add (this.label3);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label3]));
+ w6.Position = 1;
+ w6.Expand = false;
+ w6.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.envVarList = new global::MonoDevelop.Projects.Gui.Dialogs.OptionPanels.EnvVarList ();
+ this.envVarList.CanFocus = true;
+ this.envVarList.Name = "envVarList";
+ this.envVarList.ShadowType = ((global::Gtk.ShadowType)(1));
+ this.vbox2.Add (this.envVarList);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.envVarList]));
+ w7.Position = 2;
+ this.Add (this.vbox2);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.Hide ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs
index e33f95927d..3418882134 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs
@@ -1,250 +1,242 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.Dialogs {
-
-
- public partial class EncapsulateFieldDialog {
-
- private Gtk.VBox vbox;
-
- private Gtk.ScrolledWindow GtkScrolledWindow;
-
- private Gtk.TreeView treeview;
-
- private Gtk.HBox hbox1;
-
- private Gtk.Button buttonSelectAll;
-
- private Gtk.Button buttonUnselectAll;
-
- private Gtk.HSeparator hseparator2;
-
- private Gtk.Label labelUpdateRefs;
-
- private Gtk.HBox hboxUpdateRefs;
-
- private Gtk.Label labelSpacer;
-
- private Gtk.VBox vboxUpdateChoices;
-
- private Gtk.RadioButton radioUpdateExternal;
-
- private Gtk.RadioButton radioUpdateAll;
-
- private Gtk.HBox hbox2;
-
- private Gtk.Image imageError;
-
- private Gtk.Label labelError;
-
- private Gtk.Button buttonCancel;
-
- private Gtk.Button buttonOk;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog
- this.Name = "MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog";
- this.Title = Mono.Unix.Catalog.GetString("Encapsulate Fields");
- this.WindowPosition = ((Gtk.WindowPosition)(4));
- this.BorderWidth = ((uint)(6));
- // Internal child MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.VBox
- Gtk.VBox w1 = this.VBox;
- w1.Name = "dialog1_VBox";
- w1.Spacing = 6;
- w1.BorderWidth = ((uint)(2));
- // Container child dialog1_VBox.Gtk.Box+BoxChild
- this.vbox = new Gtk.VBox();
- this.vbox.Name = "vbox";
- this.vbox.Spacing = 6;
- this.vbox.BorderWidth = ((uint)(6));
- // Container child vbox.Gtk.Box+BoxChild
- this.GtkScrolledWindow = new Gtk.ScrolledWindow();
- this.GtkScrolledWindow.Name = "GtkScrolledWindow";
- this.GtkScrolledWindow.HscrollbarPolicy = ((Gtk.PolicyType)(2));
- this.GtkScrolledWindow.ShadowType = ((Gtk.ShadowType)(1));
- // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
- this.treeview = new Gtk.TreeView();
- this.treeview.CanFocus = true;
- this.treeview.Name = "treeview";
- this.GtkScrolledWindow.Add(this.treeview);
- this.vbox.Add(this.GtkScrolledWindow);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox[this.GtkScrolledWindow]));
- w3.Position = 0;
- // Container child vbox.Gtk.Box+BoxChild
- this.hbox1 = new Gtk.HBox();
- this.hbox1.Name = "hbox1";
- this.hbox1.Spacing = 6;
- // Container child hbox1.Gtk.Box+BoxChild
- this.buttonSelectAll = new Gtk.Button();
- this.buttonSelectAll.CanFocus = true;
- this.buttonSelectAll.Name = "buttonSelectAll";
- this.buttonSelectAll.UseUnderline = true;
- this.buttonSelectAll.Label = Mono.Unix.Catalog.GetString("Select All");
- this.hbox1.Add(this.buttonSelectAll);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.hbox1[this.buttonSelectAll]));
- w4.Position = 0;
- w4.Expand = false;
- w4.Fill = false;
- // Container child hbox1.Gtk.Box+BoxChild
- this.buttonUnselectAll = new Gtk.Button();
- this.buttonUnselectAll.CanFocus = true;
- this.buttonUnselectAll.Name = "buttonUnselectAll";
- this.buttonUnselectAll.UseUnderline = true;
- this.buttonUnselectAll.Label = Mono.Unix.Catalog.GetString("Unselect All");
- this.hbox1.Add(this.buttonUnselectAll);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.hbox1[this.buttonUnselectAll]));
- w5.Position = 1;
- w5.Expand = false;
- w5.Fill = false;
- this.vbox.Add(this.hbox1);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox[this.hbox1]));
- w6.Position = 1;
- w6.Expand = false;
- w6.Fill = false;
- // Container child vbox.Gtk.Box+BoxChild
- this.hseparator2 = new Gtk.HSeparator();
- this.hseparator2.Name = "hseparator2";
- this.vbox.Add(this.hseparator2);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vbox[this.hseparator2]));
- w7.Position = 2;
- w7.Expand = false;
- w7.Fill = false;
- // Container child vbox.Gtk.Box+BoxChild
- this.labelUpdateRefs = new Gtk.Label();
- this.labelUpdateRefs.Name = "labelUpdateRefs";
- this.labelUpdateRefs.Xalign = 0F;
- this.labelUpdateRefs.LabelProp = Mono.Unix.Catalog.GetString("_Update references:");
- this.labelUpdateRefs.UseUnderline = true;
- this.vbox.Add(this.labelUpdateRefs);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.vbox[this.labelUpdateRefs]));
- w8.Position = 3;
- w8.Expand = false;
- w8.Fill = false;
- // Container child vbox.Gtk.Box+BoxChild
- this.hboxUpdateRefs = new Gtk.HBox();
- this.hboxUpdateRefs.Name = "hboxUpdateRefs";
- this.hboxUpdateRefs.Spacing = 6;
- // Container child hboxUpdateRefs.Gtk.Box+BoxChild
- this.labelSpacer = new Gtk.Label();
- this.labelSpacer.Name = "labelSpacer";
- this.labelSpacer.Xalign = 0F;
- this.labelSpacer.LabelProp = " ";
- this.hboxUpdateRefs.Add(this.labelSpacer);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.hboxUpdateRefs[this.labelSpacer]));
- w9.Position = 0;
- w9.Expand = false;
- w9.Fill = false;
- // Container child hboxUpdateRefs.Gtk.Box+BoxChild
- this.vboxUpdateChoices = new Gtk.VBox();
- this.vboxUpdateChoices.Name = "vboxUpdateChoices";
- this.vboxUpdateChoices.Spacing = 6;
- // Container child vboxUpdateChoices.Gtk.Box+BoxChild
- this.radioUpdateExternal = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("_External"));
- this.radioUpdateExternal.CanFocus = true;
- this.radioUpdateExternal.Name = "radioUpdateExternal";
- this.radioUpdateExternal.Active = true;
- this.radioUpdateExternal.DrawIndicator = true;
- this.radioUpdateExternal.UseUnderline = true;
- this.radioUpdateExternal.Group = new GLib.SList(System.IntPtr.Zero);
- this.vboxUpdateChoices.Add(this.radioUpdateExternal);
- Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.vboxUpdateChoices[this.radioUpdateExternal]));
- w10.Position = 0;
- w10.Expand = false;
- w10.Fill = false;
- // Container child vboxUpdateChoices.Gtk.Box+BoxChild
- this.radioUpdateAll = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("_All"));
- this.radioUpdateAll.CanFocus = true;
- this.radioUpdateAll.Name = "radioUpdateAll";
- this.radioUpdateAll.DrawIndicator = true;
- this.radioUpdateAll.UseUnderline = true;
- this.radioUpdateAll.Group = this.radioUpdateExternal.Group;
- this.vboxUpdateChoices.Add(this.radioUpdateAll);
- Gtk.Box.BoxChild w11 = ((Gtk.Box.BoxChild)(this.vboxUpdateChoices[this.radioUpdateAll]));
- w11.Position = 1;
- w11.Expand = false;
- w11.Fill = false;
- this.hboxUpdateRefs.Add(this.vboxUpdateChoices);
- Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.hboxUpdateRefs[this.vboxUpdateChoices]));
- w12.Position = 1;
- this.vbox.Add(this.hboxUpdateRefs);
- Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(this.vbox[this.hboxUpdateRefs]));
- w13.Position = 4;
- w13.Expand = false;
- w13.Fill = false;
- // Container child vbox.Gtk.Box+BoxChild
- this.hbox2 = new Gtk.HBox();
- this.hbox2.Name = "hbox2";
- this.hbox2.Spacing = 6;
- // Container child hbox2.Gtk.Box+BoxChild
- this.imageError = new Gtk.Image();
- this.imageError.Name = "imageError";
- this.hbox2.Add(this.imageError);
- Gtk.Box.BoxChild w14 = ((Gtk.Box.BoxChild)(this.hbox2[this.imageError]));
- w14.Position = 0;
- w14.Expand = false;
- w14.Fill = false;
- // Container child hbox2.Gtk.Box+BoxChild
- this.labelError = new Gtk.Label();
- this.labelError.Name = "labelError";
- this.hbox2.Add(this.labelError);
- Gtk.Box.BoxChild w15 = ((Gtk.Box.BoxChild)(this.hbox2[this.labelError]));
- w15.Position = 1;
- w15.Expand = false;
- w15.Fill = false;
- this.vbox.Add(this.hbox2);
- Gtk.Box.BoxChild w16 = ((Gtk.Box.BoxChild)(this.vbox[this.hbox2]));
- w16.Position = 5;
- w16.Expand = false;
- w16.Fill = false;
- w1.Add(this.vbox);
- Gtk.Box.BoxChild w17 = ((Gtk.Box.BoxChild)(w1[this.vbox]));
- w17.Position = 0;
- // Internal child MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.ActionArea
- Gtk.HButtonBox w18 = this.ActionArea;
- w18.Name = "dialog1_ActionArea";
- w18.Spacing = 6;
- w18.BorderWidth = ((uint)(5));
- w18.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 w19 = ((Gtk.ButtonBox.ButtonBoxChild)(w18[this.buttonCancel]));
- w19.Expand = false;
- w19.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 w20 = ((Gtk.ButtonBox.ButtonBoxChild)(w18[this.buttonOk]));
- w20.Position = 1;
- w20.Expand = false;
- w20.Fill = false;
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.DefaultWidth = 465;
- this.DefaultHeight = 427;
- this.Show();
- }
- }
+
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.Dialogs
+{
+ public partial class EncapsulateFieldDialog
+ {
+ private global::Gtk.VBox vbox;
+
+ private global::Gtk.ScrolledWindow GtkScrolledWindow;
+
+ private global::Gtk.TreeView treeview;
+
+ private global::Gtk.HBox hbox1;
+
+ private global::Gtk.Button buttonSelectAll;
+
+ private global::Gtk.Button buttonUnselectAll;
+
+ private global::Gtk.HSeparator hseparator2;
+
+ private global::Gtk.Label labelUpdateRefs;
+
+ private global::Gtk.HBox hboxUpdateRefs;
+
+ private global::Gtk.Label labelSpacer;
+
+ private global::Gtk.VBox vboxUpdateChoices;
+
+ private global::Gtk.RadioButton radioUpdateExternal;
+
+ private global::Gtk.RadioButton radioUpdateAll;
+
+ private global::Gtk.HBox hbox2;
+
+ private global::Gtk.Image imageError;
+
+ private global::Gtk.Label labelError;
+
+ private global::Gtk.Button buttonCancel;
+
+ private global::Gtk.Button buttonOk;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog
+ this.Name = "MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog";
+ this.Title = global::Mono.Unix.Catalog.GetString ("Encapsulate Fields");
+ this.WindowPosition = ((global::Gtk.WindowPosition)(4));
+ this.BorderWidth = ((uint)(6));
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.VBox
+ global::Gtk.VBox w1 = this.VBox;
+ w1.Name = "dialog1_VBox";
+ w1.Spacing = 6;
+ w1.BorderWidth = ((uint)(2));
+ // Container child dialog1_VBox.Gtk.Box+BoxChild
+ this.vbox = new global::Gtk.VBox ();
+ this.vbox.Name = "vbox";
+ this.vbox.Spacing = 6;
+ this.vbox.BorderWidth = ((uint)(6));
+ // Container child vbox.Gtk.Box+BoxChild
+ this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
+ this.GtkScrolledWindow.Name = "GtkScrolledWindow";
+ this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
+ this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
+ this.treeview = new global::Gtk.TreeView ();
+ this.treeview.CanFocus = true;
+ this.treeview.Name = "treeview";
+ this.GtkScrolledWindow.Add (this.treeview);
+ this.vbox.Add (this.GtkScrolledWindow);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox[this.GtkScrolledWindow]));
+ w3.Position = 0;
+ // Container child vbox.Gtk.Box+BoxChild
+ this.hbox1 = new global::Gtk.HBox ();
+ this.hbox1.Name = "hbox1";
+ this.hbox1.Spacing = 6;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.buttonSelectAll = new global::Gtk.Button ();
+ this.buttonSelectAll.CanFocus = true;
+ this.buttonSelectAll.Name = "buttonSelectAll";
+ this.buttonSelectAll.UseUnderline = true;
+ this.buttonSelectAll.Label = global::Mono.Unix.Catalog.GetString ("Select All");
+ this.hbox1.Add (this.buttonSelectAll);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonSelectAll]));
+ w4.Position = 0;
+ w4.Expand = false;
+ w4.Fill = false;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.buttonUnselectAll = new global::Gtk.Button ();
+ this.buttonUnselectAll.CanFocus = true;
+ this.buttonUnselectAll.Name = "buttonUnselectAll";
+ this.buttonUnselectAll.UseUnderline = true;
+ this.buttonUnselectAll.Label = global::Mono.Unix.Catalog.GetString ("Unselect All");
+ this.hbox1.Add (this.buttonUnselectAll);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonUnselectAll]));
+ w5.Position = 1;
+ w5.Expand = false;
+ w5.Fill = false;
+ this.vbox.Add (this.hbox1);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox[this.hbox1]));
+ w6.Position = 1;
+ w6.Expand = false;
+ w6.Fill = false;
+ // Container child vbox.Gtk.Box+BoxChild
+ this.hseparator2 = new global::Gtk.HSeparator ();
+ this.hseparator2.Name = "hseparator2";
+ this.vbox.Add (this.hseparator2);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox[this.hseparator2]));
+ w7.Position = 2;
+ w7.Expand = false;
+ w7.Fill = false;
+ // Container child vbox.Gtk.Box+BoxChild
+ this.labelUpdateRefs = new global::Gtk.Label ();
+ this.labelUpdateRefs.Name = "labelUpdateRefs";
+ this.labelUpdateRefs.Xalign = 0f;
+ this.labelUpdateRefs.LabelProp = global::Mono.Unix.Catalog.GetString ("_Update references:");
+ this.labelUpdateRefs.UseUnderline = true;
+ this.vbox.Add (this.labelUpdateRefs);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox[this.labelUpdateRefs]));
+ w8.Position = 3;
+ w8.Expand = false;
+ w8.Fill = false;
+ // Container child vbox.Gtk.Box+BoxChild
+ this.hboxUpdateRefs = new global::Gtk.HBox ();
+ this.hboxUpdateRefs.Name = "hboxUpdateRefs";
+ this.hboxUpdateRefs.Spacing = 6;
+ // Container child hboxUpdateRefs.Gtk.Box+BoxChild
+ this.labelSpacer = new global::Gtk.Label ();
+ this.labelSpacer.Name = "labelSpacer";
+ this.labelSpacer.Xalign = 0f;
+ this.labelSpacer.LabelProp = " ";
+ this.hboxUpdateRefs.Add (this.labelSpacer);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hboxUpdateRefs[this.labelSpacer]));
+ w9.Position = 0;
+ w9.Expand = false;
+ w9.Fill = false;
+ // Container child hboxUpdateRefs.Gtk.Box+BoxChild
+ this.vboxUpdateChoices = new global::Gtk.VBox ();
+ this.vboxUpdateChoices.Name = "vboxUpdateChoices";
+ this.vboxUpdateChoices.Spacing = 6;
+ // Container child vboxUpdateChoices.Gtk.Box+BoxChild
+ this.radioUpdateExternal = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_External"));
+ this.radioUpdateExternal.CanFocus = true;
+ this.radioUpdateExternal.Name = "radioUpdateExternal";
+ this.radioUpdateExternal.Active = true;
+ this.radioUpdateExternal.DrawIndicator = true;
+ this.radioUpdateExternal.UseUnderline = true;
+ this.radioUpdateExternal.Group = new global::GLib.SList (global::System.IntPtr.Zero);
+ this.vboxUpdateChoices.Add (this.radioUpdateExternal);
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vboxUpdateChoices[this.radioUpdateExternal]));
+ w10.Position = 0;
+ w10.Expand = false;
+ w10.Fill = false;
+ // Container child vboxUpdateChoices.Gtk.Box+BoxChild
+ this.radioUpdateAll = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_All"));
+ this.radioUpdateAll.CanFocus = true;
+ this.radioUpdateAll.Name = "radioUpdateAll";
+ this.radioUpdateAll.DrawIndicator = true;
+ this.radioUpdateAll.UseUnderline = true;
+ this.radioUpdateAll.Group = this.radioUpdateExternal.Group;
+ this.vboxUpdateChoices.Add (this.radioUpdateAll);
+ global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vboxUpdateChoices[this.radioUpdateAll]));
+ w11.Position = 1;
+ w11.Expand = false;
+ w11.Fill = false;
+ this.hboxUpdateRefs.Add (this.vboxUpdateChoices);
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hboxUpdateRefs[this.vboxUpdateChoices]));
+ w12.Position = 1;
+ this.vbox.Add (this.hboxUpdateRefs);
+ global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox[this.hboxUpdateRefs]));
+ w13.Position = 4;
+ w13.Expand = false;
+ w13.Fill = false;
+ // Container child vbox.Gtk.Box+BoxChild
+ this.hbox2 = new global::Gtk.HBox ();
+ this.hbox2.Name = "hbox2";
+ this.hbox2.Spacing = 6;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.imageError = new global::Gtk.Image ();
+ this.imageError.Name = "imageError";
+ this.hbox2.Add (this.imageError);
+ global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.imageError]));
+ w14.Position = 0;
+ w14.Expand = false;
+ w14.Fill = false;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.labelError = new global::Gtk.Label ();
+ this.labelError.Name = "labelError";
+ this.hbox2.Add (this.labelError);
+ global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.labelError]));
+ w15.Position = 1;
+ w15.Expand = false;
+ w15.Fill = false;
+ this.vbox.Add (this.hbox2);
+ global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox[this.hbox2]));
+ w16.Position = 5;
+ w16.Expand = false;
+ w16.Fill = false;
+ w1.Add (this.vbox);
+ global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1[this.vbox]));
+ w17.Position = 0;
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.ActionArea
+ global::Gtk.HButtonBox w18 = this.ActionArea;
+ w18.Name = "dialog1_ActionArea";
+ w18.Spacing = 6;
+ w18.BorderWidth = ((uint)(5));
+ w18.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 w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18[this.buttonCancel]));
+ w19.Expand = false;
+ w19.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 w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18[this.buttonOk]));
+ w20.Position = 1;
+ w20.Expand = false;
+ w20.Fill = false;
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.DefaultWidth = 465;
+ this.DefaultHeight = 427;
+ this.Show ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.cs
index 8eca345180..e631506d1d 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.cs
@@ -1,172 +1,164 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.Dialogs {
-
-
- public partial class ExportProjectDialog {
-
- private Gtk.VBox vbox2;
-
- private Gtk.Table table1;
-
- private Gtk.ComboBox comboFormat;
-
- private MonoDevelop.Components.FolderEntry folderEntry;
-
- private Gtk.Label label2;
-
- private Gtk.Label label3;
-
- private Gtk.Label label4;
-
- private Gtk.Label labelNewFormat;
-
- private Gtk.Button button51;
-
- private Gtk.Button buttonOk;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog
- this.Events = ((Gdk.EventMask)(256));
- this.Name = "MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog";
- this.Title = Mono.Unix.Catalog.GetString("Export Project");
- this.WindowPosition = ((Gtk.WindowPosition)(4));
- this.BorderWidth = ((uint)(6));
- // Internal child MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.VBox
- Gtk.VBox w1 = this.VBox;
- w1.Events = ((Gdk.EventMask)(256));
- w1.Name = "dialog_VBox";
- w1.Spacing = 6;
- w1.BorderWidth = ((uint)(2));
- // Container child dialog_VBox.Gtk.Box+BoxChild
- this.vbox2 = new Gtk.VBox();
- this.vbox2.Name = "vbox2";
- this.vbox2.Spacing = 12;
- this.vbox2.BorderWidth = ((uint)(6));
- // Container child vbox2.Gtk.Box+BoxChild
- this.table1 = new Gtk.Table(((uint)(3)), ((uint)(2)), false);
- this.table1.Name = "table1";
- this.table1.RowSpacing = ((uint)(6));
- this.table1.ColumnSpacing = ((uint)(6));
- // Container child table1.Gtk.Table+TableChild
- this.comboFormat = Gtk.ComboBox.NewText();
- this.comboFormat.Name = "comboFormat";
- this.table1.Add(this.comboFormat);
- Gtk.Table.TableChild w2 = ((Gtk.Table.TableChild)(this.table1[this.comboFormat]));
- w2.TopAttach = ((uint)(1));
- w2.BottomAttach = ((uint)(2));
- w2.LeftAttach = ((uint)(1));
- w2.RightAttach = ((uint)(2));
- w2.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.folderEntry = new MonoDevelop.Components.FolderEntry();
- this.folderEntry.Name = "folderEntry";
- this.table1.Add(this.folderEntry);
- Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table1[this.folderEntry]));
- w3.TopAttach = ((uint)(2));
- w3.BottomAttach = ((uint)(3));
- w3.LeftAttach = ((uint)(1));
- w3.RightAttach = ((uint)(2));
- w3.XOptions = ((Gtk.AttachOptions)(4));
- w3.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.label2 = new Gtk.Label();
- this.label2.Name = "label2";
- this.label2.Xalign = 0F;
- this.label2.LabelProp = Mono.Unix.Catalog.GetString("Target folder:");
- this.table1.Add(this.label2);
- Gtk.Table.TableChild w4 = ((Gtk.Table.TableChild)(this.table1[this.label2]));
- w4.TopAttach = ((uint)(2));
- w4.BottomAttach = ((uint)(3));
- w4.XOptions = ((Gtk.AttachOptions)(4));
- w4.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.label3 = new Gtk.Label();
- this.label3.Name = "label3";
- this.label3.Xalign = 0F;
- this.label3.LabelProp = Mono.Unix.Catalog.GetString("New format:");
- this.table1.Add(this.label3);
- Gtk.Table.TableChild w5 = ((Gtk.Table.TableChild)(this.table1[this.label3]));
- w5.TopAttach = ((uint)(1));
- w5.BottomAttach = ((uint)(2));
- w5.XOptions = ((Gtk.AttachOptions)(4));
- w5.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.label4 = new Gtk.Label();
- this.label4.Name = "label4";
- this.label4.Xalign = 0F;
- this.label4.LabelProp = Mono.Unix.Catalog.GetString("Current format:");
- this.table1.Add(this.label4);
- Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table1[this.label4]));
- w6.XOptions = ((Gtk.AttachOptions)(4));
- w6.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.labelNewFormat = new Gtk.Label();
- this.labelNewFormat.Name = "labelNewFormat";
- this.labelNewFormat.Xalign = 0F;
- this.table1.Add(this.labelNewFormat);
- Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table1[this.labelNewFormat]));
- w7.LeftAttach = ((uint)(1));
- w7.RightAttach = ((uint)(2));
- w7.XOptions = ((Gtk.AttachOptions)(4));
- w7.YOptions = ((Gtk.AttachOptions)(4));
- this.vbox2.Add(this.table1);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.vbox2[this.table1]));
- w8.Position = 0;
- w8.Expand = false;
- w8.Fill = false;
- w1.Add(this.vbox2);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(w1[this.vbox2]));
- w9.Position = 0;
- w9.Expand = false;
- w9.Fill = false;
- // Internal child MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.ActionArea
- Gtk.HButtonBox w10 = this.ActionArea;
- w10.Name = "MonoDevelop.Ide.ExportProjectDialog_ActionArea";
- w10.Spacing = 6;
- w10.BorderWidth = ((uint)(5));
- w10.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
- // Container child MonoDevelop.Ide.ExportProjectDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
- this.button51 = new Gtk.Button();
- this.button51.CanDefault = true;
- this.button51.CanFocus = true;
- this.button51.Name = "button51";
- this.button51.UseStock = true;
- this.button51.UseUnderline = true;
- this.button51.Label = "gtk-cancel";
- this.AddActionWidget(this.button51, -6);
- Gtk.ButtonBox.ButtonBoxChild w11 = ((Gtk.ButtonBox.ButtonBoxChild)(w10[this.button51]));
- w11.Expand = false;
- w11.Fill = false;
- // Container child MonoDevelop.Ide.ExportProjectDialog_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 w12 = ((Gtk.ButtonBox.ButtonBoxChild)(w10[this.buttonOk]));
- w12.Position = 1;
- w12.Expand = false;
- w12.Fill = false;
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.DefaultWidth = 509;
- this.DefaultHeight = 195;
- this.Show();
- this.folderEntry.PathChanged += new System.EventHandler(this.OnFolderEntryPathChanged);
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.Dialogs
+{
+ public partial class ExportProjectDialog
+ {
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.Table table1;
+
+ private global::Gtk.ComboBox comboFormat;
+
+ private global::MonoDevelop.Components.FolderEntry folderEntry;
+
+ private global::Gtk.Label label2;
+
+ private global::Gtk.Label label3;
+
+ private global::Gtk.Label label4;
+
+ private global::Gtk.Label labelNewFormat;
+
+ private global::Gtk.Button button51;
+
+ private global::Gtk.Button buttonOk;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog
+ this.Events = ((global::Gdk.EventMask)(256));
+ this.Name = "MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog";
+ this.Title = global::Mono.Unix.Catalog.GetString ("Export Project");
+ this.WindowPosition = ((global::Gtk.WindowPosition)(4));
+ this.BorderWidth = ((uint)(6));
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.VBox
+ global::Gtk.VBox w1 = this.VBox;
+ w1.Events = ((global::Gdk.EventMask)(256));
+ w1.Name = "dialog_VBox";
+ w1.Spacing = 6;
+ w1.BorderWidth = ((uint)(2));
+ // Container child dialog_VBox.Gtk.Box+BoxChild
+ this.vbox2 = new global::Gtk.VBox ();
+ this.vbox2.Name = "vbox2";
+ this.vbox2.Spacing = 12;
+ this.vbox2.BorderWidth = ((uint)(6));
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
+ this.table1.Name = "table1";
+ this.table1.RowSpacing = ((uint)(6));
+ this.table1.ColumnSpacing = ((uint)(6));
+ // Container child table1.Gtk.Table+TableChild
+ this.comboFormat = global::Gtk.ComboBox.NewText ();
+ this.comboFormat.Name = "comboFormat";
+ this.table1.Add (this.comboFormat);
+ global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.comboFormat]));
+ w2.TopAttach = ((uint)(1));
+ w2.BottomAttach = ((uint)(2));
+ w2.LeftAttach = ((uint)(1));
+ w2.RightAttach = ((uint)(2));
+ w2.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.folderEntry = new global::MonoDevelop.Components.FolderEntry ();
+ this.folderEntry.Name = "folderEntry";
+ this.table1.Add (this.folderEntry);
+ global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.folderEntry]));
+ w3.TopAttach = ((uint)(2));
+ w3.BottomAttach = ((uint)(3));
+ w3.LeftAttach = ((uint)(1));
+ w3.RightAttach = ((uint)(2));
+ w3.XOptions = ((global::Gtk.AttachOptions)(4));
+ w3.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.label2 = new global::Gtk.Label ();
+ this.label2.Name = "label2";
+ this.label2.Xalign = 0f;
+ this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Target folder:");
+ this.table1.Add (this.label2);
+ global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
+ w4.TopAttach = ((uint)(2));
+ w4.BottomAttach = ((uint)(3));
+ w4.XOptions = ((global::Gtk.AttachOptions)(4));
+ w4.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.label3 = new global::Gtk.Label ();
+ this.label3.Name = "label3";
+ this.label3.Xalign = 0f;
+ this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("New format:");
+ this.table1.Add (this.label3);
+ global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
+ w5.TopAttach = ((uint)(1));
+ w5.BottomAttach = ((uint)(2));
+ w5.XOptions = ((global::Gtk.AttachOptions)(4));
+ w5.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.label4 = new global::Gtk.Label ();
+ this.label4.Name = "label4";
+ this.label4.Xalign = 0f;
+ this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Current format:");
+ this.table1.Add (this.label4);
+ global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
+ w6.XOptions = ((global::Gtk.AttachOptions)(4));
+ w6.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.labelNewFormat = new global::Gtk.Label ();
+ this.labelNewFormat.Name = "labelNewFormat";
+ this.labelNewFormat.Xalign = 0f;
+ this.table1.Add (this.labelNewFormat);
+ global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.labelNewFormat]));
+ w7.LeftAttach = ((uint)(1));
+ w7.RightAttach = ((uint)(2));
+ w7.XOptions = ((global::Gtk.AttachOptions)(4));
+ w7.YOptions = ((global::Gtk.AttachOptions)(4));
+ this.vbox2.Add (this.table1);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table1]));
+ w8.Position = 0;
+ w8.Expand = false;
+ w8.Fill = false;
+ w1.Add (this.vbox2);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
+ w9.Position = 0;
+ w9.Expand = false;
+ w9.Fill = false;
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.ActionArea
+ global::Gtk.HButtonBox w10 = this.ActionArea;
+ w10.Name = "MonoDevelop.Ide.ExportProjectDialog_ActionArea";
+ w10.Spacing = 6;
+ w10.BorderWidth = ((uint)(5));
+ w10.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
+ // Container child MonoDevelop.Ide.ExportProjectDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
+ this.button51 = new global::Gtk.Button ();
+ this.button51.CanDefault = true;
+ this.button51.CanFocus = true;
+ this.button51.Name = "button51";
+ this.button51.UseStock = true;
+ this.button51.UseUnderline = true;
+ this.button51.Label = "gtk-cancel";
+ this.AddActionWidget (this.button51, -6);
+ global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10[this.button51]));
+ w11.Expand = false;
+ w11.Fill = false;
+ // Container child MonoDevelop.Ide.ExportProjectDialog_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 w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10[this.buttonOk]));
+ w12.Position = 1;
+ w12.Expand = false;
+ w12.Fill = false;
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.DefaultWidth = 509;
+ this.DefaultHeight = 195;
+ this.Show ();
+ this.folderEntry.PathChanged += new global::System.EventHandler (this.OnFolderEntryPathChanged);
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.cs
index 778846b035..1c3f8f7eef 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.cs
@@ -1,99 +1,91 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.Dialogs {
-
-
- public partial class FeatureSelectorDialog {
-
- private Gtk.VBox vbox5;
-
- private Gtk.Label label3;
-
- private MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector featureList;
-
- private Gtk.Button button1547;
-
- private Gtk.Button button1548;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog
- this.Name = "MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog";
- this.Title = Mono.Unix.Catalog.GetString("New Project Features");
- this.WindowPosition = ((Gtk.WindowPosition)(4));
- this.BorderWidth = ((uint)(6));
- // Internal child MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.VBox
- Gtk.VBox w1 = this.VBox;
- w1.Name = "dialog1_VBox";
- w1.Spacing = 6;
- w1.BorderWidth = ((uint)(2));
- // Container child dialog1_VBox.Gtk.Box+BoxChild
- this.vbox5 = new Gtk.VBox();
- this.vbox5.Name = "vbox5";
- this.vbox5.Spacing = 6;
- this.vbox5.BorderWidth = ((uint)(6));
- // Container child vbox5.Gtk.Box+BoxChild
- this.label3 = new Gtk.Label();
- this.label3.Name = "label3";
- this.label3.Xalign = 0F;
- this.label3.LabelProp = Mono.Unix.Catalog.GetString("<b>Project features</b>");
- this.label3.UseMarkup = true;
- this.vbox5.Add(this.label3);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.vbox5[this.label3]));
- w2.Position = 0;
- w2.Expand = false;
- w2.Fill = false;
- // Container child vbox5.Gtk.Box+BoxChild
- this.featureList = new MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector();
- this.featureList.Events = ((Gdk.EventMask)(256));
- this.featureList.Name = "featureList";
- this.vbox5.Add(this.featureList);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox5[this.featureList]));
- w3.Position = 1;
- w1.Add(this.vbox5);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(w1[this.vbox5]));
- w4.Position = 0;
- // Internal child MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.ActionArea
- Gtk.HButtonBox w5 = this.ActionArea;
- w5.Name = "GtkDialog_ActionArea";
- w5.Spacing = 6;
- w5.BorderWidth = ((uint)(5));
- w5.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
- // Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
- this.button1547 = new Gtk.Button();
- this.button1547.CanFocus = true;
- this.button1547.Name = "button1547";
- this.button1547.UseUnderline = true;
- this.button1547.Label = "button1547";
- this.AddActionWidget(this.button1547, 0);
- Gtk.ButtonBox.ButtonBoxChild w6 = ((Gtk.ButtonBox.ButtonBoxChild)(w5[this.button1547]));
- w6.Expand = false;
- w6.Fill = false;
- // Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
- this.button1548 = new Gtk.Button();
- this.button1548.CanFocus = true;
- this.button1548.Name = "button1548";
- this.button1548.UseUnderline = true;
- this.button1548.Label = "button1548";
- this.AddActionWidget(this.button1548, 0);
- Gtk.ButtonBox.ButtonBoxChild w7 = ((Gtk.ButtonBox.ButtonBoxChild)(w5[this.button1548]));
- w7.Position = 1;
- w7.Expand = false;
- w7.Fill = false;
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.DefaultWidth = 585;
- this.DefaultHeight = 435;
- this.Show();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.Dialogs
+{
+ public partial class FeatureSelectorDialog
+ {
+ private global::Gtk.VBox vbox5;
+
+ private global::Gtk.Label label3;
+
+ private global::MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector featureList;
+
+ private global::Gtk.Button button1547;
+
+ private global::Gtk.Button button1548;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog
+ this.Name = "MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog";
+ this.Title = global::Mono.Unix.Catalog.GetString ("New Project Features");
+ this.WindowPosition = ((global::Gtk.WindowPosition)(4));
+ this.BorderWidth = ((uint)(6));
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.VBox
+ global::Gtk.VBox w1 = this.VBox;
+ w1.Name = "dialog1_VBox";
+ w1.Spacing = 6;
+ w1.BorderWidth = ((uint)(2));
+ // Container child dialog1_VBox.Gtk.Box+BoxChild
+ this.vbox5 = new global::Gtk.VBox ();
+ this.vbox5.Name = "vbox5";
+ this.vbox5.Spacing = 6;
+ this.vbox5.BorderWidth = ((uint)(6));
+ // Container child vbox5.Gtk.Box+BoxChild
+ this.label3 = new global::Gtk.Label ();
+ this.label3.Name = "label3";
+ this.label3.Xalign = 0f;
+ this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Project features</b>");
+ this.label3.UseMarkup = true;
+ this.vbox5.Add (this.label3);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.label3]));
+ w2.Position = 0;
+ w2.Expand = false;
+ w2.Fill = false;
+ // Container child vbox5.Gtk.Box+BoxChild
+ this.featureList = new global::MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector ();
+ this.featureList.Events = ((global::Gdk.EventMask)(256));
+ this.featureList.Name = "featureList";
+ this.vbox5.Add (this.featureList);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.featureList]));
+ w3.Position = 1;
+ w1.Add (this.vbox5);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(w1[this.vbox5]));
+ w4.Position = 0;
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.ActionArea
+ global::Gtk.HButtonBox w5 = this.ActionArea;
+ w5.Name = "GtkDialog_ActionArea";
+ w5.Spacing = 6;
+ w5.BorderWidth = ((uint)(5));
+ w5.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
+ // Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
+ this.button1547 = new global::Gtk.Button ();
+ this.button1547.CanFocus = true;
+ this.button1547.Name = "button1547";
+ this.button1547.UseUnderline = true;
+ this.button1547.Label = "button1547";
+ this.AddActionWidget (this.button1547, 0);
+ global::Gtk.ButtonBox.ButtonBoxChild w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w5[this.button1547]));
+ w6.Expand = false;
+ w6.Fill = false;
+ // Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
+ this.button1548 = new global::Gtk.Button ();
+ this.button1548.CanFocus = true;
+ this.button1548.Name = "button1548";
+ this.button1548.UseUnderline = true;
+ this.button1548.Label = "button1548";
+ this.AddActionWidget (this.button1548, 0);
+ global::Gtk.ButtonBox.ButtonBoxChild w7 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w5[this.button1548]));
+ w7.Position = 1;
+ w7.Expand = false;
+ w7.Fill = false;
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.DefaultWidth = 585;
+ this.DefaultHeight = 435;
+ this.Show ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.GoToDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.GoToDialog.cs
index b34d5ead2a..7d85db9fdc 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.GoToDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.GoToDialog.cs
@@ -1,173 +1,165 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.Dialogs {
-
-
- public partial class GoToDialog {
-
- private Gtk.VBox vbox2;
-
- private Gtk.HBox hbox1;
-
- private Gtk.ToggleButton toggleFiles;
-
- private Gtk.ToggleButton toggleTypes;
-
- private Gtk.ScrolledWindow scrolledwindow;
-
- private Gtk.HBox hbox2;
-
- private Gtk.Label label1;
-
- private Gtk.Entry matchEntry;
-
- private Gtk.Button cancelButton;
-
- private Gtk.Button openButton;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.Dialogs.GoToDialog
- this.Events = ((Gdk.EventMask)(256));
- this.Name = "MonoDevelop.Ide.Gui.Dialogs.GoToDialog";
- this.Title = Mono.Unix.Catalog.GetString("Go to File");
- this.WindowPosition = ((Gtk.WindowPosition)(4));
- this.BorderWidth = ((uint)(6));
- // Internal child MonoDevelop.Ide.Gui.Dialogs.GoToDialog.VBox
- Gtk.VBox w1 = this.VBox;
- w1.Events = ((Gdk.EventMask)(256));
- w1.Name = "dialog_VBox";
- w1.Spacing = 6;
- w1.BorderWidth = ((uint)(2));
- // Container child dialog_VBox.Gtk.Box+BoxChild
- 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.hbox1 = new Gtk.HBox();
- this.hbox1.Name = "hbox1";
- this.hbox1.Spacing = 6;
- // Container child hbox1.Gtk.Box+BoxChild
- this.toggleFiles = new Gtk.ToggleButton();
- this.toggleFiles.CanFocus = true;
- this.toggleFiles.Name = "toggleFiles";
- this.toggleFiles.UseUnderline = true;
- this.toggleFiles.Active = true;
- this.toggleFiles.Label = Mono.Unix.Catalog.GetString("Search _Files");
- this.hbox1.Add(this.toggleFiles);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox1[this.toggleFiles]));
- w2.Position = 0;
- w2.Expand = false;
- w2.Fill = false;
- // Container child hbox1.Gtk.Box+BoxChild
- this.toggleTypes = new Gtk.ToggleButton();
- this.toggleTypes.CanFocus = true;
- this.toggleTypes.Name = "toggleTypes";
- this.toggleTypes.UseUnderline = true;
- this.toggleTypes.Label = Mono.Unix.Catalog.GetString("Search _Types");
- this.hbox1.Add(this.toggleTypes);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox1[this.toggleTypes]));
- w3.Position = 1;
- w3.Expand = false;
- w3.Fill = false;
- this.vbox2.Add(this.hbox1);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
- w4.Position = 0;
- w4.Expand = false;
- w4.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.scrolledwindow = new Gtk.ScrolledWindow();
- this.scrolledwindow.CanFocus = true;
- this.scrolledwindow.Name = "scrolledwindow";
- this.scrolledwindow.ShadowType = ((Gtk.ShadowType)(3));
- this.vbox2.Add(this.scrolledwindow);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox2[this.scrolledwindow]));
- w5.Position = 1;
- // Container child vbox2.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.Name = "label1";
- this.label1.LabelProp = Mono.Unix.Catalog.GetString("_Name:");
- this.label1.UseUnderline = true;
- this.hbox2.Add(this.label1);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.hbox2[this.label1]));
- w6.Position = 0;
- w6.Expand = false;
- w6.Fill = false;
- // Container child hbox2.Gtk.Box+BoxChild
- this.matchEntry = new Gtk.Entry();
- this.matchEntry.CanFocus = true;
- this.matchEntry.Name = "matchEntry";
- this.matchEntry.IsEditable = true;
- this.matchEntry.InvisibleChar = '●';
- this.hbox2.Add(this.matchEntry);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.hbox2[this.matchEntry]));
- w7.Position = 1;
- this.vbox2.Add(this.hbox2);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox2]));
- w8.Position = 2;
- w8.Expand = false;
- w8.Fill = false;
- w1.Add(this.vbox2);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(w1[this.vbox2]));
- w9.Position = 0;
- // Internal child MonoDevelop.Ide.Gui.Dialogs.GoToDialog.ActionArea
- Gtk.HButtonBox w10 = this.ActionArea;
- w10.Events = ((Gdk.EventMask)(256));
- w10.Name = "MonoDevelop.Ide.GoToDialog_ActionArea";
- w10.Spacing = 6;
- w10.BorderWidth = ((uint)(5));
- w10.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
- // Container child MonoDevelop.Ide.GoToDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
- this.cancelButton = new Gtk.Button();
- this.cancelButton.CanDefault = true;
- this.cancelButton.CanFocus = true;
- this.cancelButton.Name = "cancelButton";
- this.cancelButton.UseStock = true;
- this.cancelButton.UseUnderline = true;
- this.cancelButton.Label = "gtk-cancel";
- this.AddActionWidget(this.cancelButton, -6);
- Gtk.ButtonBox.ButtonBoxChild w11 = ((Gtk.ButtonBox.ButtonBoxChild)(w10[this.cancelButton]));
- w11.Expand = false;
- w11.Fill = false;
- // Container child MonoDevelop.Ide.GoToDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
- this.openButton = new Gtk.Button();
- this.openButton.CanDefault = true;
- this.openButton.CanFocus = true;
- this.openButton.Name = "openButton";
- this.openButton.UseStock = true;
- this.openButton.UseUnderline = true;
- this.openButton.Label = "gtk-open";
- this.AddActionWidget(this.openButton, 0);
- Gtk.ButtonBox.ButtonBoxChild w12 = ((Gtk.ButtonBox.ButtonBoxChild)(w10[this.openButton]));
- w12.Position = 1;
- w12.Expand = false;
- w12.Fill = false;
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.DefaultWidth = 750;
- this.DefaultHeight = 579;
- this.Show();
- this.Shown += new System.EventHandler(this.HandleShown);
- this.toggleFiles.Clicked += new System.EventHandler(this.OnToggleFilesClicked);
- this.toggleTypes.Clicked += new System.EventHandler(this.OnToggleTypesClicked);
- this.matchEntry.KeyPressEvent += new Gtk.KeyPressEventHandler(this.HandleKeyPress);
- this.matchEntry.Changed += new System.EventHandler(this.HandleEntryChanged);
- this.matchEntry.Activated += new System.EventHandler(this.HandleEntryActivate);
- this.openButton.Clicked += new System.EventHandler(this.HandleOpen);
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.Dialogs
+{
+ public partial class GoToDialog
+ {
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.HBox hbox1;
+
+ private global::Gtk.ToggleButton toggleFiles;
+
+ private global::Gtk.ToggleButton toggleTypes;
+
+ private global::Gtk.ScrolledWindow scrolledwindow;
+
+ private global::Gtk.HBox hbox2;
+
+ private global::Gtk.Label label1;
+
+ private global::Gtk.Entry matchEntry;
+
+ private global::Gtk.Button cancelButton;
+
+ private global::Gtk.Button openButton;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.Dialogs.GoToDialog
+ this.Events = ((global::Gdk.EventMask)(256));
+ this.Name = "MonoDevelop.Ide.Gui.Dialogs.GoToDialog";
+ this.Title = global::Mono.Unix.Catalog.GetString ("Go to File");
+ this.WindowPosition = ((global::Gtk.WindowPosition)(4));
+ this.BorderWidth = ((uint)(6));
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.GoToDialog.VBox
+ global::Gtk.VBox w1 = this.VBox;
+ w1.Events = ((global::Gdk.EventMask)(256));
+ w1.Name = "dialog_VBox";
+ w1.Spacing = 6;
+ w1.BorderWidth = ((uint)(2));
+ // Container child dialog_VBox.Gtk.Box+BoxChild
+ 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.hbox1 = new global::Gtk.HBox ();
+ this.hbox1.Name = "hbox1";
+ this.hbox1.Spacing = 6;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.toggleFiles = new global::Gtk.ToggleButton ();
+ this.toggleFiles.CanFocus = true;
+ this.toggleFiles.Name = "toggleFiles";
+ this.toggleFiles.UseUnderline = true;
+ this.toggleFiles.Active = true;
+ this.toggleFiles.Label = global::Mono.Unix.Catalog.GetString ("Search _Files");
+ this.hbox1.Add (this.toggleFiles);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.toggleFiles]));
+ w2.Position = 0;
+ w2.Expand = false;
+ w2.Fill = false;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.toggleTypes = new global::Gtk.ToggleButton ();
+ this.toggleTypes.CanFocus = true;
+ this.toggleTypes.Name = "toggleTypes";
+ this.toggleTypes.UseUnderline = true;
+ this.toggleTypes.Label = global::Mono.Unix.Catalog.GetString ("Search _Types");
+ this.hbox1.Add (this.toggleTypes);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.toggleTypes]));
+ w3.Position = 1;
+ w3.Expand = false;
+ w3.Fill = false;
+ this.vbox2.Add (this.hbox1);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
+ w4.Position = 0;
+ w4.Expand = false;
+ w4.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.scrolledwindow = new global::Gtk.ScrolledWindow ();
+ this.scrolledwindow.CanFocus = true;
+ this.scrolledwindow.Name = "scrolledwindow";
+ this.scrolledwindow.ShadowType = ((global::Gtk.ShadowType)(3));
+ this.vbox2.Add (this.scrolledwindow);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.scrolledwindow]));
+ w5.Position = 1;
+ // Container child vbox2.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.Name = "label1";
+ this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("_Name:");
+ this.label1.UseUnderline = true;
+ this.hbox2.Add (this.label1);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label1]));
+ w6.Position = 0;
+ w6.Expand = false;
+ w6.Fill = false;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.matchEntry = new global::Gtk.Entry ();
+ this.matchEntry.CanFocus = true;
+ this.matchEntry.Name = "matchEntry";
+ this.matchEntry.IsEditable = true;
+ this.matchEntry.InvisibleChar = '●';
+ this.hbox2.Add (this.matchEntry);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.matchEntry]));
+ w7.Position = 1;
+ this.vbox2.Add (this.hbox2);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox2]));
+ w8.Position = 2;
+ w8.Expand = false;
+ w8.Fill = false;
+ w1.Add (this.vbox2);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
+ w9.Position = 0;
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.GoToDialog.ActionArea
+ global::Gtk.HButtonBox w10 = this.ActionArea;
+ w10.Events = ((global::Gdk.EventMask)(256));
+ w10.Name = "MonoDevelop.Ide.GoToDialog_ActionArea";
+ w10.Spacing = 6;
+ w10.BorderWidth = ((uint)(5));
+ w10.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
+ // Container child MonoDevelop.Ide.GoToDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
+ this.cancelButton = new global::Gtk.Button ();
+ this.cancelButton.CanDefault = true;
+ this.cancelButton.CanFocus = true;
+ this.cancelButton.Name = "cancelButton";
+ this.cancelButton.UseStock = true;
+ this.cancelButton.UseUnderline = true;
+ this.cancelButton.Label = "gtk-cancel";
+ this.AddActionWidget (this.cancelButton, -6);
+ global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10[this.cancelButton]));
+ w11.Expand = false;
+ w11.Fill = false;
+ // Container child MonoDevelop.Ide.GoToDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
+ this.openButton = new global::Gtk.Button ();
+ this.openButton.CanDefault = true;
+ this.openButton.CanFocus = true;
+ this.openButton.Name = "openButton";
+ this.openButton.UseStock = true;
+ this.openButton.UseUnderline = true;
+ this.openButton.Label = "gtk-open";
+ this.AddActionWidget (this.openButton, 0);
+ global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10[this.openButton]));
+ w12.Position = 1;
+ w12.Expand = false;
+ w12.Fill = false;
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.DefaultWidth = 750;
+ this.DefaultHeight = 579;
+ this.Show ();
+ this.Shown += new global::System.EventHandler (this.HandleShown);
+ this.toggleFiles.Clicked += new global::System.EventHandler (this.OnToggleFilesClicked);
+ this.toggleTypes.Clicked += new global::System.EventHandler (this.OnToggleTypesClicked);
+ this.matchEntry.KeyPressEvent += new global::Gtk.KeyPressEventHandler (this.HandleKeyPress);
+ this.matchEntry.Changed += new global::System.EventHandler (this.HandleEntryChanged);
+ this.matchEntry.Activated += new global::System.EventHandler (this.HandleEntryActivate);
+ this.openButton.Clicked += new global::System.EventHandler (this.HandleOpen);
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.IncludeNewFilesDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.IncludeNewFilesDialog.cs
index 8aeb412d39..4f9f71f2c0 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.IncludeNewFilesDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.IncludeNewFilesDialog.cs
@@ -1,146 +1,138 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.Dialogs {
-
-
- public partial class IncludeNewFilesDialog {
-
- private Gtk.VBox vbox2;
-
- private Gtk.Label label1;
-
- private Gtk.ScrolledWindow GtkScrolledWindow;
-
- private Gtk.TreeView treeviewFiles;
-
- private Gtk.HBox hbox1;
-
- private Gtk.Button buttonExcludeAll;
-
- private Gtk.Button buttonIncludeAll;
-
- private Gtk.Button buttonCancel;
-
- private Gtk.Button buttonOk;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.Dialogs.IncludeNewFilesDialog
- this.Name = "MonoDevelop.Ide.Gui.Dialogs.IncludeNewFilesDialog";
- this.WindowPosition = ((Gtk.WindowPosition)(4));
- this.BorderWidth = ((uint)(6));
- // Internal child MonoDevelop.Ide.Gui.Dialogs.IncludeNewFilesDialog.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 = 6;
- this.vbox2.BorderWidth = ((uint)(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("Choose files to include in the project");
- this.vbox2.Add(this.label1);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.vbox2[this.label1]));
- w2.Position = 0;
- w2.Expand = false;
- w2.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.GtkScrolledWindow = new Gtk.ScrolledWindow();
- this.GtkScrolledWindow.Name = "GtkScrolledWindow";
- this.GtkScrolledWindow.ShadowType = ((Gtk.ShadowType)(1));
- // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
- this.treeviewFiles = new Gtk.TreeView();
- this.treeviewFiles.CanFocus = true;
- this.treeviewFiles.Name = "treeviewFiles";
- this.GtkScrolledWindow.Add(this.treeviewFiles);
- this.vbox2.Add(this.GtkScrolledWindow);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox2[this.GtkScrolledWindow]));
- w4.Position = 1;
- // 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.buttonExcludeAll = new Gtk.Button();
- this.buttonExcludeAll.CanFocus = true;
- this.buttonExcludeAll.Name = "buttonExcludeAll";
- this.buttonExcludeAll.UseUnderline = true;
- this.buttonExcludeAll.Label = Mono.Unix.Catalog.GetString("_Exclude All");
- this.hbox1.Add(this.buttonExcludeAll);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.hbox1[this.buttonExcludeAll]));
- w5.PackType = ((Gtk.PackType)(1));
- w5.Position = 0;
- w5.Expand = false;
- w5.Fill = false;
- // Container child hbox1.Gtk.Box+BoxChild
- this.buttonIncludeAll = new Gtk.Button();
- this.buttonIncludeAll.CanFocus = true;
- this.buttonIncludeAll.Name = "buttonIncludeAll";
- this.buttonIncludeAll.UseUnderline = true;
- this.buttonIncludeAll.Label = Mono.Unix.Catalog.GetString("_Include All");
- this.hbox1.Add(this.buttonIncludeAll);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.hbox1[this.buttonIncludeAll]));
- w6.PackType = ((Gtk.PackType)(1));
- w6.Position = 1;
- w6.Expand = false;
- w6.Fill = false;
- this.vbox2.Add(this.hbox1);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
- w7.Position = 2;
- w7.Expand = false;
- w7.Fill = false;
- w1.Add(this.vbox2);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(w1[this.vbox2]));
- w8.Position = 0;
- // Internal child MonoDevelop.Ide.Gui.Dialogs.IncludeNewFilesDialog.ActionArea
- Gtk.HButtonBox w9 = this.ActionArea;
- w9.Name = "dialog1_ActionArea";
- w9.Spacing = 6;
- w9.BorderWidth = ((uint)(5));
- w9.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 w10 = ((Gtk.ButtonBox.ButtonBoxChild)(w9[this.buttonCancel]));
- w10.Expand = false;
- w10.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 w11 = ((Gtk.ButtonBox.ButtonBoxChild)(w9[this.buttonOk]));
- w11.Position = 1;
- w11.Expand = false;
- w11.Fill = false;
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.DefaultWidth = 410;
- this.DefaultHeight = 323;
- this.Show();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.Dialogs
+{
+ public partial class IncludeNewFilesDialog
+ {
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.Label label1;
+
+ private global::Gtk.ScrolledWindow GtkScrolledWindow;
+
+ private global::Gtk.TreeView treeviewFiles;
+
+ private global::Gtk.HBox hbox1;
+
+ private global::Gtk.Button buttonExcludeAll;
+
+ private global::Gtk.Button buttonIncludeAll;
+
+ private global::Gtk.Button buttonCancel;
+
+ private global::Gtk.Button buttonOk;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.Dialogs.IncludeNewFilesDialog
+ this.Name = "MonoDevelop.Ide.Gui.Dialogs.IncludeNewFilesDialog";
+ this.WindowPosition = ((global::Gtk.WindowPosition)(4));
+ this.BorderWidth = ((uint)(6));
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.IncludeNewFilesDialog.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 = 6;
+ this.vbox2.BorderWidth = ((uint)(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 ("Choose files to include in the project");
+ this.vbox2.Add (this.label1);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label1]));
+ w2.Position = 0;
+ w2.Expand = false;
+ w2.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
+ this.GtkScrolledWindow.Name = "GtkScrolledWindow";
+ this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
+ this.treeviewFiles = new global::Gtk.TreeView ();
+ this.treeviewFiles.CanFocus = true;
+ this.treeviewFiles.Name = "treeviewFiles";
+ this.GtkScrolledWindow.Add (this.treeviewFiles);
+ this.vbox2.Add (this.GtkScrolledWindow);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.GtkScrolledWindow]));
+ w4.Position = 1;
+ // 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.buttonExcludeAll = new global::Gtk.Button ();
+ this.buttonExcludeAll.CanFocus = true;
+ this.buttonExcludeAll.Name = "buttonExcludeAll";
+ this.buttonExcludeAll.UseUnderline = true;
+ this.buttonExcludeAll.Label = global::Mono.Unix.Catalog.GetString ("_Exclude All");
+ this.hbox1.Add (this.buttonExcludeAll);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonExcludeAll]));
+ w5.PackType = ((global::Gtk.PackType)(1));
+ w5.Position = 0;
+ w5.Expand = false;
+ w5.Fill = false;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.buttonIncludeAll = new global::Gtk.Button ();
+ this.buttonIncludeAll.CanFocus = true;
+ this.buttonIncludeAll.Name = "buttonIncludeAll";
+ this.buttonIncludeAll.UseUnderline = true;
+ this.buttonIncludeAll.Label = global::Mono.Unix.Catalog.GetString ("_Include All");
+ this.hbox1.Add (this.buttonIncludeAll);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonIncludeAll]));
+ w6.PackType = ((global::Gtk.PackType)(1));
+ w6.Position = 1;
+ w6.Expand = false;
+ w6.Fill = false;
+ this.vbox2.Add (this.hbox1);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
+ w7.Position = 2;
+ w7.Expand = false;
+ w7.Fill = false;
+ w1.Add (this.vbox2);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
+ w8.Position = 0;
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.IncludeNewFilesDialog.ActionArea
+ global::Gtk.HButtonBox w9 = this.ActionArea;
+ w9.Name = "dialog1_ActionArea";
+ w9.Spacing = 6;
+ w9.BorderWidth = ((uint)(5));
+ w9.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 w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9[this.buttonCancel]));
+ w10.Expand = false;
+ w10.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 w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9[this.buttonOk]));
+ w11.Position = 1;
+ w11.Expand = false;
+ w11.Fill = false;
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.DefaultWidth = 410;
+ this.DefaultHeight = 323;
+ this.Show ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersPreview.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersPreview.cs
index f183bc969d..3eac00da7c 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersPreview.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersPreview.cs
@@ -1,81 +1,73 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.Dialogs {
-
-
- public partial class MonoExecutionParametersPreview {
-
- private Gtk.ScrolledWindow GtkScrolledWindow;
-
- private Gtk.Label labelOps;
-
- private Gtk.Button buttonOk;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersPreview
- this.Name = "MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersPreview";
- this.Title = Mono.Unix.Catalog.GetString("Options Preview");
- this.WindowPosition = ((Gtk.WindowPosition)(4));
- this.Modal = true;
- // Internal child MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersPreview.VBox
- Gtk.VBox w1 = this.VBox;
- w1.Name = "dialog1_VBox";
- w1.BorderWidth = ((uint)(2));
- // Container child dialog1_VBox.Gtk.Box+BoxChild
- this.GtkScrolledWindow = new Gtk.ScrolledWindow();
- this.GtkScrolledWindow.Name = "GtkScrolledWindow";
- this.GtkScrolledWindow.HscrollbarPolicy = ((Gtk.PolicyType)(2));
- this.GtkScrolledWindow.BorderWidth = ((uint)(6));
- // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
- Gtk.Viewport w2 = new Gtk.Viewport();
- w2.ShadowType = ((Gtk.ShadowType)(0));
- // Container child GtkViewport.Gtk.Container+ContainerChild
- this.labelOps = new Gtk.Label();
- this.labelOps.Name = "labelOps";
- this.labelOps.Xalign = 0F;
- this.labelOps.Yalign = 0F;
- this.labelOps.UseMarkup = true;
- this.labelOps.Wrap = true;
- this.labelOps.Selectable = true;
- this.labelOps.WidthChars = 50;
- w2.Add(this.labelOps);
- this.GtkScrolledWindow.Add(w2);
- w1.Add(this.GtkScrolledWindow);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(w1[this.GtkScrolledWindow]));
- w5.Position = 0;
- // Internal child MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersPreview.ActionArea
- Gtk.HButtonBox w6 = this.ActionArea;
- w6.Name = "dialog1_ActionArea";
- w6.Spacing = 10;
- w6.BorderWidth = ((uint)(5));
- w6.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
- // 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-close";
- this.AddActionWidget(this.buttonOk, -7);
- Gtk.ButtonBox.ButtonBoxChild w7 = ((Gtk.ButtonBox.ButtonBoxChild)(w6[this.buttonOk]));
- w7.Expand = false;
- w7.Fill = false;
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.DefaultWidth = 501;
- this.DefaultHeight = 341;
- this.Show();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.Dialogs
+{
+ public partial class MonoExecutionParametersPreview
+ {
+ private global::Gtk.ScrolledWindow GtkScrolledWindow;
+
+ private global::Gtk.Label labelOps;
+
+ private global::Gtk.Button buttonOk;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersPreview
+ this.Name = "MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersPreview";
+ this.Title = global::Mono.Unix.Catalog.GetString ("Options Preview");
+ this.WindowPosition = ((global::Gtk.WindowPosition)(4));
+ this.Modal = true;
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersPreview.VBox
+ global::Gtk.VBox w1 = this.VBox;
+ w1.Name = "dialog1_VBox";
+ w1.BorderWidth = ((uint)(2));
+ // Container child dialog1_VBox.Gtk.Box+BoxChild
+ this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
+ this.GtkScrolledWindow.Name = "GtkScrolledWindow";
+ this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
+ this.GtkScrolledWindow.BorderWidth = ((uint)(6));
+ // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
+ global::Gtk.Viewport w2 = new global::Gtk.Viewport ();
+ w2.ShadowType = ((global::Gtk.ShadowType)(0));
+ // Container child GtkViewport.Gtk.Container+ContainerChild
+ this.labelOps = new global::Gtk.Label ();
+ this.labelOps.Name = "labelOps";
+ this.labelOps.Xalign = 0f;
+ this.labelOps.Yalign = 0f;
+ this.labelOps.UseMarkup = true;
+ this.labelOps.Wrap = true;
+ this.labelOps.Selectable = true;
+ this.labelOps.WidthChars = 50;
+ w2.Add (this.labelOps);
+ this.GtkScrolledWindow.Add (w2);
+ w1.Add (this.GtkScrolledWindow);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(w1[this.GtkScrolledWindow]));
+ w5.Position = 0;
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersPreview.ActionArea
+ global::Gtk.HButtonBox w6 = this.ActionArea;
+ w6.Name = "dialog1_ActionArea";
+ w6.Spacing = 10;
+ w6.BorderWidth = ((uint)(5));
+ w6.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
+ // 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-close";
+ this.AddActionWidget (this.buttonOk, -7);
+ global::Gtk.ButtonBox.ButtonBoxChild w7 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w6[this.buttonOk]));
+ w7.Expand = false;
+ w7.Fill = false;
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.DefaultWidth = 501;
+ this.DefaultHeight = 341;
+ this.Show ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersWidget.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersWidget.cs
index 4647dd0288..2a4679bd2b 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersWidget.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersWidget.cs
@@ -1,99 +1,91 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.Dialogs {
-
-
- public partial class MonoExecutionParametersWidget {
-
- private Gtk.HBox hbox1;
-
- private MonoDevelop.Components.PropertyGrid.PropertyGrid propertyGrid;
-
- private Gtk.VBox vbox4;
-
- private Gtk.Button buttonReset;
-
- private Gtk.Button buttonPreview;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersWidget
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersWidget";
- // Container child MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersWidget.Gtk.Container+ContainerChild
- this.hbox1 = new Gtk.HBox();
- this.hbox1.Name = "hbox1";
- this.hbox1.Spacing = 6;
- this.hbox1.BorderWidth = ((uint)(6));
- // Container child hbox1.Gtk.Box+BoxChild
- this.propertyGrid = new MonoDevelop.Components.PropertyGrid.PropertyGrid();
- this.propertyGrid.Name = "propertyGrid";
- this.propertyGrid.ShowToolbar = false;
- this.propertyGrid.ShowHelp = true;
- this.hbox1.Add(this.propertyGrid);
- Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.hbox1[this.propertyGrid]));
- w1.Position = 0;
- // Container child hbox1.Gtk.Box+BoxChild
- this.vbox4 = new Gtk.VBox();
- this.vbox4.Name = "vbox4";
- this.vbox4.Spacing = 6;
- // Container child vbox4.Gtk.Box+BoxChild
- this.buttonReset = new Gtk.Button();
- this.buttonReset.CanFocus = true;
- this.buttonReset.Name = "buttonReset";
- this.buttonReset.UseUnderline = true;
- // Container child buttonReset.Gtk.Container+ContainerChild
- Gtk.Alignment w2 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
- // Container child GtkAlignment.Gtk.Container+ContainerChild
- Gtk.HBox w3 = new Gtk.HBox();
- w3.Spacing = 2;
- // Container child GtkHBox.Gtk.Container+ContainerChild
- Gtk.Image w4 = new Gtk.Image();
- w4.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-clear", Gtk.IconSize.Menu, 16);
- w3.Add(w4);
- // Container child GtkHBox.Gtk.Container+ContainerChild
- Gtk.Label w6 = new Gtk.Label();
- w6.LabelProp = Mono.Unix.Catalog.GetString("Clear All Options");
- w6.UseUnderline = true;
- w3.Add(w6);
- w2.Add(w3);
- this.buttonReset.Add(w2);
- this.vbox4.Add(this.buttonReset);
- Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.vbox4[this.buttonReset]));
- w10.Position = 0;
- w10.Expand = false;
- w10.Fill = false;
- // Container child vbox4.Gtk.Box+BoxChild
- this.buttonPreview = new Gtk.Button();
- this.buttonPreview.CanFocus = true;
- this.buttonPreview.Name = "buttonPreview";
- this.buttonPreview.UseUnderline = true;
- this.buttonPreview.Label = Mono.Unix.Catalog.GetString("Preview Options");
- this.vbox4.Add(this.buttonPreview);
- Gtk.Box.BoxChild w11 = ((Gtk.Box.BoxChild)(this.vbox4[this.buttonPreview]));
- w11.Position = 1;
- w11.Expand = false;
- w11.Fill = false;
- this.hbox1.Add(this.vbox4);
- Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.hbox1[this.vbox4]));
- w12.Position = 1;
- w12.Expand = false;
- w12.Fill = false;
- this.Add(this.hbox1);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.Hide();
- this.buttonReset.Clicked += new System.EventHandler(this.OnButtonResetClicked);
- this.buttonPreview.Clicked += new System.EventHandler(this.OnButtonPreviewClicked);
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.Dialogs
+{
+ public partial class MonoExecutionParametersWidget
+ {
+ private global::Gtk.HBox hbox1;
+
+ private global::MonoDevelop.Components.PropertyGrid.PropertyGrid propertyGrid;
+
+ private global::Gtk.VBox vbox4;
+
+ private global::Gtk.Button buttonReset;
+
+ private global::Gtk.Button buttonPreview;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersWidget";
+ // Container child MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersWidget.Gtk.Container+ContainerChild
+ this.hbox1 = new global::Gtk.HBox ();
+ this.hbox1.Name = "hbox1";
+ this.hbox1.Spacing = 6;
+ this.hbox1.BorderWidth = ((uint)(6));
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.propertyGrid = new global::MonoDevelop.Components.PropertyGrid.PropertyGrid ();
+ this.propertyGrid.Name = "propertyGrid";
+ this.propertyGrid.ShowToolbar = false;
+ this.propertyGrid.ShowHelp = true;
+ this.hbox1.Add (this.propertyGrid);
+ global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.propertyGrid]));
+ w1.Position = 0;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.vbox4 = new global::Gtk.VBox ();
+ this.vbox4.Name = "vbox4";
+ this.vbox4.Spacing = 6;
+ // Container child vbox4.Gtk.Box+BoxChild
+ this.buttonReset = new global::Gtk.Button ();
+ this.buttonReset.CanFocus = true;
+ this.buttonReset.Name = "buttonReset";
+ this.buttonReset.UseUnderline = true;
+ // Container child buttonReset.Gtk.Container+ContainerChild
+ global::Gtk.Alignment w2 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
+ // Container child GtkAlignment.Gtk.Container+ContainerChild
+ global::Gtk.HBox w3 = new global::Gtk.HBox ();
+ w3.Spacing = 2;
+ // Container child GtkHBox.Gtk.Container+ContainerChild
+ global::Gtk.Image w4 = new global::Gtk.Image ();
+ w4.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-clear", global::Gtk.IconSize.Menu);
+ w3.Add (w4);
+ // Container child GtkHBox.Gtk.Container+ContainerChild
+ global::Gtk.Label w6 = new global::Gtk.Label ();
+ w6.LabelProp = global::Mono.Unix.Catalog.GetString ("Clear All Options");
+ w6.UseUnderline = true;
+ w3.Add (w6);
+ w2.Add (w3);
+ this.buttonReset.Add (w2);
+ this.vbox4.Add (this.buttonReset);
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.buttonReset]));
+ w10.Position = 0;
+ w10.Expand = false;
+ w10.Fill = false;
+ // Container child vbox4.Gtk.Box+BoxChild
+ this.buttonPreview = new global::Gtk.Button ();
+ this.buttonPreview.CanFocus = true;
+ this.buttonPreview.Name = "buttonPreview";
+ this.buttonPreview.UseUnderline = true;
+ this.buttonPreview.Label = global::Mono.Unix.Catalog.GetString ("Preview Options");
+ this.vbox4.Add (this.buttonPreview);
+ global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.buttonPreview]));
+ w11.Position = 1;
+ w11.Expand = false;
+ w11.Fill = false;
+ this.hbox1.Add (this.vbox4);
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox4]));
+ w12.Position = 1;
+ w12.Expand = false;
+ w12.Fill = false;
+ this.Add (this.hbox1);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.Hide ();
+ this.buttonReset.Clicked += new global::System.EventHandler (this.OnButtonResetClicked);
+ this.buttonPreview.Clicked += new global::System.EventHandler (this.OnButtonPreviewClicked);
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.cs
index 7f3319c266..fc5beae869 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.cs
@@ -1,266 +1,258 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.Dialogs {
-
-
- internal partial class NewFileDialog {
-
- private Gtk.VBox vbox2;
-
- private Gtk.HBox hbox1;
-
- private Gtk.ScrolledWindow scrolledwindow1;
-
- private Gtk.TreeView catView;
-
- private MonoDevelop.Components.IconView iconView;
-
- private Gtk.Frame frame1;
-
- private Gtk.Alignment GtkAlignment2;
-
- private Gtk.Label infoLabel;
-
- private Gtk.Label label1;
-
- private Gtk.HBox hbox2;
-
- private Gtk.Label label2;
-
- private Gtk.Entry nameEntry;
-
- private Gtk.VBox boxProject;
-
- private Gtk.HBox hbox3;
-
- private Gtk.CheckButton projectAddCheckbox;
-
- private Gtk.ComboBox projectAddCombo;
-
- private Gtk.HBox hbox4;
-
- private Gtk.Label projectPathLabel;
-
- private MonoDevelop.Components.FolderEntry projectFolderEntry;
-
- private Gtk.Button cancelButton;
-
- private Gtk.Button okButton;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.Dialogs.NewFileDialog
- this.Name = "MonoDevelop.Ide.Gui.Dialogs.NewFileDialog";
- this.Title = Mono.Unix.Catalog.GetString("New File");
- this.WindowPosition = ((Gtk.WindowPosition)(4));
- this.BorderWidth = ((uint)(6));
- // Internal child MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.VBox
- Gtk.VBox w1 = this.VBox;
- w1.Name = "dialog1_VBox";
- w1.Spacing = 6;
- w1.BorderWidth = ((uint)(2));
- // Container child dialog1_VBox.Gtk.Box+BoxChild
- 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.hbox1 = new Gtk.HBox();
- this.hbox1.Name = "hbox1";
- this.hbox1.Spacing = 6;
- // Container child hbox1.Gtk.Box+BoxChild
- this.scrolledwindow1 = new Gtk.ScrolledWindow();
- this.scrolledwindow1.CanFocus = true;
- this.scrolledwindow1.Name = "scrolledwindow1";
- this.scrolledwindow1.ShadowType = ((Gtk.ShadowType)(1));
- // Container child scrolledwindow1.Gtk.Container+ContainerChild
- this.catView = new Gtk.TreeView();
- this.catView.WidthRequest = 160;
- this.catView.CanFocus = true;
- this.catView.Name = "catView";
- this.catView.HeadersVisible = false;
- this.scrolledwindow1.Add(this.catView);
- this.hbox1.Add(this.scrolledwindow1);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox1[this.scrolledwindow1]));
- w3.Position = 0;
- w3.Expand = false;
- w3.Fill = false;
- // Container child hbox1.Gtk.Box+BoxChild
- this.iconView = new MonoDevelop.Components.IconView();
- this.iconView.CanFocus = true;
- this.iconView.Name = "iconView";
- this.iconView.ShadowType = ((Gtk.ShadowType)(1));
- this.hbox1.Add(this.iconView);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.hbox1[this.iconView]));
- w4.Position = 1;
- this.vbox2.Add(this.hbox1);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
- w5.Position = 0;
- // Container child vbox2.Gtk.Box+BoxChild
- this.frame1 = new Gtk.Frame();
- this.frame1.Name = "frame1";
- this.frame1.ShadowType = ((Gtk.ShadowType)(1));
- // Container child frame1.Gtk.Container+ContainerChild
- this.GtkAlignment2 = new Gtk.Alignment(0F, 0F, 1F, 1F);
- this.GtkAlignment2.Name = "GtkAlignment2";
- // Container child GtkAlignment2.Gtk.Container+ContainerChild
- this.infoLabel = new Gtk.Label();
- this.infoLabel.Name = "infoLabel";
- this.infoLabel.Xalign = 0F;
- this.infoLabel.Ellipsize = ((Pango.EllipsizeMode)(3));
- this.GtkAlignment2.Add(this.infoLabel);
- this.frame1.Add(this.GtkAlignment2);
- this.vbox2.Add(this.frame1);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.vbox2[this.frame1]));
- w8.Position = 1;
- w8.Expand = false;
- w8.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.label1 = new Gtk.Label();
- this.label1.WidthRequest = 1;
- this.label1.HeightRequest = 1;
- this.label1.Name = "label1";
- this.vbox2.Add(this.label1);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.vbox2[this.label1]));
- w9.Position = 2;
- w9.Expand = false;
- w9.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.hbox2 = new Gtk.HBox();
- this.hbox2.Name = "hbox2";
- this.hbox2.Spacing = 6;
- // Container child hbox2.Gtk.Box+BoxChild
- this.label2 = new Gtk.Label();
- this.label2.Name = "label2";
- this.label2.LabelProp = Mono.Unix.Catalog.GetString("Name:");
- this.hbox2.Add(this.label2);
- Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.hbox2[this.label2]));
- w10.Position = 0;
- w10.Expand = false;
- w10.Fill = false;
- // Container child hbox2.Gtk.Box+BoxChild
- this.nameEntry = new Gtk.Entry();
- this.nameEntry.CanFocus = true;
- this.nameEntry.Name = "nameEntry";
- this.nameEntry.IsEditable = true;
- this.nameEntry.InvisibleChar = '●';
- this.hbox2.Add(this.nameEntry);
- Gtk.Box.BoxChild w11 = ((Gtk.Box.BoxChild)(this.hbox2[this.nameEntry]));
- w11.Position = 1;
- this.vbox2.Add(this.hbox2);
- Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox2]));
- w12.Position = 3;
- w12.Expand = false;
- w12.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.boxProject = new Gtk.VBox();
- this.boxProject.Name = "boxProject";
- this.boxProject.Spacing = 6;
- // Container child boxProject.Gtk.Box+BoxChild
- this.hbox3 = new Gtk.HBox();
- this.hbox3.Name = "hbox3";
- this.hbox3.Spacing = 6;
- // Container child hbox3.Gtk.Box+BoxChild
- this.projectAddCheckbox = new Gtk.CheckButton();
- this.projectAddCheckbox.CanFocus = true;
- this.projectAddCheckbox.Name = "projectAddCheckbox";
- this.projectAddCheckbox.Label = Mono.Unix.Catalog.GetString("_Add to project:");
- this.projectAddCheckbox.DrawIndicator = true;
- this.projectAddCheckbox.UseUnderline = true;
- this.hbox3.Add(this.projectAddCheckbox);
- Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(this.hbox3[this.projectAddCheckbox]));
- w13.Position = 0;
- w13.Expand = false;
- w13.Fill = false;
- // Container child hbox3.Gtk.Box+BoxChild
- this.projectAddCombo = Gtk.ComboBox.NewText();
- this.projectAddCombo.Name = "projectAddCombo";
- this.hbox3.Add(this.projectAddCombo);
- Gtk.Box.BoxChild w14 = ((Gtk.Box.BoxChild)(this.hbox3[this.projectAddCombo]));
- w14.Position = 1;
- this.boxProject.Add(this.hbox3);
- Gtk.Box.BoxChild w15 = ((Gtk.Box.BoxChild)(this.boxProject[this.hbox3]));
- w15.Position = 0;
- w15.Expand = false;
- w15.Fill = false;
- // Container child boxProject.Gtk.Box+BoxChild
- this.hbox4 = new Gtk.HBox();
- this.hbox4.Name = "hbox4";
- this.hbox4.Spacing = 6;
- // Container child hbox4.Gtk.Box+BoxChild
- this.projectPathLabel = new Gtk.Label();
- this.projectPathLabel.Name = "projectPathLabel";
- this.projectPathLabel.LabelProp = Mono.Unix.Catalog.GetString("Path:");
- this.hbox4.Add(this.projectPathLabel);
- Gtk.Box.BoxChild w16 = ((Gtk.Box.BoxChild)(this.hbox4[this.projectPathLabel]));
- w16.Position = 0;
- w16.Expand = false;
- w16.Fill = false;
- // Container child hbox4.Gtk.Box+BoxChild
- this.projectFolderEntry = new MonoDevelop.Components.FolderEntry();
- this.projectFolderEntry.Name = "projectFolderEntry";
- this.hbox4.Add(this.projectFolderEntry);
- Gtk.Box.BoxChild w17 = ((Gtk.Box.BoxChild)(this.hbox4[this.projectFolderEntry]));
- w17.Position = 1;
- this.boxProject.Add(this.hbox4);
- Gtk.Box.BoxChild w18 = ((Gtk.Box.BoxChild)(this.boxProject[this.hbox4]));
- w18.Position = 1;
- w18.Expand = false;
- w18.Fill = false;
- this.vbox2.Add(this.boxProject);
- Gtk.Box.BoxChild w19 = ((Gtk.Box.BoxChild)(this.vbox2[this.boxProject]));
- w19.Position = 4;
- w19.Expand = false;
- w19.Fill = false;
- w1.Add(this.vbox2);
- Gtk.Box.BoxChild w20 = ((Gtk.Box.BoxChild)(w1[this.vbox2]));
- w20.Position = 0;
- // Internal child MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.ActionArea
- Gtk.HButtonBox w21 = this.ActionArea;
- w21.Name = "dialog1_ActionArea";
- w21.Spacing = 6;
- w21.BorderWidth = ((uint)(5));
- w21.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
- // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
- this.cancelButton = new Gtk.Button();
- this.cancelButton.CanDefault = true;
- this.cancelButton.CanFocus = true;
- this.cancelButton.Name = "cancelButton";
- this.cancelButton.UseStock = true;
- this.cancelButton.UseUnderline = true;
- this.cancelButton.Label = "gtk-cancel";
- this.AddActionWidget(this.cancelButton, -6);
- Gtk.ButtonBox.ButtonBoxChild w22 = ((Gtk.ButtonBox.ButtonBoxChild)(w21[this.cancelButton]));
- w22.Expand = false;
- w22.Fill = false;
- // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
- this.okButton = new Gtk.Button();
- this.okButton.CanDefault = true;
- this.okButton.CanFocus = true;
- this.okButton.Name = "okButton";
- this.okButton.UseStock = true;
- this.okButton.UseUnderline = true;
- this.okButton.Label = "gtk-new";
- w21.Add(this.okButton);
- Gtk.ButtonBox.ButtonBoxChild w23 = ((Gtk.ButtonBox.ButtonBoxChild)(w21[this.okButton]));
- w23.Position = 1;
- w23.Expand = false;
- w23.Fill = false;
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.DefaultWidth = 597;
- this.DefaultHeight = 370;
- this.boxProject.Hide();
- this.Show();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.Dialogs
+{
+ internal partial class NewFileDialog
+ {
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.HBox hbox1;
+
+ private global::Gtk.ScrolledWindow scrolledwindow1;
+
+ private global::Gtk.TreeView catView;
+
+ private global::MonoDevelop.Components.IconView iconView;
+
+ private global::Gtk.Frame frame1;
+
+ private global::Gtk.Alignment GtkAlignment2;
+
+ private global::Gtk.Label infoLabel;
+
+ private global::Gtk.Label label1;
+
+ private global::Gtk.HBox hbox2;
+
+ private global::Gtk.Label label2;
+
+ private global::Gtk.Entry nameEntry;
+
+ private global::Gtk.VBox boxProject;
+
+ private global::Gtk.HBox hbox3;
+
+ private global::Gtk.CheckButton projectAddCheckbox;
+
+ private global::Gtk.ComboBox projectAddCombo;
+
+ private global::Gtk.HBox hbox4;
+
+ private global::Gtk.Label projectPathLabel;
+
+ private global::MonoDevelop.Components.FolderEntry projectFolderEntry;
+
+ private global::Gtk.Button cancelButton;
+
+ private global::Gtk.Button okButton;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.Dialogs.NewFileDialog
+ this.Name = "MonoDevelop.Ide.Gui.Dialogs.NewFileDialog";
+ this.Title = global::Mono.Unix.Catalog.GetString ("New File");
+ this.WindowPosition = ((global::Gtk.WindowPosition)(4));
+ this.BorderWidth = ((uint)(6));
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.VBox
+ global::Gtk.VBox w1 = this.VBox;
+ w1.Name = "dialog1_VBox";
+ w1.Spacing = 6;
+ w1.BorderWidth = ((uint)(2));
+ // Container child dialog1_VBox.Gtk.Box+BoxChild
+ 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.hbox1 = new global::Gtk.HBox ();
+ this.hbox1.Name = "hbox1";
+ this.hbox1.Spacing = 6;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
+ this.scrolledwindow1.CanFocus = true;
+ this.scrolledwindow1.Name = "scrolledwindow1";
+ this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child scrolledwindow1.Gtk.Container+ContainerChild
+ this.catView = new global::Gtk.TreeView ();
+ this.catView.WidthRequest = 160;
+ this.catView.CanFocus = true;
+ this.catView.Name = "catView";
+ this.catView.HeadersVisible = false;
+ this.scrolledwindow1.Add (this.catView);
+ this.hbox1.Add (this.scrolledwindow1);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.scrolledwindow1]));
+ w3.Position = 0;
+ w3.Expand = false;
+ w3.Fill = false;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.iconView = new global::MonoDevelop.Components.IconView ();
+ this.iconView.CanFocus = true;
+ this.iconView.Name = "iconView";
+ this.iconView.ShadowType = ((global::Gtk.ShadowType)(1));
+ this.hbox1.Add (this.iconView);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.iconView]));
+ w4.Position = 1;
+ this.vbox2.Add (this.hbox1);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
+ w5.Position = 0;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.frame1 = new global::Gtk.Frame ();
+ this.frame1.Name = "frame1";
+ this.frame1.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child frame1.Gtk.Container+ContainerChild
+ this.GtkAlignment2 = new global::Gtk.Alignment (0f, 0f, 1f, 1f);
+ this.GtkAlignment2.Name = "GtkAlignment2";
+ // Container child GtkAlignment2.Gtk.Container+ContainerChild
+ this.infoLabel = new global::Gtk.Label ();
+ this.infoLabel.Name = "infoLabel";
+ this.infoLabel.Xalign = 0f;
+ this.infoLabel.Ellipsize = ((global::Pango.EllipsizeMode)(3));
+ this.GtkAlignment2.Add (this.infoLabel);
+ this.frame1.Add (this.GtkAlignment2);
+ this.vbox2.Add (this.frame1);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.frame1]));
+ w8.Position = 1;
+ w8.Expand = false;
+ w8.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.label1 = new global::Gtk.Label ();
+ this.label1.WidthRequest = 1;
+ this.label1.HeightRequest = 1;
+ this.label1.Name = "label1";
+ this.vbox2.Add (this.label1);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label1]));
+ w9.Position = 2;
+ w9.Expand = false;
+ w9.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.hbox2 = new global::Gtk.HBox ();
+ this.hbox2.Name = "hbox2";
+ this.hbox2.Spacing = 6;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.label2 = new global::Gtk.Label ();
+ this.label2.Name = "label2";
+ this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Name:");
+ this.hbox2.Add (this.label2);
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label2]));
+ w10.Position = 0;
+ w10.Expand = false;
+ w10.Fill = false;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.nameEntry = new global::Gtk.Entry ();
+ this.nameEntry.CanFocus = true;
+ this.nameEntry.Name = "nameEntry";
+ this.nameEntry.IsEditable = true;
+ this.nameEntry.InvisibleChar = '●';
+ this.hbox2.Add (this.nameEntry);
+ global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.nameEntry]));
+ w11.Position = 1;
+ this.vbox2.Add (this.hbox2);
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox2]));
+ w12.Position = 3;
+ w12.Expand = false;
+ w12.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.boxProject = new global::Gtk.VBox ();
+ this.boxProject.Name = "boxProject";
+ this.boxProject.Spacing = 6;
+ // Container child boxProject.Gtk.Box+BoxChild
+ this.hbox3 = new global::Gtk.HBox ();
+ this.hbox3.Name = "hbox3";
+ this.hbox3.Spacing = 6;
+ // Container child hbox3.Gtk.Box+BoxChild
+ this.projectAddCheckbox = new global::Gtk.CheckButton ();
+ this.projectAddCheckbox.CanFocus = true;
+ this.projectAddCheckbox.Name = "projectAddCheckbox";
+ this.projectAddCheckbox.Label = global::Mono.Unix.Catalog.GetString ("_Add to project:");
+ this.projectAddCheckbox.DrawIndicator = true;
+ this.projectAddCheckbox.UseUnderline = true;
+ this.hbox3.Add (this.projectAddCheckbox);
+ global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.projectAddCheckbox]));
+ w13.Position = 0;
+ w13.Expand = false;
+ w13.Fill = false;
+ // Container child hbox3.Gtk.Box+BoxChild
+ this.projectAddCombo = global::Gtk.ComboBox.NewText ();
+ this.projectAddCombo.Name = "projectAddCombo";
+ this.hbox3.Add (this.projectAddCombo);
+ global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.projectAddCombo]));
+ w14.Position = 1;
+ this.boxProject.Add (this.hbox3);
+ global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.boxProject[this.hbox3]));
+ w15.Position = 0;
+ w15.Expand = false;
+ w15.Fill = false;
+ // Container child boxProject.Gtk.Box+BoxChild
+ this.hbox4 = new global::Gtk.HBox ();
+ this.hbox4.Name = "hbox4";
+ this.hbox4.Spacing = 6;
+ // Container child hbox4.Gtk.Box+BoxChild
+ this.projectPathLabel = new global::Gtk.Label ();
+ this.projectPathLabel.Name = "projectPathLabel";
+ this.projectPathLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Path:");
+ this.hbox4.Add (this.projectPathLabel);
+ global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.projectPathLabel]));
+ w16.Position = 0;
+ w16.Expand = false;
+ w16.Fill = false;
+ // Container child hbox4.Gtk.Box+BoxChild
+ this.projectFolderEntry = new global::MonoDevelop.Components.FolderEntry ();
+ this.projectFolderEntry.Name = "projectFolderEntry";
+ this.hbox4.Add (this.projectFolderEntry);
+ global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.projectFolderEntry]));
+ w17.Position = 1;
+ this.boxProject.Add (this.hbox4);
+ global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.boxProject[this.hbox4]));
+ w18.Position = 1;
+ w18.Expand = false;
+ w18.Fill = false;
+ this.vbox2.Add (this.boxProject);
+ global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.boxProject]));
+ w19.Position = 4;
+ w19.Expand = false;
+ w19.Fill = false;
+ w1.Add (this.vbox2);
+ global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
+ w20.Position = 0;
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.ActionArea
+ global::Gtk.HButtonBox w21 = this.ActionArea;
+ w21.Name = "dialog1_ActionArea";
+ w21.Spacing = 6;
+ w21.BorderWidth = ((uint)(5));
+ w21.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
+ // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
+ this.cancelButton = new global::Gtk.Button ();
+ this.cancelButton.CanDefault = true;
+ this.cancelButton.CanFocus = true;
+ this.cancelButton.Name = "cancelButton";
+ this.cancelButton.UseStock = true;
+ this.cancelButton.UseUnderline = true;
+ this.cancelButton.Label = "gtk-cancel";
+ this.AddActionWidget (this.cancelButton, -6);
+ global::Gtk.ButtonBox.ButtonBoxChild w22 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w21[this.cancelButton]));
+ w22.Expand = false;
+ w22.Fill = false;
+ // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
+ this.okButton = new global::Gtk.Button ();
+ this.okButton.CanDefault = true;
+ this.okButton.CanFocus = true;
+ this.okButton.Name = "okButton";
+ this.okButton.UseStock = true;
+ this.okButton.UseUnderline = true;
+ this.okButton.Label = "gtk-new";
+ w21.Add (this.okButton);
+ global::Gtk.ButtonBox.ButtonBoxChild w23 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w21[this.okButton]));
+ w23.Position = 1;
+ w23.Expand = false;
+ w23.Fill = false;
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.DefaultWidth = 597;
+ this.DefaultHeight = 370;
+ this.boxProject.Hide ();
+ this.Show ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.cs
index 2632734038..026a221a0a 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.cs
@@ -1,104 +1,96 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.Dialogs {
-
-
- internal partial class NewLayoutDialog {
-
- private Gtk.HBox hbox45;
-
- private Gtk.Label label72;
-
- private Gtk.Entry layoutName;
-
- private Gtk.Button button309;
-
- private Gtk.Button newButton;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog
- this.Name = "MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog";
- this.Title = Mono.Unix.Catalog.GetString("New Layout");
- this.TypeHint = ((Gdk.WindowTypeHint)(1));
- this.BorderWidth = ((uint)(6));
- this.Resizable = false;
- this.AllowGrow = false;
- // Internal child MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.VBox
- Gtk.VBox w1 = this.VBox;
- w1.Name = "dialog-vbox4";
- w1.Spacing = 6;
- w1.BorderWidth = ((uint)(2));
- // Container child dialog-vbox4.Gtk.Box+BoxChild
- this.hbox45 = new Gtk.HBox();
- this.hbox45.Name = "hbox45";
- this.hbox45.Spacing = 6;
- this.hbox45.BorderWidth = ((uint)(6));
- // Container child hbox45.Gtk.Box+BoxChild
- this.label72 = new Gtk.Label();
- this.label72.Name = "label72";
- this.label72.Xalign = 0F;
- this.label72.LabelProp = Mono.Unix.Catalog.GetString("Layout name:");
- this.hbox45.Add(this.label72);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox45[this.label72]));
- w2.Position = 0;
- w2.Expand = false;
- w2.Fill = false;
- // Container child hbox45.Gtk.Box+BoxChild
- this.layoutName = new Gtk.Entry();
- this.layoutName.Name = "layoutName";
- this.layoutName.IsEditable = true;
- this.layoutName.ActivatesDefault = true;
- this.layoutName.InvisibleChar = '●';
- this.hbox45.Add(this.layoutName);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox45[this.layoutName]));
- w3.Position = 1;
- w1.Add(this.hbox45);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(w1[this.hbox45]));
- w4.Position = 0;
- // Internal child MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.ActionArea
- Gtk.HButtonBox w5 = this.ActionArea;
- w5.Name = "GtkDialog_ActionArea";
- w5.Spacing = 6;
- w5.BorderWidth = ((uint)(5));
- w5.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
- // Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
- this.button309 = new Gtk.Button();
- this.button309.CanFocus = true;
- this.button309.Name = "button309";
- this.button309.UseStock = true;
- this.button309.UseUnderline = true;
- this.button309.Label = "gtk-cancel";
- this.AddActionWidget(this.button309, -6);
- Gtk.ButtonBox.ButtonBoxChild w6 = ((Gtk.ButtonBox.ButtonBoxChild)(w5[this.button309]));
- w6.Expand = false;
- w6.Fill = false;
- // Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
- this.newButton = new Gtk.Button();
- this.newButton.CanFocus = true;
- this.newButton.Name = "newButton";
- this.newButton.UseStock = true;
- this.newButton.UseUnderline = true;
- this.newButton.Label = "gtk-new";
- this.AddActionWidget(this.newButton, -5);
- Gtk.ButtonBox.ButtonBoxChild w7 = ((Gtk.ButtonBox.ButtonBoxChild)(w5[this.newButton]));
- w7.Position = 1;
- w7.Expand = false;
- w7.Fill = false;
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.DefaultWidth = 363;
- this.DefaultHeight = 131;
- this.Show();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.Dialogs
+{
+ internal partial class NewLayoutDialog
+ {
+ private global::Gtk.HBox hbox45;
+
+ private global::Gtk.Label label72;
+
+ private global::Gtk.Entry layoutName;
+
+ private global::Gtk.Button button309;
+
+ private global::Gtk.Button newButton;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog
+ this.Name = "MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog";
+ this.Title = global::Mono.Unix.Catalog.GetString ("New Layout");
+ this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
+ this.BorderWidth = ((uint)(6));
+ this.Resizable = false;
+ this.AllowGrow = false;
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.VBox
+ global::Gtk.VBox w1 = this.VBox;
+ w1.Name = "dialog-vbox4";
+ w1.Spacing = 6;
+ w1.BorderWidth = ((uint)(2));
+ // Container child dialog-vbox4.Gtk.Box+BoxChild
+ this.hbox45 = new global::Gtk.HBox ();
+ this.hbox45.Name = "hbox45";
+ this.hbox45.Spacing = 6;
+ this.hbox45.BorderWidth = ((uint)(6));
+ // Container child hbox45.Gtk.Box+BoxChild
+ this.label72 = new global::Gtk.Label ();
+ this.label72.Name = "label72";
+ this.label72.Xalign = 0f;
+ this.label72.LabelProp = global::Mono.Unix.Catalog.GetString ("Layout name:");
+ this.hbox45.Add (this.label72);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox45[this.label72]));
+ w2.Position = 0;
+ w2.Expand = false;
+ w2.Fill = false;
+ // Container child hbox45.Gtk.Box+BoxChild
+ this.layoutName = new global::Gtk.Entry ();
+ this.layoutName.Name = "layoutName";
+ this.layoutName.IsEditable = true;
+ this.layoutName.ActivatesDefault = true;
+ this.layoutName.InvisibleChar = '●';
+ this.hbox45.Add (this.layoutName);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox45[this.layoutName]));
+ w3.Position = 1;
+ w1.Add (this.hbox45);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(w1[this.hbox45]));
+ w4.Position = 0;
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.ActionArea
+ global::Gtk.HButtonBox w5 = this.ActionArea;
+ w5.Name = "GtkDialog_ActionArea";
+ w5.Spacing = 6;
+ w5.BorderWidth = ((uint)(5));
+ w5.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
+ // Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
+ this.button309 = new global::Gtk.Button ();
+ this.button309.CanFocus = true;
+ this.button309.Name = "button309";
+ this.button309.UseStock = true;
+ this.button309.UseUnderline = true;
+ this.button309.Label = "gtk-cancel";
+ this.AddActionWidget (this.button309, -6);
+ global::Gtk.ButtonBox.ButtonBoxChild w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w5[this.button309]));
+ w6.Expand = false;
+ w6.Fill = false;
+ // Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
+ this.newButton = new global::Gtk.Button ();
+ this.newButton.CanFocus = true;
+ this.newButton.Name = "newButton";
+ this.newButton.UseStock = true;
+ this.newButton.UseUnderline = true;
+ this.newButton.Label = "gtk-new";
+ this.AddActionWidget (this.newButton, -5);
+ global::Gtk.ButtonBox.ButtonBoxChild w7 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w5[this.newButton]));
+ w7.Position = 1;
+ w7.Expand = false;
+ w7.Fill = false;
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.DefaultWidth = 363;
+ this.DefaultHeight = 131;
+ this.Show ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs
index 80a3f98684..6fc3fa211c 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs
@@ -1,418 +1,410 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.Dialogs {
-
-
- public partial class NewProjectDialog {
-
- private Gtk.Notebook notebook;
-
- private Gtk.VBox vbox1;
-
- private Gtk.VBox vbox2;
-
- private Gtk.HBox hbox1;
-
- private Gtk.VBox vbox4;
-
- private Gtk.HPaned hpaned1;
-
- private Gtk.ScrolledWindow scrolledwindow1;
-
- private Gtk.TreeView lst_template_types;
-
- private Gtk.HPaned panedTemplates;
-
- private Gtk.VBox boxTemplates;
-
- private Gtk.ScrolledWindow scrolledInfo;
-
- private Gtk.VBox boxInfo;
-
- private Gtk.Label labelTemplateTitle;
-
- private Gtk.Label lbl_template_descr;
-
- private Gtk.VBox vbox3;
-
- private Gtk.Table table1;
-
- private MonoDevelop.Components.FolderEntry entry_location;
-
- private Gtk.HBox hbox2;
-
- private Gtk.Entry txt_subdirectory;
-
- private Gtk.CheckButton chk_combine_directory;
-
- private Gtk.Label lbl_location;
-
- private Gtk.Label lbl_name;
-
- private Gtk.Label lbl_subdirectory;
-
- private Gtk.Entry txt_name;
-
- private Gtk.Label lbl_will_save_in;
-
- private Gtk.Label label1;
-
- private Gtk.VBox vbox5;
-
- private Gtk.Label label3;
-
- private Gtk.Label label4;
-
- private Gtk.Label label2;
-
- private Gtk.Button btn_close;
-
- private Gtk.Button btn_new;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog
- this.WidthRequest = 630;
- this.Name = "MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog";
- this.Title = "New Solution";
- this.TypeHint = ((Gdk.WindowTypeHint)(1));
- this.WindowPosition = ((Gtk.WindowPosition)(1));
- this.BorderWidth = ((uint)(6));
- this.DestroyWithParent = true;
- // Internal child MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.VBox
- Gtk.VBox w1 = this.VBox;
- w1.Name = "dialog-vbox1";
- w1.Spacing = 6;
- w1.BorderWidth = ((uint)(2));
- // Container child dialog-vbox1.Gtk.Box+BoxChild
- this.notebook = new Gtk.Notebook();
- this.notebook.CanFocus = true;
- this.notebook.Name = "notebook";
- this.notebook.CurrentPage = 0;
- this.notebook.ShowBorder = false;
- this.notebook.BorderWidth = ((uint)(6));
- // Container child notebook.Gtk.Notebook+NotebookChild
- this.vbox1 = new Gtk.VBox();
- this.vbox1.Name = "vbox1";
- this.vbox1.Spacing = 7;
- // Container child vbox1.Gtk.Box+BoxChild
- 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";
- // Container child hbox1.Gtk.Box+BoxChild
- this.vbox4 = new Gtk.VBox();
- this.vbox4.Name = "vbox4";
- this.vbox4.Spacing = 6;
- // Container child vbox4.Gtk.Box+BoxChild
- this.hpaned1 = new Gtk.HPaned();
- this.hpaned1.CanFocus = true;
- this.hpaned1.Name = "hpaned1";
- this.hpaned1.Position = 188;
- // Container child hpaned1.Gtk.Paned+PanedChild
- this.scrolledwindow1 = new Gtk.ScrolledWindow();
- this.scrolledwindow1.Name = "scrolledwindow1";
- this.scrolledwindow1.ShadowType = ((Gtk.ShadowType)(1));
- // Container child scrolledwindow1.Gtk.Container+ContainerChild
- this.lst_template_types = new Gtk.TreeView();
- this.lst_template_types.Name = "lst_template_types";
- this.lst_template_types.HeadersVisible = false;
- this.scrolledwindow1.Add(this.lst_template_types);
- this.hpaned1.Add(this.scrolledwindow1);
- Gtk.Paned.PanedChild w3 = ((Gtk.Paned.PanedChild)(this.hpaned1[this.scrolledwindow1]));
- w3.Resize = false;
- // Container child hpaned1.Gtk.Paned+PanedChild
- this.panedTemplates = new Gtk.HPaned();
- this.panedTemplates.CanFocus = true;
- this.panedTemplates.Name = "panedTemplates";
- this.panedTemplates.Position = 308;
- // Container child panedTemplates.Gtk.Paned+PanedChild
- this.boxTemplates = new Gtk.VBox();
- this.boxTemplates.Name = "boxTemplates";
- this.boxTemplates.Spacing = 6;
- this.panedTemplates.Add(this.boxTemplates);
- Gtk.Paned.PanedChild w4 = ((Gtk.Paned.PanedChild)(this.panedTemplates[this.boxTemplates]));
- w4.Resize = false;
- // Container child panedTemplates.Gtk.Paned+PanedChild
- this.scrolledInfo = new Gtk.ScrolledWindow();
- this.scrolledInfo.CanFocus = true;
- this.scrolledInfo.Name = "scrolledInfo";
- this.scrolledInfo.HscrollbarPolicy = ((Gtk.PolicyType)(2));
- this.scrolledInfo.ShadowType = ((Gtk.ShadowType)(1));
- // Container child scrolledInfo.Gtk.Container+ContainerChild
- Gtk.Viewport w5 = new Gtk.Viewport();
- w5.ShadowType = ((Gtk.ShadowType)(0));
- // Container child GtkViewport.Gtk.Container+ContainerChild
- this.boxInfo = new Gtk.VBox();
- this.boxInfo.Name = "boxInfo";
- this.boxInfo.Spacing = 6;
- // Container child boxInfo.Gtk.Box+BoxChild
- this.labelTemplateTitle = new Gtk.Label();
- this.labelTemplateTitle.WidthRequest = 30;
- this.labelTemplateTitle.Name = "labelTemplateTitle";
- this.labelTemplateTitle.Xalign = 0F;
- this.labelTemplateTitle.LabelProp = Mono.Unix.Catalog.GetString("<b>Console Project</b>");
- this.labelTemplateTitle.UseMarkup = true;
- this.labelTemplateTitle.Wrap = true;
- this.boxInfo.Add(this.labelTemplateTitle);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.boxInfo[this.labelTemplateTitle]));
- w6.Position = 0;
- w6.Expand = false;
- w6.Fill = false;
- // Container child boxInfo.Gtk.Box+BoxChild
- this.lbl_template_descr = new Gtk.Label();
- this.lbl_template_descr.WidthRequest = 116;
- this.lbl_template_descr.Name = "lbl_template_descr";
- this.lbl_template_descr.Xalign = 0F;
- this.lbl_template_descr.Yalign = 0F;
- this.lbl_template_descr.LabelProp = Mono.Unix.Catalog.GetString("Creates a new C# Project");
- this.lbl_template_descr.Wrap = true;
- this.boxInfo.Add(this.lbl_template_descr);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.boxInfo[this.lbl_template_descr]));
- w7.Position = 1;
- w7.Expand = false;
- w7.Fill = false;
- w5.Add(this.boxInfo);
- this.scrolledInfo.Add(w5);
- this.panedTemplates.Add(this.scrolledInfo);
- Gtk.Paned.PanedChild w10 = ((Gtk.Paned.PanedChild)(this.panedTemplates[this.scrolledInfo]));
- w10.Resize = false;
- this.hpaned1.Add(this.panedTemplates);
- this.vbox4.Add(this.hpaned1);
- Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.vbox4[this.hpaned1]));
- w12.Position = 0;
- this.hbox1.Add(this.vbox4);
- Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(this.hbox1[this.vbox4]));
- w13.Position = 0;
- this.vbox2.Add(this.hbox1);
- Gtk.Box.BoxChild w14 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
- w14.Position = 0;
- this.vbox1.Add(this.vbox2);
- Gtk.Box.BoxChild w15 = ((Gtk.Box.BoxChild)(this.vbox1[this.vbox2]));
- w15.Position = 0;
- // Container child vbox1.Gtk.Box+BoxChild
- this.vbox3 = new Gtk.VBox();
- this.vbox3.Name = "vbox3";
- this.vbox3.Spacing = 6;
- // Container child vbox3.Gtk.Box+BoxChild
- this.table1 = new Gtk.Table(((uint)(3)), ((uint)(2)), false);
- this.table1.Name = "table1";
- this.table1.RowSpacing = ((uint)(6));
- this.table1.ColumnSpacing = ((uint)(6));
- // Container child table1.Gtk.Table+TableChild
- this.entry_location = new MonoDevelop.Components.FolderEntry();
- this.entry_location.Name = "entry_location";
- this.entry_location.BrowserTitle = "Solution Location";
- this.table1.Add(this.entry_location);
- Gtk.Table.TableChild w16 = ((Gtk.Table.TableChild)(this.table1[this.entry_location]));
- w16.TopAttach = ((uint)(1));
- w16.BottomAttach = ((uint)(2));
- 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.hbox2 = new Gtk.HBox();
- this.hbox2.Name = "hbox2";
- this.hbox2.Spacing = 6;
- // Container child hbox2.Gtk.Box+BoxChild
- this.txt_subdirectory = new Gtk.Entry();
- this.txt_subdirectory.Name = "txt_subdirectory";
- this.txt_subdirectory.IsEditable = true;
- this.txt_subdirectory.ActivatesDefault = true;
- this.txt_subdirectory.InvisibleChar = '●';
- this.hbox2.Add(this.txt_subdirectory);
- Gtk.Box.BoxChild w17 = ((Gtk.Box.BoxChild)(this.hbox2[this.txt_subdirectory]));
- w17.Position = 0;
- // Container child hbox2.Gtk.Box+BoxChild
- this.chk_combine_directory = new Gtk.CheckButton();
- this.chk_combine_directory.Name = "chk_combine_directory";
- this.chk_combine_directory.Label = Mono.Unix.Catalog.GetString("_Create directory for solution");
- this.chk_combine_directory.Active = true;
- this.chk_combine_directory.DrawIndicator = true;
- this.chk_combine_directory.UseUnderline = true;
- this.hbox2.Add(this.chk_combine_directory);
- Gtk.Box.BoxChild w18 = ((Gtk.Box.BoxChild)(this.hbox2[this.chk_combine_directory]));
- w18.Position = 1;
- w18.Expand = false;
- w18.Fill = false;
- this.table1.Add(this.hbox2);
- Gtk.Table.TableChild w19 = ((Gtk.Table.TableChild)(this.table1[this.hbox2]));
- w19.TopAttach = ((uint)(2));
- w19.BottomAttach = ((uint)(3));
- w19.LeftAttach = ((uint)(1));
- w19.RightAttach = ((uint)(2));
- w19.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.lbl_location = new Gtk.Label();
- this.lbl_location.Name = "lbl_location";
- this.lbl_location.Xalign = 0F;
- this.lbl_location.Yalign = 0F;
- this.lbl_location.LabelProp = Mono.Unix.Catalog.GetString("_Location:");
- this.lbl_location.UseUnderline = true;
- this.table1.Add(this.lbl_location);
- Gtk.Table.TableChild w20 = ((Gtk.Table.TableChild)(this.table1[this.lbl_location]));
- w20.TopAttach = ((uint)(1));
- w20.BottomAttach = ((uint)(2));
- w20.XOptions = ((Gtk.AttachOptions)(4));
- w20.YOptions = ((Gtk.AttachOptions)(0));
- // Container child table1.Gtk.Table+TableChild
- this.lbl_name = new Gtk.Label();
- this.lbl_name.Name = "lbl_name";
- this.lbl_name.Xalign = 0F;
- this.lbl_name.Yalign = 0F;
- this.lbl_name.LabelProp = Mono.Unix.Catalog.GetString("N_ame:");
- this.lbl_name.UseUnderline = true;
- this.table1.Add(this.lbl_name);
- Gtk.Table.TableChild w21 = ((Gtk.Table.TableChild)(this.table1[this.lbl_name]));
- w21.XOptions = ((Gtk.AttachOptions)(4));
- w21.YOptions = ((Gtk.AttachOptions)(0));
- // Container child table1.Gtk.Table+TableChild
- this.lbl_subdirectory = new Gtk.Label();
- this.lbl_subdirectory.Name = "lbl_subdirectory";
- this.lbl_subdirectory.Xalign = 0F;
- this.lbl_subdirectory.LabelProp = Mono.Unix.Catalog.GetString("_Solution name:");
- this.lbl_subdirectory.UseUnderline = true;
- this.table1.Add(this.lbl_subdirectory);
- Gtk.Table.TableChild w22 = ((Gtk.Table.TableChild)(this.table1[this.lbl_subdirectory]));
- w22.TopAttach = ((uint)(2));
- w22.BottomAttach = ((uint)(3));
- w22.XOptions = ((Gtk.AttachOptions)(4));
- w22.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.txt_name = new Gtk.Entry();
- this.txt_name.Name = "txt_name";
- this.txt_name.IsEditable = true;
- this.txt_name.ActivatesDefault = true;
- this.txt_name.InvisibleChar = '●';
- this.table1.Add(this.txt_name);
- Gtk.Table.TableChild w23 = ((Gtk.Table.TableChild)(this.table1[this.txt_name]));
- w23.LeftAttach = ((uint)(1));
- w23.RightAttach = ((uint)(2));
- w23.YOptions = ((Gtk.AttachOptions)(0));
- this.vbox3.Add(this.table1);
- Gtk.Box.BoxChild w24 = ((Gtk.Box.BoxChild)(this.vbox3[this.table1]));
- w24.Position = 0;
- w24.Expand = false;
- w24.Fill = false;
- // Container child vbox3.Gtk.Box+BoxChild
- this.lbl_will_save_in = new Gtk.Label();
- this.lbl_will_save_in.WidthRequest = 580;
- this.lbl_will_save_in.Name = "lbl_will_save_in";
- this.lbl_will_save_in.Xalign = 0F;
- this.lbl_will_save_in.Yalign = 0F;
- this.lbl_will_save_in.LabelProp = "Project will be saved in: /dev/null";
- this.lbl_will_save_in.Wrap = true;
- this.vbox3.Add(this.lbl_will_save_in);
- Gtk.Box.BoxChild w25 = ((Gtk.Box.BoxChild)(this.vbox3[this.lbl_will_save_in]));
- w25.Position = 1;
- w25.Expand = false;
- w25.Fill = false;
- this.vbox1.Add(this.vbox3);
- Gtk.Box.BoxChild w26 = ((Gtk.Box.BoxChild)(this.vbox1[this.vbox3]));
- w26.Position = 1;
- w26.Expand = false;
- this.notebook.Add(this.vbox1);
- // Notebook tab
- this.label1 = new Gtk.Label();
- this.label1.Name = "label1";
- this.label1.LabelProp = "page1";
- this.notebook.SetTabLabel(this.vbox1, this.label1);
- this.label1.ShowAll();
- // Container child notebook.Gtk.Notebook+NotebookChild
- this.vbox5 = new Gtk.VBox();
- this.vbox5.Name = "vbox5";
- this.vbox5.Spacing = 6;
- // Container child vbox5.Gtk.Box+BoxChild
- this.label3 = new Gtk.Label();
- this.label3.Name = "label3";
- this.label3.Xalign = 0F;
- this.label3.LabelProp = Mono.Unix.Catalog.GetString("<b>Project Features</b>");
- this.label3.UseMarkup = true;
- this.vbox5.Add(this.label3);
- Gtk.Box.BoxChild w28 = ((Gtk.Box.BoxChild)(this.vbox5[this.label3]));
- w28.Position = 0;
- w28.Expand = false;
- w28.Fill = false;
- // Container child vbox5.Gtk.Box+BoxChild
- this.label4 = new Gtk.Label();
- this.label4.WidthRequest = 632;
- this.label4.Name = "label4";
- this.label4.Xalign = 0F;
- this.label4.LabelProp = Mono.Unix.Catalog.GetString("<small>This list shows a set of features you can enable in the new project. After creating the project those features can be enabled or disabled in the Project Options dialog, or by adding new projects to the solution.</small>");
- this.label4.UseMarkup = true;
- this.label4.Wrap = true;
- this.vbox5.Add(this.label4);
- Gtk.Box.BoxChild w29 = ((Gtk.Box.BoxChild)(this.vbox5[this.label4]));
- w29.Position = 1;
- w29.Expand = false;
- w29.Fill = false;
- this.notebook.Add(this.vbox5);
- Gtk.Notebook.NotebookChild w30 = ((Gtk.Notebook.NotebookChild)(this.notebook[this.vbox5]));
- w30.Position = 1;
- // Notebook tab
- this.label2 = new Gtk.Label();
- this.label2.Name = "label2";
- this.label2.LabelProp = "page2";
- this.notebook.SetTabLabel(this.vbox5, this.label2);
- this.label2.ShowAll();
- w1.Add(this.notebook);
- Gtk.Box.BoxChild w31 = ((Gtk.Box.BoxChild)(w1[this.notebook]));
- w31.Position = 0;
- // Internal child MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.ActionArea
- Gtk.HButtonBox w32 = this.ActionArea;
- w32.Name = "dialog-action_area1";
- w32.Spacing = 6;
- w32.BorderWidth = ((uint)(5));
- w32.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
- // Container child dialog-action_area1.Gtk.ButtonBox+ButtonBoxChild
- this.btn_close = new Gtk.Button();
- this.btn_close.CanDefault = true;
- this.btn_close.Name = "btn_close";
- this.btn_close.UseStock = true;
- this.btn_close.UseUnderline = true;
- this.btn_close.Label = "gtk-cancel";
- this.AddActionWidget(this.btn_close, -6);
- Gtk.ButtonBox.ButtonBoxChild w33 = ((Gtk.ButtonBox.ButtonBoxChild)(w32[this.btn_close]));
- w33.Expand = false;
- w33.Fill = false;
- // Container child dialog-action_area1.Gtk.ButtonBox+ButtonBoxChild
- this.btn_new = new Gtk.Button();
- this.btn_new.CanDefault = true;
- this.btn_new.Name = "btn_new";
- this.btn_new.UseStock = true;
- this.btn_new.UseUnderline = true;
- this.btn_new.Label = "gtk-go-forward";
- w32.Add(this.btn_new);
- Gtk.ButtonBox.ButtonBoxChild w34 = ((Gtk.ButtonBox.ButtonBoxChild)(w32[this.btn_new]));
- w34.Position = 1;
- w34.Expand = false;
- w34.Fill = false;
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.DefaultWidth = 735;
- this.DefaultHeight = 539;
- this.lbl_name.MnemonicWidget = this.txt_name;
- this.lbl_subdirectory.MnemonicWidget = this.txt_subdirectory;
- this.Show();
- this.scrolledInfo.SizeAllocated += new Gtk.SizeAllocatedHandler(this.OnScrolledInfoSizeAllocated);
- this.boxInfo.SizeAllocated += new Gtk.SizeAllocatedHandler(this.OnBoxInfoSizeAllocated);
- this.txt_name.Changed += new System.EventHandler(this.NameChanged);
- this.txt_subdirectory.Changed += new System.EventHandler(this.PathChanged);
- this.chk_combine_directory.Clicked += new System.EventHandler(this.SolutionCheckChanged);
- this.btn_close.Clicked += new System.EventHandler(this.cancelClicked);
- this.btn_new.Clicked += new System.EventHandler(this.OpenEvent);
- }
- }
+
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.Dialogs
+{
+ public partial class NewProjectDialog
+ {
+ private global::Gtk.Notebook notebook;
+
+ private global::Gtk.VBox vbox1;
+
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.HBox hbox1;
+
+ private global::Gtk.VBox vbox4;
+
+ private global::Gtk.HPaned hpaned1;
+
+ private global::Gtk.ScrolledWindow scrolledwindow1;
+
+ private global::Gtk.TreeView lst_template_types;
+
+ private global::Gtk.HPaned panedTemplates;
+
+ private global::Gtk.VBox boxTemplates;
+
+ private global::Gtk.ScrolledWindow scrolledInfo;
+
+ private global::Gtk.VBox boxInfo;
+
+ private global::Gtk.Label labelTemplateTitle;
+
+ private global::Gtk.Label lbl_template_descr;
+
+ private global::Gtk.VBox vbox3;
+
+ private global::Gtk.Table table1;
+
+ private global::MonoDevelop.Components.FolderEntry entry_location;
+
+ private global::Gtk.HBox hbox2;
+
+ private global::Gtk.Entry txt_subdirectory;
+
+ private global::Gtk.CheckButton chk_combine_directory;
+
+ private global::Gtk.Label lbl_location;
+
+ private global::Gtk.Label lbl_name;
+
+ private global::Gtk.Label lbl_subdirectory;
+
+ private global::Gtk.Entry txt_name;
+
+ private global::Gtk.Label lbl_will_save_in;
+
+ private global::Gtk.Label label1;
+
+ private global::Gtk.VBox vbox5;
+
+ private global::Gtk.Label label3;
+
+ private global::Gtk.Label label4;
+
+ private global::Gtk.Label label2;
+
+ private global::Gtk.Button btn_close;
+
+ private global::Gtk.Button btn_new;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog
+ this.WidthRequest = 630;
+ this.Name = "MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog";
+ this.Title = "New Solution";
+ this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
+ this.WindowPosition = ((global::Gtk.WindowPosition)(1));
+ this.BorderWidth = ((uint)(6));
+ this.DestroyWithParent = true;
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.VBox
+ global::Gtk.VBox w1 = this.VBox;
+ w1.Name = "dialog-vbox1";
+ w1.Spacing = 6;
+ w1.BorderWidth = ((uint)(2));
+ // Container child dialog-vbox1.Gtk.Box+BoxChild
+ this.notebook = new global::Gtk.Notebook ();
+ this.notebook.CanFocus = true;
+ this.notebook.Name = "notebook";
+ this.notebook.CurrentPage = 0;
+ this.notebook.ShowBorder = false;
+ this.notebook.BorderWidth = ((uint)(6));
+ // Container child notebook.Gtk.Notebook+NotebookChild
+ this.vbox1 = new global::Gtk.VBox ();
+ this.vbox1.Name = "vbox1";
+ this.vbox1.Spacing = 7;
+ // Container child vbox1.Gtk.Box+BoxChild
+ 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";
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.vbox4 = new global::Gtk.VBox ();
+ this.vbox4.Name = "vbox4";
+ this.vbox4.Spacing = 6;
+ // Container child vbox4.Gtk.Box+BoxChild
+ this.hpaned1 = new global::Gtk.HPaned ();
+ this.hpaned1.CanFocus = true;
+ this.hpaned1.Name = "hpaned1";
+ this.hpaned1.Position = 188;
+ // Container child hpaned1.Gtk.Paned+PanedChild
+ this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
+ this.scrolledwindow1.Name = "scrolledwindow1";
+ this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child scrolledwindow1.Gtk.Container+ContainerChild
+ this.lst_template_types = new global::Gtk.TreeView ();
+ this.lst_template_types.Name = "lst_template_types";
+ this.lst_template_types.HeadersVisible = false;
+ this.scrolledwindow1.Add (this.lst_template_types);
+ this.hpaned1.Add (this.scrolledwindow1);
+ global::Gtk.Paned.PanedChild w3 = ((global::Gtk.Paned.PanedChild)(this.hpaned1[this.scrolledwindow1]));
+ w3.Resize = false;
+ // Container child hpaned1.Gtk.Paned+PanedChild
+ this.panedTemplates = new global::Gtk.HPaned ();
+ this.panedTemplates.CanFocus = true;
+ this.panedTemplates.Name = "panedTemplates";
+ this.panedTemplates.Position = 308;
+ // Container child panedTemplates.Gtk.Paned+PanedChild
+ this.boxTemplates = new global::Gtk.VBox ();
+ this.boxTemplates.Name = "boxTemplates";
+ this.boxTemplates.Spacing = 6;
+ this.panedTemplates.Add (this.boxTemplates);
+ global::Gtk.Paned.PanedChild w4 = ((global::Gtk.Paned.PanedChild)(this.panedTemplates[this.boxTemplates]));
+ w4.Resize = false;
+ // Container child panedTemplates.Gtk.Paned+PanedChild
+ this.scrolledInfo = new global::Gtk.ScrolledWindow ();
+ this.scrolledInfo.CanFocus = true;
+ this.scrolledInfo.Name = "scrolledInfo";
+ this.scrolledInfo.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
+ this.scrolledInfo.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child scrolledInfo.Gtk.Container+ContainerChild
+ global::Gtk.Viewport w5 = new global::Gtk.Viewport ();
+ w5.ShadowType = ((global::Gtk.ShadowType)(0));
+ // Container child GtkViewport.Gtk.Container+ContainerChild
+ this.boxInfo = new global::Gtk.VBox ();
+ this.boxInfo.Name = "boxInfo";
+ this.boxInfo.Spacing = 6;
+ // Container child boxInfo.Gtk.Box+BoxChild
+ this.labelTemplateTitle = new global::Gtk.Label ();
+ this.labelTemplateTitle.WidthRequest = 30;
+ this.labelTemplateTitle.Name = "labelTemplateTitle";
+ this.labelTemplateTitle.Xalign = 0f;
+ this.labelTemplateTitle.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Console Project</b>");
+ this.labelTemplateTitle.UseMarkup = true;
+ this.labelTemplateTitle.Wrap = true;
+ this.boxInfo.Add (this.labelTemplateTitle);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.boxInfo[this.labelTemplateTitle]));
+ w6.Position = 0;
+ w6.Expand = false;
+ w6.Fill = false;
+ // Container child boxInfo.Gtk.Box+BoxChild
+ this.lbl_template_descr = new global::Gtk.Label ();
+ this.lbl_template_descr.WidthRequest = 116;
+ this.lbl_template_descr.Name = "lbl_template_descr";
+ this.lbl_template_descr.Xalign = 0f;
+ this.lbl_template_descr.Yalign = 0f;
+ this.lbl_template_descr.LabelProp = global::Mono.Unix.Catalog.GetString ("Creates a new C# Project");
+ this.lbl_template_descr.Wrap = true;
+ this.boxInfo.Add (this.lbl_template_descr);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.boxInfo[this.lbl_template_descr]));
+ w7.Position = 1;
+ w7.Expand = false;
+ w7.Fill = false;
+ w5.Add (this.boxInfo);
+ this.scrolledInfo.Add (w5);
+ this.panedTemplates.Add (this.scrolledInfo);
+ global::Gtk.Paned.PanedChild w10 = ((global::Gtk.Paned.PanedChild)(this.panedTemplates[this.scrolledInfo]));
+ w10.Resize = false;
+ this.hpaned1.Add (this.panedTemplates);
+ this.vbox4.Add (this.hpaned1);
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hpaned1]));
+ w12.Position = 0;
+ this.hbox1.Add (this.vbox4);
+ global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox4]));
+ w13.Position = 0;
+ this.vbox2.Add (this.hbox1);
+ global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
+ w14.Position = 0;
+ this.vbox1.Add (this.vbox2);
+ global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.vbox2]));
+ w15.Position = 0;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.vbox3 = new global::Gtk.VBox ();
+ this.vbox3.Name = "vbox3";
+ this.vbox3.Spacing = 6;
+ // Container child vbox3.Gtk.Box+BoxChild
+ this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
+ this.table1.Name = "table1";
+ this.table1.RowSpacing = ((uint)(6));
+ this.table1.ColumnSpacing = ((uint)(6));
+ // Container child table1.Gtk.Table+TableChild
+ this.entry_location = new global::MonoDevelop.Components.FolderEntry ();
+ this.entry_location.Name = "entry_location";
+ this.entry_location.BrowserTitle = "Solution Location";
+ this.table1.Add (this.entry_location);
+ global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1[this.entry_location]));
+ w16.TopAttach = ((uint)(1));
+ w16.BottomAttach = ((uint)(2));
+ 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.hbox2 = new global::Gtk.HBox ();
+ this.hbox2.Name = "hbox2";
+ this.hbox2.Spacing = 6;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.txt_subdirectory = new global::Gtk.Entry ();
+ this.txt_subdirectory.Name = "txt_subdirectory";
+ this.txt_subdirectory.IsEditable = true;
+ this.txt_subdirectory.ActivatesDefault = true;
+ this.txt_subdirectory.InvisibleChar = '●';
+ this.hbox2.Add (this.txt_subdirectory);
+ global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.txt_subdirectory]));
+ w17.Position = 0;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.chk_combine_directory = new global::Gtk.CheckButton ();
+ this.chk_combine_directory.Name = "chk_combine_directory";
+ this.chk_combine_directory.Label = global::Mono.Unix.Catalog.GetString ("_Create directory for solution");
+ this.chk_combine_directory.Active = true;
+ this.chk_combine_directory.DrawIndicator = true;
+ this.chk_combine_directory.UseUnderline = true;
+ this.hbox2.Add (this.chk_combine_directory);
+ global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.chk_combine_directory]));
+ w18.Position = 1;
+ w18.Expand = false;
+ w18.Fill = false;
+ this.table1.Add (this.hbox2);
+ global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox2]));
+ w19.TopAttach = ((uint)(2));
+ w19.BottomAttach = ((uint)(3));
+ w19.LeftAttach = ((uint)(1));
+ w19.RightAttach = ((uint)(2));
+ w19.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.lbl_location = new global::Gtk.Label ();
+ this.lbl_location.Name = "lbl_location";
+ this.lbl_location.Xalign = 0f;
+ this.lbl_location.Yalign = 0f;
+ this.lbl_location.LabelProp = global::Mono.Unix.Catalog.GetString ("_Location:");
+ this.lbl_location.UseUnderline = true;
+ this.table1.Add (this.lbl_location);
+ global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1[this.lbl_location]));
+ w20.TopAttach = ((uint)(1));
+ w20.BottomAttach = ((uint)(2));
+ w20.XOptions = ((global::Gtk.AttachOptions)(4));
+ w20.YOptions = ((global::Gtk.AttachOptions)(0));
+ // Container child table1.Gtk.Table+TableChild
+ this.lbl_name = new global::Gtk.Label ();
+ this.lbl_name.Name = "lbl_name";
+ this.lbl_name.Xalign = 0f;
+ this.lbl_name.Yalign = 0f;
+ this.lbl_name.LabelProp = global::Mono.Unix.Catalog.GetString ("N_ame:");
+ this.lbl_name.UseUnderline = true;
+ this.table1.Add (this.lbl_name);
+ global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1[this.lbl_name]));
+ w21.XOptions = ((global::Gtk.AttachOptions)(4));
+ w21.YOptions = ((global::Gtk.AttachOptions)(0));
+ // Container child table1.Gtk.Table+TableChild
+ this.lbl_subdirectory = new global::Gtk.Label ();
+ this.lbl_subdirectory.Name = "lbl_subdirectory";
+ this.lbl_subdirectory.Xalign = 0f;
+ this.lbl_subdirectory.LabelProp = global::Mono.Unix.Catalog.GetString ("_Solution name:");
+ this.lbl_subdirectory.UseUnderline = true;
+ this.table1.Add (this.lbl_subdirectory);
+ global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1[this.lbl_subdirectory]));
+ w22.TopAttach = ((uint)(2));
+ w22.BottomAttach = ((uint)(3));
+ w22.XOptions = ((global::Gtk.AttachOptions)(4));
+ w22.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.txt_name = new global::Gtk.Entry ();
+ this.txt_name.Name = "txt_name";
+ this.txt_name.IsEditable = true;
+ this.txt_name.ActivatesDefault = true;
+ this.txt_name.InvisibleChar = '●';
+ this.table1.Add (this.txt_name);
+ global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1[this.txt_name]));
+ w23.LeftAttach = ((uint)(1));
+ w23.RightAttach = ((uint)(2));
+ w23.YOptions = ((global::Gtk.AttachOptions)(0));
+ this.vbox3.Add (this.table1);
+ global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.table1]));
+ w24.Position = 0;
+ w24.Expand = false;
+ w24.Fill = false;
+ // Container child vbox3.Gtk.Box+BoxChild
+ this.lbl_will_save_in = new global::Gtk.Label ();
+ this.lbl_will_save_in.WidthRequest = 580;
+ this.lbl_will_save_in.Name = "lbl_will_save_in";
+ this.lbl_will_save_in.Xalign = 0f;
+ this.lbl_will_save_in.Yalign = 0f;
+ this.lbl_will_save_in.LabelProp = "Project will be saved in: /dev/null";
+ this.lbl_will_save_in.Wrap = true;
+ this.vbox3.Add (this.lbl_will_save_in);
+ global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.lbl_will_save_in]));
+ w25.Position = 1;
+ w25.Expand = false;
+ w25.Fill = false;
+ this.vbox1.Add (this.vbox3);
+ global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.vbox3]));
+ w26.Position = 1;
+ w26.Expand = false;
+ this.notebook.Add (this.vbox1);
+ // Notebook tab
+ this.label1 = new global::Gtk.Label ();
+ this.label1.Name = "label1";
+ this.label1.LabelProp = "page1";
+ this.notebook.SetTabLabel (this.vbox1, this.label1);
+ this.label1.ShowAll ();
+ // Container child notebook.Gtk.Notebook+NotebookChild
+ this.vbox5 = new global::Gtk.VBox ();
+ this.vbox5.Name = "vbox5";
+ this.vbox5.Spacing = 6;
+ // Container child vbox5.Gtk.Box+BoxChild
+ this.label3 = new global::Gtk.Label ();
+ this.label3.Name = "label3";
+ this.label3.Xalign = 0f;
+ this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Project Features</b>");
+ this.label3.UseMarkup = true;
+ this.vbox5.Add (this.label3);
+ global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.label3]));
+ w28.Position = 0;
+ w28.Expand = false;
+ w28.Fill = false;
+ // Container child vbox5.Gtk.Box+BoxChild
+ this.label4 = new global::Gtk.Label ();
+ this.label4.WidthRequest = 632;
+ this.label4.Name = "label4";
+ this.label4.Xalign = 0f;
+ this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("<small>This list shows a set of features you can enable in the new project. After creating the project those features can be enabled or disabled in the Project Options dialog, or by adding new projects to the solution.</small>");
+ this.label4.UseMarkup = true;
+ this.label4.Wrap = true;
+ this.vbox5.Add (this.label4);
+ global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.label4]));
+ w29.Position = 1;
+ w29.Expand = false;
+ w29.Fill = false;
+ this.notebook.Add (this.vbox5);
+ global::Gtk.Notebook.NotebookChild w30 = ((global::Gtk.Notebook.NotebookChild)(this.notebook[this.vbox5]));
+ w30.Position = 1;
+ // Notebook tab
+ this.label2 = new global::Gtk.Label ();
+ this.label2.Name = "label2";
+ this.label2.LabelProp = "page2";
+ this.notebook.SetTabLabel (this.vbox5, this.label2);
+ this.label2.ShowAll ();
+ w1.Add (this.notebook);
+ global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(w1[this.notebook]));
+ w31.Position = 0;
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.ActionArea
+ global::Gtk.HButtonBox w32 = this.ActionArea;
+ w32.Name = "dialog-action_area1";
+ w32.Spacing = 6;
+ w32.BorderWidth = ((uint)(5));
+ w32.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
+ // Container child dialog-action_area1.Gtk.ButtonBox+ButtonBoxChild
+ this.btn_close = new global::Gtk.Button ();
+ this.btn_close.CanDefault = true;
+ this.btn_close.Name = "btn_close";
+ this.btn_close.UseStock = true;
+ this.btn_close.UseUnderline = true;
+ this.btn_close.Label = "gtk-cancel";
+ this.AddActionWidget (this.btn_close, -6);
+ global::Gtk.ButtonBox.ButtonBoxChild w33 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w32[this.btn_close]));
+ w33.Expand = false;
+ w33.Fill = false;
+ // Container child dialog-action_area1.Gtk.ButtonBox+ButtonBoxChild
+ this.btn_new = new global::Gtk.Button ();
+ this.btn_new.CanDefault = true;
+ this.btn_new.Name = "btn_new";
+ this.btn_new.UseStock = true;
+ this.btn_new.UseUnderline = true;
+ this.btn_new.Label = "gtk-go-forward";
+ w32.Add (this.btn_new);
+ global::Gtk.ButtonBox.ButtonBoxChild w34 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w32[this.btn_new]));
+ w34.Position = 1;
+ w34.Expand = false;
+ w34.Fill = false;
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.DefaultWidth = 735;
+ this.DefaultHeight = 539;
+ this.lbl_name.MnemonicWidget = this.txt_name;
+ this.lbl_subdirectory.MnemonicWidget = this.txt_subdirectory;
+ this.Show ();
+ this.scrolledInfo.SizeAllocated += new global::Gtk.SizeAllocatedHandler (this.OnScrolledInfoSizeAllocated);
+ this.boxInfo.SizeAllocated += new global::Gtk.SizeAllocatedHandler (this.OnBoxInfoSizeAllocated);
+ this.txt_name.Changed += new global::System.EventHandler (this.NameChanged);
+ this.txt_subdirectory.Changed += new global::System.EventHandler (this.PathChanged);
+ this.chk_combine_directory.Clicked += new global::System.EventHandler (this.SolutionCheckChanged);
+ this.btn_close.Clicked += new global::System.EventHandler (this.cancelClicked);
+ this.btn_new.Clicked += new global::System.EventHandler (this.OpenEvent);
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog.cs
index 63f000964c..305e0e51f8 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog.cs
@@ -1,241 +1,233 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.Dialogs {
-
-
- public partial class SelectFileFormatDialog {
-
- private Gtk.HBox hbox1;
-
- private Gtk.VBox vbox3;
-
- private Gtk.Image image146;
-
- private Gtk.VBox vbox2;
-
- private Gtk.Label label1;
-
- private Gtk.Label labelMessage;
-
- private Gtk.Label labelWarnings;
-
- private Gtk.Label label6;
-
- private Gtk.Alignment alignment2;
-
- private Gtk.Table table1;
-
- private Gtk.Alignment alignment3;
-
- private Gtk.Label labelCurrentFormat;
-
- private Gtk.ComboBox comboNewFormat;
-
- private Gtk.Label label3;
-
- private Gtk.Label label4;
-
- private Gtk.Button buttonCancel;
-
- private Gtk.Button buttonOk;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog
- this.Name = "MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog";
- this.Title = Mono.Unix.Catalog.GetString("Select File Format");
- this.WindowPosition = ((Gtk.WindowPosition)(4));
- // Internal child MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog.VBox
- Gtk.VBox w1 = this.VBox;
- w1.Name = "dialog1_VBox";
- w1.BorderWidth = ((uint)(2));
- // Container child dialog1_VBox.Gtk.Box+BoxChild
- this.hbox1 = new Gtk.HBox();
- this.hbox1.Name = "hbox1";
- this.hbox1.Spacing = 6;
- this.hbox1.BorderWidth = ((uint)(6));
- // Container child hbox1.Gtk.Box+BoxChild
- this.vbox3 = new Gtk.VBox();
- this.vbox3.Name = "vbox3";
- this.vbox3.Spacing = 6;
- // Container child vbox3.Gtk.Box+BoxChild
- this.image146 = new Gtk.Image();
- this.image146.Name = "image146";
- this.image146.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-dialog-warning", Gtk.IconSize.Dialog, 48);
- this.vbox3.Add(this.image146);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.vbox3[this.image146]));
- w2.Position = 0;
- w2.Expand = false;
- w2.Fill = false;
- this.hbox1.Add(this.vbox3);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox1[this.vbox3]));
- w3.Position = 0;
- w3.Expand = false;
- w3.Fill = false;
- // Container child hbox1.Gtk.Box+BoxChild
- 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.label1 = new Gtk.Label();
- this.label1.Name = "label1";
- this.label1.Xalign = 0F;
- this.label1.LabelProp = Mono.Unix.Catalog.GetString("<b>File Format Incompatibility Detected</b>");
- this.label1.UseMarkup = true;
- this.vbox2.Add(this.label1);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox2[this.label1]));
- w4.Position = 0;
- w4.Expand = false;
- w4.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.labelMessage = new Gtk.Label();
- this.labelMessage.Name = "labelMessage";
- this.labelMessage.Xalign = 0F;
- this.labelMessage.LabelProp = Mono.Unix.Catalog.GetString("The current file format for project {0} is not compatible with some settings of the project.");
- this.vbox2.Add(this.labelMessage);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox2[this.labelMessage]));
- w5.Position = 1;
- w5.Expand = false;
- w5.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.labelWarnings = new Gtk.Label();
- this.labelWarnings.WidthRequest = 525;
- this.labelWarnings.Name = "labelWarnings";
- this.labelWarnings.Xalign = 0F;
- this.labelWarnings.Wrap = true;
- this.vbox2.Add(this.labelWarnings);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox2[this.labelWarnings]));
- w6.Position = 2;
- w6.Expand = false;
- w6.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.label6 = new Gtk.Label();
- this.label6.Name = "label6";
- this.label6.Xalign = 0F;
- this.label6.LabelProp = Mono.Unix.Catalog.GetString("Please select a new file format for the solution:");
- this.vbox2.Add(this.label6);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vbox2[this.label6]));
- w7.Position = 3;
- w7.Expand = false;
- w7.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.LeftPadding = ((uint)(18));
- // Container child alignment2.Gtk.Container+ContainerChild
- this.table1 = new Gtk.Table(((uint)(2)), ((uint)(2)), false);
- this.table1.Name = "table1";
- this.table1.RowSpacing = ((uint)(6));
- this.table1.ColumnSpacing = ((uint)(6));
- // Container child table1.Gtk.Table+TableChild
- this.alignment3 = new Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
- this.alignment3.Name = "alignment3";
- this.alignment3.TopPadding = ((uint)(3));
- this.alignment3.BottomPadding = ((uint)(3));
- // Container child alignment3.Gtk.Container+ContainerChild
- this.labelCurrentFormat = new Gtk.Label();
- this.labelCurrentFormat.Name = "labelCurrentFormat";
- this.labelCurrentFormat.Xalign = 0F;
- this.labelCurrentFormat.LabelProp = "MonoDevelop";
- this.alignment3.Add(this.labelCurrentFormat);
- this.table1.Add(this.alignment3);
- Gtk.Table.TableChild w9 = ((Gtk.Table.TableChild)(this.table1[this.alignment3]));
- w9.LeftAttach = ((uint)(1));
- w9.RightAttach = ((uint)(2));
- w9.XOptions = ((Gtk.AttachOptions)(4));
- w9.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.comboNewFormat = Gtk.ComboBox.NewText();
- this.comboNewFormat.Name = "comboNewFormat";
- this.table1.Add(this.comboNewFormat);
- Gtk.Table.TableChild w10 = ((Gtk.Table.TableChild)(this.table1[this.comboNewFormat]));
- w10.TopAttach = ((uint)(1));
- w10.BottomAttach = ((uint)(2));
- w10.LeftAttach = ((uint)(1));
- w10.RightAttach = ((uint)(2));
- w10.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.label3 = new Gtk.Label();
- this.label3.Name = "label3";
- this.label3.Xalign = 0F;
- this.label3.LabelProp = Mono.Unix.Catalog.GetString("Current Format:");
- this.table1.Add(this.label3);
- Gtk.Table.TableChild w11 = ((Gtk.Table.TableChild)(this.table1[this.label3]));
- w11.XOptions = ((Gtk.AttachOptions)(4));
- w11.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.label4 = new Gtk.Label();
- this.label4.Name = "label4";
- this.label4.Xalign = 0F;
- this.label4.LabelProp = Mono.Unix.Catalog.GetString("New Format:");
- this.table1.Add(this.label4);
- Gtk.Table.TableChild w12 = ((Gtk.Table.TableChild)(this.table1[this.label4]));
- w12.TopAttach = ((uint)(1));
- w12.BottomAttach = ((uint)(2));
- w12.XOptions = ((Gtk.AttachOptions)(4));
- w12.YOptions = ((Gtk.AttachOptions)(4));
- this.alignment2.Add(this.table1);
- this.vbox2.Add(this.alignment2);
- Gtk.Box.BoxChild w14 = ((Gtk.Box.BoxChild)(this.vbox2[this.alignment2]));
- w14.Position = 4;
- w14.Expand = false;
- w14.Fill = false;
- this.hbox1.Add(this.vbox2);
- Gtk.Box.BoxChild w15 = ((Gtk.Box.BoxChild)(this.hbox1[this.vbox2]));
- w15.Position = 1;
- w15.Expand = false;
- w15.Fill = false;
- w1.Add(this.hbox1);
- Gtk.Box.BoxChild w16 = ((Gtk.Box.BoxChild)(w1[this.hbox1]));
- w16.Position = 0;
- w16.Expand = false;
- w16.Fill = false;
- // Internal child MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog.ActionArea
- Gtk.HButtonBox w17 = this.ActionArea;
- w17.Name = "dialog1_ActionArea";
- w17.Spacing = 10;
- w17.BorderWidth = ((uint)(5));
- w17.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 w18 = ((Gtk.ButtonBox.ButtonBoxChild)(w17[this.buttonCancel]));
- w18.Expand = false;
- w18.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 w19 = ((Gtk.ButtonBox.ButtonBoxChild)(w17[this.buttonOk]));
- w19.Position = 1;
- w19.Expand = false;
- w19.Fill = false;
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.DefaultWidth = 638;
- this.DefaultHeight = 246;
- this.Show();
- }
- }
+
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.Dialogs
+{
+ public partial class SelectFileFormatDialog
+ {
+ private global::Gtk.HBox hbox1;
+
+ private global::Gtk.VBox vbox3;
+
+ private global::Gtk.Image image146;
+
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.Label label1;
+
+ private global::Gtk.Label labelMessage;
+
+ private global::Gtk.Label labelWarnings;
+
+ private global::Gtk.Label label6;
+
+ private global::Gtk.Alignment alignment2;
+
+ private global::Gtk.Table table1;
+
+ private global::Gtk.Alignment alignment3;
+
+ private global::Gtk.Label labelCurrentFormat;
+
+ private global::Gtk.ComboBox comboNewFormat;
+
+ private global::Gtk.Label label3;
+
+ private global::Gtk.Label label4;
+
+ private global::Gtk.Button buttonCancel;
+
+ private global::Gtk.Button buttonOk;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog
+ this.Name = "MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog";
+ this.Title = global::Mono.Unix.Catalog.GetString ("Select File Format");
+ this.WindowPosition = ((global::Gtk.WindowPosition)(4));
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog.VBox
+ global::Gtk.VBox w1 = this.VBox;
+ w1.Name = "dialog1_VBox";
+ w1.BorderWidth = ((uint)(2));
+ // Container child dialog1_VBox.Gtk.Box+BoxChild
+ this.hbox1 = new global::Gtk.HBox ();
+ this.hbox1.Name = "hbox1";
+ this.hbox1.Spacing = 6;
+ this.hbox1.BorderWidth = ((uint)(6));
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.vbox3 = new global::Gtk.VBox ();
+ this.vbox3.Name = "vbox3";
+ this.vbox3.Spacing = 6;
+ // Container child vbox3.Gtk.Box+BoxChild
+ this.image146 = new global::Gtk.Image ();
+ this.image146.Name = "image146";
+ this.image146.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-warning", global::Gtk.IconSize.Dialog);
+ this.vbox3.Add (this.image146);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.image146]));
+ w2.Position = 0;
+ w2.Expand = false;
+ w2.Fill = false;
+ this.hbox1.Add (this.vbox3);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox3]));
+ w3.Position = 0;
+ w3.Expand = false;
+ w3.Fill = false;
+ // Container child hbox1.Gtk.Box+BoxChild
+ 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.label1 = new global::Gtk.Label ();
+ this.label1.Name = "label1";
+ this.label1.Xalign = 0f;
+ this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>File Format Incompatibility Detected</b>");
+ this.label1.UseMarkup = true;
+ this.vbox2.Add (this.label1);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label1]));
+ w4.Position = 0;
+ w4.Expand = false;
+ w4.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.labelMessage = new global::Gtk.Label ();
+ this.labelMessage.Name = "labelMessage";
+ this.labelMessage.Xalign = 0f;
+ this.labelMessage.LabelProp = global::Mono.Unix.Catalog.GetString ("The current file format for project {0} is not compatible with some settings of the project.");
+ this.vbox2.Add (this.labelMessage);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.labelMessage]));
+ w5.Position = 1;
+ w5.Expand = false;
+ w5.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.labelWarnings = new global::Gtk.Label ();
+ this.labelWarnings.WidthRequest = 525;
+ this.labelWarnings.Name = "labelWarnings";
+ this.labelWarnings.Xalign = 0f;
+ this.labelWarnings.Wrap = true;
+ this.vbox2.Add (this.labelWarnings);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.labelWarnings]));
+ w6.Position = 2;
+ w6.Expand = false;
+ w6.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.label6 = new global::Gtk.Label ();
+ this.label6.Name = "label6";
+ this.label6.Xalign = 0f;
+ this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Please select a new file format for the solution:");
+ this.vbox2.Add (this.label6);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label6]));
+ w7.Position = 3;
+ w7.Expand = false;
+ w7.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.LeftPadding = ((uint)(18));
+ // Container child alignment2.Gtk.Container+ContainerChild
+ this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
+ this.table1.Name = "table1";
+ this.table1.RowSpacing = ((uint)(6));
+ this.table1.ColumnSpacing = ((uint)(6));
+ // Container child table1.Gtk.Table+TableChild
+ this.alignment3 = new global::Gtk.Alignment (0.5f, 0.5f, 1f, 1f);
+ this.alignment3.Name = "alignment3";
+ this.alignment3.TopPadding = ((uint)(3));
+ this.alignment3.BottomPadding = ((uint)(3));
+ // Container child alignment3.Gtk.Container+ContainerChild
+ this.labelCurrentFormat = new global::Gtk.Label ();
+ this.labelCurrentFormat.Name = "labelCurrentFormat";
+ this.labelCurrentFormat.Xalign = 0f;
+ this.labelCurrentFormat.LabelProp = "MonoDevelop";
+ this.alignment3.Add (this.labelCurrentFormat);
+ this.table1.Add (this.alignment3);
+ global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.alignment3]));
+ w9.LeftAttach = ((uint)(1));
+ w9.RightAttach = ((uint)(2));
+ w9.XOptions = ((global::Gtk.AttachOptions)(4));
+ w9.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.comboNewFormat = global::Gtk.ComboBox.NewText ();
+ this.comboNewFormat.Name = "comboNewFormat";
+ this.table1.Add (this.comboNewFormat);
+ global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.comboNewFormat]));
+ w10.TopAttach = ((uint)(1));
+ w10.BottomAttach = ((uint)(2));
+ w10.LeftAttach = ((uint)(1));
+ w10.RightAttach = ((uint)(2));
+ w10.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.label3 = new global::Gtk.Label ();
+ this.label3.Name = "label3";
+ this.label3.Xalign = 0f;
+ this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Current Format:");
+ this.table1.Add (this.label3);
+ global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
+ w11.XOptions = ((global::Gtk.AttachOptions)(4));
+ w11.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.label4 = new global::Gtk.Label ();
+ this.label4.Name = "label4";
+ this.label4.Xalign = 0f;
+ this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("New Format:");
+ this.table1.Add (this.label4);
+ global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
+ w12.TopAttach = ((uint)(1));
+ w12.BottomAttach = ((uint)(2));
+ w12.XOptions = ((global::Gtk.AttachOptions)(4));
+ w12.YOptions = ((global::Gtk.AttachOptions)(4));
+ this.alignment2.Add (this.table1);
+ this.vbox2.Add (this.alignment2);
+ global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.alignment2]));
+ w14.Position = 4;
+ w14.Expand = false;
+ w14.Fill = false;
+ this.hbox1.Add (this.vbox2);
+ global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox2]));
+ w15.Position = 1;
+ w15.Expand = false;
+ w15.Fill = false;
+ w1.Add (this.hbox1);
+ global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(w1[this.hbox1]));
+ w16.Position = 0;
+ w16.Expand = false;
+ w16.Fill = false;
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog.ActionArea
+ global::Gtk.HButtonBox w17 = this.ActionArea;
+ w17.Name = "dialog1_ActionArea";
+ w17.Spacing = 10;
+ w17.BorderWidth = ((uint)(5));
+ w17.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 w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w17[this.buttonCancel]));
+ w18.Expand = false;
+ w18.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 w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w17[this.buttonOk]));
+ w19.Position = 1;
+ w19.Expand = false;
+ w19.Fill = false;
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.DefaultWidth = 638;
+ this.DefaultHeight = 246;
+ this.Show ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.cs
index 8416b6f5c4..5e5799a4b2 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.cs
@@ -1,196 +1,188 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.Dialogs {
-
-
- internal partial class SelectReferenceDialog {
-
- private Gtk.VBox vbox5;
-
- private Gtk.VPaned vpaned1;
-
- private Gtk.Notebook mainBook;
-
- private Gtk.Label label7;
-
- private Gtk.Label label6;
-
- private Gtk.VBox vbox76;
-
- private Gtk.Label label114;
-
- private Gtk.HBox hbox4;
-
- private Gtk.ScrolledWindow scrolledwindow2;
-
- private Gtk.TreeView ReferencesTreeView;
-
- private Gtk.VBox vbox70;
-
- private Gtk.Button RemoveReferenceButton;
-
- private Gtk.Image but;
-
- private Gtk.Button cancelbutton;
-
- private Gtk.Button okbutton;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog
- this.WidthRequest = 640;
- this.HeightRequest = 520;
- this.Name = "MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog";
- this.Title = "Edit References";
- this.TypeHint = ((Gdk.WindowTypeHint)(1));
- this.Modal = true;
- this.BorderWidth = ((uint)(6));
- this.DefaultWidth = 520;
- this.DefaultHeight = 570;
- this.DestroyWithParent = true;
- // Internal child MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.VBox
- Gtk.VBox w1 = this.VBox;
- w1.Name = "dialog-vbox2";
- w1.Spacing = 6;
- // Container child dialog-vbox2.Gtk.Box+BoxChild
- this.vbox5 = new Gtk.VBox();
- this.vbox5.Name = "vbox5";
- this.vbox5.Spacing = 12;
- this.vbox5.BorderWidth = ((uint)(6));
- // Container child vbox5.Gtk.Box+BoxChild
- this.vpaned1 = new Gtk.VPaned();
- this.vpaned1.Name = "vpaned1";
- this.vpaned1.Position = 256;
- // Container child vpaned1.Gtk.Paned+PanedChild
- this.mainBook = new Gtk.Notebook();
- this.mainBook.Name = "mainBook";
- this.mainBook.CurrentPage = 0;
- // Container child mainBook.Gtk.Notebook+NotebookChild
- this.label7 = new Gtk.Label();
- this.label7.Name = "label7";
- this.label7.Xalign = 0F;
- this.label7.Yalign = 0F;
- this.label7.LabelProp = "label7";
- this.mainBook.Add(this.label7);
- // Notebook tab
- this.label6 = new Gtk.Label();
- this.label6.Name = "label6";
- this.label6.Xalign = 0F;
- this.label6.Yalign = 0F;
- this.label6.LabelProp = "label6";
- this.mainBook.SetTabLabel(this.label7, this.label6);
- this.label6.ShowAll();
- this.vpaned1.Add(this.mainBook);
- Gtk.Paned.PanedChild w3 = ((Gtk.Paned.PanedChild)(this.vpaned1[this.mainBook]));
- w3.Resize = false;
- w3.Shrink = false;
- // Container child vpaned1.Gtk.Paned+PanedChild
- this.vbox76 = new Gtk.VBox();
- this.vbox76.Name = "vbox76";
- this.vbox76.Spacing = 6;
- // Container child vbox76.Gtk.Box+BoxChild
- this.label114 = new Gtk.Label();
- this.label114.Name = "label114";
- this.label114.Xalign = 0F;
- this.label114.LabelProp = Mono.Unix.Catalog.GetString("Selected references:");
- this.vbox76.Add(this.label114);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox76[this.label114]));
- w4.Position = 0;
- w4.Expand = false;
- w4.Fill = false;
- // Container child vbox76.Gtk.Box+BoxChild
- this.hbox4 = new Gtk.HBox();
- this.hbox4.HeightRequest = 150;
- this.hbox4.Name = "hbox4";
- this.hbox4.Spacing = 12;
- // Container child hbox4.Gtk.Box+BoxChild
- this.scrolledwindow2 = new Gtk.ScrolledWindow();
- this.scrolledwindow2.Name = "scrolledwindow2";
- this.scrolledwindow2.ShadowType = ((Gtk.ShadowType)(1));
- // Container child scrolledwindow2.Gtk.Container+ContainerChild
- this.ReferencesTreeView = new Gtk.TreeView();
- this.ReferencesTreeView.Name = "ReferencesTreeView";
- this.scrolledwindow2.Add(this.ReferencesTreeView);
- this.hbox4.Add(this.scrolledwindow2);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.hbox4[this.scrolledwindow2]));
- w6.Position = 0;
- // Container child hbox4.Gtk.Box+BoxChild
- this.vbox70 = new Gtk.VBox();
- this.vbox70.Name = "vbox70";
- // Container child vbox70.Gtk.Box+BoxChild
- this.RemoveReferenceButton = new Gtk.Button();
- this.RemoveReferenceButton.TooltipMarkup = "Remove";
- this.RemoveReferenceButton.Name = "RemoveReferenceButton";
- // Container child RemoveReferenceButton.Gtk.Container+ContainerChild
- this.but = new Gtk.Image();
- this.but.Name = "but";
- this.but.Xalign = 0F;
- this.but.Yalign = 0F;
- this.but.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-remove", Gtk.IconSize.Button, 16);
- this.RemoveReferenceButton.Add(this.but);
- this.RemoveReferenceButton.Label = null;
- this.vbox70.Add(this.RemoveReferenceButton);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.vbox70[this.RemoveReferenceButton]));
- w8.Position = 0;
- w8.Expand = false;
- w8.Fill = false;
- this.hbox4.Add(this.vbox70);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.hbox4[this.vbox70]));
- w9.Position = 1;
- w9.Expand = false;
- w9.Fill = false;
- this.vbox76.Add(this.hbox4);
- Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.vbox76[this.hbox4]));
- w10.Position = 1;
- this.vpaned1.Add(this.vbox76);
- Gtk.Paned.PanedChild w11 = ((Gtk.Paned.PanedChild)(this.vpaned1[this.vbox76]));
- w11.Resize = false;
- this.vbox5.Add(this.vpaned1);
- Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.vbox5[this.vpaned1]));
- w12.Position = 0;
- w1.Add(this.vbox5);
- Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(w1[this.vbox5]));
- w13.Position = 0;
- // Internal child MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.ActionArea
- Gtk.HButtonBox w14 = this.ActionArea;
- w14.Name = "dialog-action_area2";
- w14.Spacing = 10;
- w14.BorderWidth = ((uint)(5));
- w14.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
- // Container child dialog-action_area2.Gtk.ButtonBox+ButtonBoxChild
- this.cancelbutton = new Gtk.Button();
- this.cancelbutton.Name = "cancelbutton";
- this.cancelbutton.UseStock = true;
- this.cancelbutton.UseUnderline = true;
- this.cancelbutton.Label = "gtk-cancel";
- this.AddActionWidget(this.cancelbutton, -6);
- Gtk.ButtonBox.ButtonBoxChild w15 = ((Gtk.ButtonBox.ButtonBoxChild)(w14[this.cancelbutton]));
- w15.Expand = false;
- w15.Fill = false;
- // Container child dialog-action_area2.Gtk.ButtonBox+ButtonBoxChild
- this.okbutton = new Gtk.Button();
- this.okbutton.Name = "okbutton";
- this.okbutton.UseStock = true;
- this.okbutton.UseUnderline = true;
- this.okbutton.Label = "gtk-ok";
- this.AddActionWidget(this.okbutton, -5);
- Gtk.ButtonBox.ButtonBoxChild w16 = ((Gtk.ButtonBox.ButtonBoxChild)(w14[this.okbutton]));
- w16.Position = 1;
- w16.Expand = false;
- w16.Fill = false;
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.Show();
- this.RemoveReferenceButton.Clicked += new System.EventHandler(this.RemoveReference);
- }
- }
+
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.Dialogs
+{
+ internal partial class SelectReferenceDialog
+ {
+ private global::Gtk.VBox vbox5;
+
+ private global::Gtk.VPaned vpaned1;
+
+ private global::Gtk.Notebook mainBook;
+
+ private global::Gtk.Label label7;
+
+ private global::Gtk.Label label6;
+
+ private global::Gtk.VBox vbox76;
+
+ private global::Gtk.Label label114;
+
+ private global::Gtk.HBox hbox4;
+
+ private global::Gtk.ScrolledWindow scrolledwindow2;
+
+ private global::Gtk.TreeView ReferencesTreeView;
+
+ private global::Gtk.VBox vbox70;
+
+ private global::Gtk.Button RemoveReferenceButton;
+
+ private global::Gtk.Image but;
+
+ private global::Gtk.Button cancelbutton;
+
+ private global::Gtk.Button okbutton;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog
+ this.WidthRequest = 640;
+ this.HeightRequest = 520;
+ this.Name = "MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog";
+ this.Title = "Edit References";
+ this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
+ this.Modal = true;
+ this.BorderWidth = ((uint)(6));
+ this.DefaultWidth = 520;
+ this.DefaultHeight = 570;
+ this.DestroyWithParent = true;
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.VBox
+ global::Gtk.VBox w1 = this.VBox;
+ w1.Name = "dialog-vbox2";
+ w1.Spacing = 6;
+ // Container child dialog-vbox2.Gtk.Box+BoxChild
+ this.vbox5 = new global::Gtk.VBox ();
+ this.vbox5.Name = "vbox5";
+ this.vbox5.Spacing = 12;
+ this.vbox5.BorderWidth = ((uint)(6));
+ // Container child vbox5.Gtk.Box+BoxChild
+ this.vpaned1 = new global::Gtk.VPaned ();
+ this.vpaned1.Name = "vpaned1";
+ this.vpaned1.Position = 256;
+ // Container child vpaned1.Gtk.Paned+PanedChild
+ this.mainBook = new global::Gtk.Notebook ();
+ this.mainBook.Name = "mainBook";
+ this.mainBook.CurrentPage = 0;
+ // Container child mainBook.Gtk.Notebook+NotebookChild
+ this.label7 = new global::Gtk.Label ();
+ this.label7.Name = "label7";
+ this.label7.Xalign = 0f;
+ this.label7.Yalign = 0f;
+ this.label7.LabelProp = "label7";
+ this.mainBook.Add (this.label7);
+ // Notebook tab
+ this.label6 = new global::Gtk.Label ();
+ this.label6.Name = "label6";
+ this.label6.Xalign = 0f;
+ this.label6.Yalign = 0f;
+ this.label6.LabelProp = "label6";
+ this.mainBook.SetTabLabel (this.label7, this.label6);
+ this.label6.ShowAll ();
+ this.vpaned1.Add (this.mainBook);
+ global::Gtk.Paned.PanedChild w3 = ((global::Gtk.Paned.PanedChild)(this.vpaned1[this.mainBook]));
+ w3.Resize = false;
+ w3.Shrink = false;
+ // Container child vpaned1.Gtk.Paned+PanedChild
+ this.vbox76 = new global::Gtk.VBox ();
+ this.vbox76.Name = "vbox76";
+ this.vbox76.Spacing = 6;
+ // Container child vbox76.Gtk.Box+BoxChild
+ this.label114 = new global::Gtk.Label ();
+ this.label114.Name = "label114";
+ this.label114.Xalign = 0f;
+ this.label114.LabelProp = global::Mono.Unix.Catalog.GetString ("Selected references:");
+ this.vbox76.Add (this.label114);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox76[this.label114]));
+ w4.Position = 0;
+ w4.Expand = false;
+ w4.Fill = false;
+ // Container child vbox76.Gtk.Box+BoxChild
+ this.hbox4 = new global::Gtk.HBox ();
+ this.hbox4.HeightRequest = 150;
+ this.hbox4.Name = "hbox4";
+ this.hbox4.Spacing = 12;
+ // Container child hbox4.Gtk.Box+BoxChild
+ this.scrolledwindow2 = new global::Gtk.ScrolledWindow ();
+ this.scrolledwindow2.Name = "scrolledwindow2";
+ this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child scrolledwindow2.Gtk.Container+ContainerChild
+ this.ReferencesTreeView = new global::Gtk.TreeView ();
+ this.ReferencesTreeView.Name = "ReferencesTreeView";
+ this.scrolledwindow2.Add (this.ReferencesTreeView);
+ this.hbox4.Add (this.scrolledwindow2);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.scrolledwindow2]));
+ w6.Position = 0;
+ // Container child hbox4.Gtk.Box+BoxChild
+ this.vbox70 = new global::Gtk.VBox ();
+ this.vbox70.Name = "vbox70";
+ // Container child vbox70.Gtk.Box+BoxChild
+ this.RemoveReferenceButton = new global::Gtk.Button ();
+ this.RemoveReferenceButton.TooltipMarkup = "Remove";
+ this.RemoveReferenceButton.Name = "RemoveReferenceButton";
+ // Container child RemoveReferenceButton.Gtk.Container+ContainerChild
+ this.but = new global::Gtk.Image ();
+ this.but.Name = "but";
+ this.but.Xalign = 0f;
+ this.but.Yalign = 0f;
+ this.but.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-remove", global::Gtk.IconSize.Button);
+ this.RemoveReferenceButton.Add (this.but);
+ this.RemoveReferenceButton.Label = null;
+ this.vbox70.Add (this.RemoveReferenceButton);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox70[this.RemoveReferenceButton]));
+ w8.Position = 0;
+ w8.Expand = false;
+ w8.Fill = false;
+ this.hbox4.Add (this.vbox70);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.vbox70]));
+ w9.Position = 1;
+ w9.Expand = false;
+ w9.Fill = false;
+ this.vbox76.Add (this.hbox4);
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox76[this.hbox4]));
+ w10.Position = 1;
+ this.vpaned1.Add (this.vbox76);
+ global::Gtk.Paned.PanedChild w11 = ((global::Gtk.Paned.PanedChild)(this.vpaned1[this.vbox76]));
+ w11.Resize = false;
+ this.vbox5.Add (this.vpaned1);
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.vpaned1]));
+ w12.Position = 0;
+ w1.Add (this.vbox5);
+ global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(w1[this.vbox5]));
+ w13.Position = 0;
+ // Internal child MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.ActionArea
+ global::Gtk.HButtonBox w14 = this.ActionArea;
+ w14.Name = "dialog-action_area2";
+ w14.Spacing = 10;
+ w14.BorderWidth = ((uint)(5));
+ w14.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
+ // Container child dialog-action_area2.Gtk.ButtonBox+ButtonBoxChild
+ this.cancelbutton = new global::Gtk.Button ();
+ this.cancelbutton.Name = "cancelbutton";
+ this.cancelbutton.UseStock = true;
+ this.cancelbutton.UseUnderline = true;
+ this.cancelbutton.Label = "gtk-cancel";
+ this.AddActionWidget (this.cancelbutton, -6);
+ global::Gtk.ButtonBox.ButtonBoxChild w15 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w14[this.cancelbutton]));
+ w15.Expand = false;
+ w15.Fill = false;
+ // Container child dialog-action_area2.Gtk.ButtonBox+ButtonBoxChild
+ this.okbutton = new global::Gtk.Button ();
+ this.okbutton.Name = "okbutton";
+ this.okbutton.UseStock = true;
+ this.okbutton.UseUnderline = true;
+ this.okbutton.Label = "gtk-ok";
+ this.AddActionWidget (this.okbutton, -5);
+ global::Gtk.ButtonBox.ButtonBoxChild w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w14[this.okbutton]));
+ w16.Position = 1;
+ w16.Expand = false;
+ w16.Fill = false;
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.Show ();
+ this.RemoveReferenceButton.Clicked += new global::System.EventHandler (this.RemoveReference);
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs
index 2b9169bfd9..bfb59e0db0 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs
@@ -1,176 +1,168 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.Dialogs {
-
-
- internal partial class TipOfTheDayWindow {
-
- private Gtk.VBox vbox2;
-
- private Gtk.VBox vbox3;
-
- private Gtk.HBox hbox7;
-
- private Gtk.Image image5;
-
- private Gtk.Label categoryLabel;
-
- private Gtk.ScrolledWindow scrolledwindow2;
-
- private Gtk.TextView tipTextview;
-
- private Gtk.HBox hbox5;
-
- private Gtk.CheckButton noshowCheckbutton;
-
- private Gtk.HButtonBox hbuttonbox1;
-
- private Gtk.Button nextButton;
-
- private Gtk.Button closeButton;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow
- this.Name = "MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow";
- this.Title = "Tip of the Day";
- this.WindowPosition = ((Gtk.WindowPosition)(1));
- this.BorderWidth = ((uint)(6));
- // Container child MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.Gtk.Container+ContainerChild
- this.vbox2 = new Gtk.VBox();
- this.vbox2.Name = "vbox2";
- this.vbox2.Spacing = 6;
- // Container child vbox2.Gtk.Box+BoxChild
- this.vbox3 = new Gtk.VBox();
- this.vbox3.Name = "vbox3";
- this.vbox3.Spacing = 12;
- this.vbox3.BorderWidth = ((uint)(6));
- // Container child vbox3.Gtk.Box+BoxChild
- this.hbox7 = new Gtk.HBox();
- this.hbox7.Name = "hbox7";
- this.hbox7.Spacing = 5;
- // Container child hbox7.Gtk.Box+BoxChild
- this.image5 = new Gtk.Image();
- this.image5.Name = "image5";
- this.image5.Xalign = 0F;
- this.image5.Yalign = 0F;
- this.image5.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-dialog-info", Gtk.IconSize.Dialog, 48);
- this.hbox7.Add(this.image5);
- Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.hbox7[this.image5]));
- w1.Position = 0;
- w1.Expand = false;
- // Container child hbox7.Gtk.Box+BoxChild
- this.categoryLabel = new Gtk.Label();
- this.categoryLabel.Name = "categoryLabel";
- this.categoryLabel.Xalign = 0F;
- this.categoryLabel.LabelProp = Mono.Unix.Catalog.GetString("Did you know...?");
- this.categoryLabel.UseMarkup = true;
- this.categoryLabel.Wrap = true;
- this.hbox7.Add(this.categoryLabel);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox7[this.categoryLabel]));
- w2.Position = 1;
- w2.Expand = false;
- w2.Fill = false;
- this.vbox3.Add(this.hbox7);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox3[this.hbox7]));
- w3.Position = 0;
- w3.Expand = false;
- // Container child vbox3.Gtk.Box+BoxChild
- this.scrolledwindow2 = new Gtk.ScrolledWindow();
- this.scrolledwindow2.Name = "scrolledwindow2";
- this.scrolledwindow2.ShadowType = ((Gtk.ShadowType)(1));
- // Container child scrolledwindow2.Gtk.Container+ContainerChild
- this.tipTextview = new Gtk.TextView();
- this.tipTextview.Buffer.Text = "Did you know that you can design lots of cool things with glade?";
- this.tipTextview.Name = "tipTextview";
- this.tipTextview.Editable = false;
- this.tipTextview.CursorVisible = false;
- this.tipTextview.WrapMode = ((Gtk.WrapMode)(2));
- this.scrolledwindow2.Add(this.tipTextview);
- this.vbox3.Add(this.scrolledwindow2);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox3[this.scrolledwindow2]));
- w5.Position = 1;
- this.vbox2.Add(this.vbox3);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox2[this.vbox3]));
- w6.Position = 0;
- // Container child vbox2.Gtk.Box+BoxChild
- this.hbox5 = new Gtk.HBox();
- this.hbox5.Name = "hbox5";
- this.hbox5.Spacing = 12;
- this.hbox5.BorderWidth = ((uint)(6));
- // Container child hbox5.Gtk.Box+BoxChild
- this.noshowCheckbutton = new Gtk.CheckButton();
- this.noshowCheckbutton.Name = "noshowCheckbutton";
- this.noshowCheckbutton.Label = Mono.Unix.Catalog.GetString("_Show at startup");
- this.noshowCheckbutton.DrawIndicator = true;
- this.noshowCheckbutton.UseUnderline = true;
- this.hbox5.Add(this.noshowCheckbutton);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.hbox5[this.noshowCheckbutton]));
- w7.Position = 0;
- w7.Expand = false;
- w7.Fill = false;
- // Container child hbox5.Gtk.Box+BoxChild
- this.hbuttonbox1 = new Gtk.HButtonBox();
- this.hbuttonbox1.Spacing = 10;
- this.hbuttonbox1.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
- // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
- this.nextButton = new Gtk.Button();
- this.nextButton.Name = "nextButton";
- this.nextButton.UseUnderline = true;
- // Container child nextButton.Gtk.Container+ContainerChild
- Gtk.Alignment w8 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
- // Container child GtkAlignment.Gtk.Container+ContainerChild
- Gtk.HBox w9 = new Gtk.HBox();
- w9.Spacing = 2;
- // Container child GtkHBox.Gtk.Container+ContainerChild
- Gtk.Image w10 = new Gtk.Image();
- w10.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-go-forward", Gtk.IconSize.Button, 16);
- w9.Add(w10);
- // Container child GtkHBox.Gtk.Container+ContainerChild
- Gtk.Label w12 = new Gtk.Label();
- w12.LabelProp = Mono.Unix.Catalog.GetString("_Next Tip");
- w12.UseUnderline = true;
- w9.Add(w12);
- w8.Add(w9);
- this.nextButton.Add(w8);
- this.hbuttonbox1.Add(this.nextButton);
- Gtk.ButtonBox.ButtonBoxChild w16 = ((Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1[this.nextButton]));
- w16.Expand = false;
- w16.Fill = false;
- // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
- this.closeButton = new Gtk.Button();
- this.closeButton.CanDefault = true;
- this.closeButton.Name = "closeButton";
- this.closeButton.UseStock = true;
- this.closeButton.UseUnderline = true;
- this.closeButton.Label = "gtk-close";
- this.hbuttonbox1.Add(this.closeButton);
- Gtk.ButtonBox.ButtonBoxChild w17 = ((Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1[this.closeButton]));
- w17.Position = 1;
- w17.Expand = false;
- w17.Fill = false;
- this.hbox5.Add(this.hbuttonbox1);
- Gtk.Box.BoxChild w18 = ((Gtk.Box.BoxChild)(this.hbox5[this.hbuttonbox1]));
- w18.Position = 1;
- this.vbox2.Add(this.hbox5);
- Gtk.Box.BoxChild w19 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox5]));
- w19.Position = 1;
- w19.Expand = false;
- this.Add(this.vbox2);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.DefaultWidth = 500;
- this.DefaultHeight = 285;
- this.Show();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.Dialogs
+{
+ internal partial class TipOfTheDayWindow
+ {
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.VBox vbox3;
+
+ private global::Gtk.HBox hbox7;
+
+ private global::Gtk.Image image5;
+
+ private global::Gtk.Label categoryLabel;
+
+ private global::Gtk.ScrolledWindow scrolledwindow2;
+
+ private global::Gtk.TextView tipTextview;
+
+ private global::Gtk.HBox hbox5;
+
+ private global::Gtk.CheckButton noshowCheckbutton;
+
+ private global::Gtk.HButtonBox hbuttonbox1;
+
+ private global::Gtk.Button nextButton;
+
+ private global::Gtk.Button closeButton;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow
+ this.Name = "MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow";
+ this.Title = "Tip of the Day";
+ this.WindowPosition = ((global::Gtk.WindowPosition)(1));
+ this.BorderWidth = ((uint)(6));
+ // Container child MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.Gtk.Container+ContainerChild
+ this.vbox2 = new global::Gtk.VBox ();
+ this.vbox2.Name = "vbox2";
+ this.vbox2.Spacing = 6;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.vbox3 = new global::Gtk.VBox ();
+ this.vbox3.Name = "vbox3";
+ this.vbox3.Spacing = 12;
+ this.vbox3.BorderWidth = ((uint)(6));
+ // Container child vbox3.Gtk.Box+BoxChild
+ this.hbox7 = new global::Gtk.HBox ();
+ this.hbox7.Name = "hbox7";
+ this.hbox7.Spacing = 5;
+ // Container child hbox7.Gtk.Box+BoxChild
+ this.image5 = new global::Gtk.Image ();
+ this.image5.Name = "image5";
+ this.image5.Xalign = 0f;
+ this.image5.Yalign = 0f;
+ this.image5.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-info", global::Gtk.IconSize.Dialog);
+ this.hbox7.Add (this.image5);
+ global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.image5]));
+ w1.Position = 0;
+ w1.Expand = false;
+ // Container child hbox7.Gtk.Box+BoxChild
+ this.categoryLabel = new global::Gtk.Label ();
+ this.categoryLabel.Name = "categoryLabel";
+ this.categoryLabel.Xalign = 0f;
+ this.categoryLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Did you know...?");
+ this.categoryLabel.UseMarkup = true;
+ this.categoryLabel.Wrap = true;
+ this.hbox7.Add (this.categoryLabel);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.categoryLabel]));
+ w2.Position = 1;
+ w2.Expand = false;
+ w2.Fill = false;
+ this.vbox3.Add (this.hbox7);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox7]));
+ w3.Position = 0;
+ w3.Expand = false;
+ // Container child vbox3.Gtk.Box+BoxChild
+ this.scrolledwindow2 = new global::Gtk.ScrolledWindow ();
+ this.scrolledwindow2.Name = "scrolledwindow2";
+ this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child scrolledwindow2.Gtk.Container+ContainerChild
+ this.tipTextview = new global::Gtk.TextView ();
+ this.tipTextview.Buffer.Text = "Did you know that you can design lots of cool things with glade?";
+ this.tipTextview.Name = "tipTextview";
+ this.tipTextview.Editable = false;
+ this.tipTextview.CursorVisible = false;
+ this.tipTextview.WrapMode = ((global::Gtk.WrapMode)(2));
+ this.scrolledwindow2.Add (this.tipTextview);
+ this.vbox3.Add (this.scrolledwindow2);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.scrolledwindow2]));
+ w5.Position = 1;
+ this.vbox2.Add (this.vbox3);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.vbox3]));
+ w6.Position = 0;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.hbox5 = new global::Gtk.HBox ();
+ this.hbox5.Name = "hbox5";
+ this.hbox5.Spacing = 12;
+ this.hbox5.BorderWidth = ((uint)(6));
+ // Container child hbox5.Gtk.Box+BoxChild
+ this.noshowCheckbutton = new global::Gtk.CheckButton ();
+ this.noshowCheckbutton.Name = "noshowCheckbutton";
+ this.noshowCheckbutton.Label = global::Mono.Unix.Catalog.GetString ("_Show at startup");
+ this.noshowCheckbutton.DrawIndicator = true;
+ this.noshowCheckbutton.UseUnderline = true;
+ this.hbox5.Add (this.noshowCheckbutton);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.noshowCheckbutton]));
+ w7.Position = 0;
+ w7.Expand = false;
+ w7.Fill = false;
+ // Container child hbox5.Gtk.Box+BoxChild
+ this.hbuttonbox1 = new global::Gtk.HButtonBox ();
+ this.hbuttonbox1.Spacing = 10;
+ this.hbuttonbox1.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
+ // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
+ this.nextButton = new global::Gtk.Button ();
+ this.nextButton.Name = "nextButton";
+ this.nextButton.UseUnderline = true;
+ // Container child nextButton.Gtk.Container+ContainerChild
+ global::Gtk.Alignment w8 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
+ // Container child GtkAlignment.Gtk.Container+ContainerChild
+ global::Gtk.HBox w9 = new global::Gtk.HBox ();
+ w9.Spacing = 2;
+ // Container child GtkHBox.Gtk.Container+ContainerChild
+ global::Gtk.Image w10 = new global::Gtk.Image ();
+ w10.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-forward", global::Gtk.IconSize.Button);
+ w9.Add (w10);
+ // Container child GtkHBox.Gtk.Container+ContainerChild
+ global::Gtk.Label w12 = new global::Gtk.Label ();
+ w12.LabelProp = global::Mono.Unix.Catalog.GetString ("_Next Tip");
+ w12.UseUnderline = true;
+ w9.Add (w12);
+ w8.Add (w9);
+ this.nextButton.Add (w8);
+ this.hbuttonbox1.Add (this.nextButton);
+ global::Gtk.ButtonBox.ButtonBoxChild w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1[this.nextButton]));
+ w16.Expand = false;
+ w16.Fill = false;
+ // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
+ this.closeButton = new global::Gtk.Button ();
+ this.closeButton.CanDefault = true;
+ this.closeButton.Name = "closeButton";
+ this.closeButton.UseStock = true;
+ this.closeButton.UseUnderline = true;
+ this.closeButton.Label = "gtk-close";
+ this.hbuttonbox1.Add (this.closeButton);
+ global::Gtk.ButtonBox.ButtonBoxChild w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1[this.closeButton]));
+ w17.Position = 1;
+ w17.Expand = false;
+ w17.Fill = false;
+ this.hbox5.Add (this.hbuttonbox1);
+ global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.hbuttonbox1]));
+ w18.Position = 1;
+ this.vbox2.Add (this.hbox5);
+ global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox5]));
+ w19.Position = 1;
+ w19.Expand = false;
+ this.Add (this.vbox2);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.DefaultWidth = 500;
+ this.DefaultHeight = 285;
+ this.Show ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget.cs
index 274cd325f7..d9e8c2bee2 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget.cs
@@ -1,144 +1,136 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.OptionPanels {
-
-
- internal partial class AddInsPanelWidget {
-
- private Gtk.VBox vbox72;
-
- private Gtk.CheckButton lookCheck;
-
- private Gtk.HBox hbox46;
-
- private Gtk.Label label104;
-
- private Gtk.Label label105;
-
- private Gtk.SpinButton valueSpin;
-
- private Gtk.ComboBox periodCombo;
-
- private Gtk.HSeparator hseparator1;
-
- private Gtk.HBox hbox47;
-
- private Gtk.Button managerButton;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget";
- // Container child MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget.Gtk.Container+ContainerChild
- this.vbox72 = new Gtk.VBox();
- this.vbox72.Name = "vbox72";
- this.vbox72.Spacing = 6;
- // Container child vbox72.Gtk.Box+BoxChild
- this.lookCheck = new Gtk.CheckButton();
- this.lookCheck.Name = "lookCheck";
- this.lookCheck.Label = Mono.Unix.Catalog.GetString("Look for add-in updates at startup, with the following periodicity:");
- this.lookCheck.DrawIndicator = true;
- this.lookCheck.UseUnderline = true;
- this.vbox72.Add(this.lookCheck);
- Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.vbox72[this.lookCheck]));
- w1.Position = 0;
- w1.Expand = false;
- w1.Fill = false;
- // Container child vbox72.Gtk.Box+BoxChild
- this.hbox46 = new Gtk.HBox();
- this.hbox46.Name = "hbox46";
- this.hbox46.Spacing = 6;
- // Container child hbox46.Gtk.Box+BoxChild
- this.label104 = new Gtk.Label();
- this.label104.WidthRequest = 24;
- this.label104.Name = "label104";
- this.label104.Xalign = 0F;
- this.label104.Yalign = 0F;
- this.hbox46.Add(this.label104);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox46[this.label104]));
- w2.Position = 0;
- w2.Expand = false;
- w2.Fill = false;
- // Container child hbox46.Gtk.Box+BoxChild
- this.label105 = new Gtk.Label();
- this.label105.Name = "label105";
- this.label105.Xalign = 0F;
- this.label105.LabelProp = Mono.Unix.Catalog.GetString("Every");
- this.hbox46.Add(this.label105);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox46[this.label105]));
- w3.Position = 1;
- w3.Expand = false;
- w3.Fill = false;
- // Container child hbox46.Gtk.Box+BoxChild
- this.valueSpin = new Gtk.SpinButton(0, 100, 1);
- this.valueSpin.Name = "valueSpin";
- this.valueSpin.Adjustment.PageIncrement = 10;
- this.valueSpin.ClimbRate = 1;
- this.valueSpin.Numeric = true;
- this.valueSpin.Value = 1;
- this.hbox46.Add(this.valueSpin);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.hbox46[this.valueSpin]));
- w4.Position = 2;
- w4.Expand = false;
- w4.Fill = false;
- // Container child hbox46.Gtk.Box+BoxChild
- this.periodCombo = Gtk.ComboBox.NewText();
- this.periodCombo.AppendText(Mono.Unix.Catalog.GetString("Days"));
- this.periodCombo.AppendText(Mono.Unix.Catalog.GetString("Months"));
- this.periodCombo.Name = "periodCombo";
- this.periodCombo.Active = 0;
- this.hbox46.Add(this.periodCombo);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.hbox46[this.periodCombo]));
- w5.Position = 3;
- w5.Expand = false;
- w5.Fill = false;
- this.vbox72.Add(this.hbox46);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox72[this.hbox46]));
- w6.Position = 1;
- w6.Expand = false;
- w6.Fill = false;
- // Container child vbox72.Gtk.Box+BoxChild
- this.hseparator1 = new Gtk.HSeparator();
- this.hseparator1.Name = "hseparator1";
- this.vbox72.Add(this.hseparator1);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vbox72[this.hseparator1]));
- w7.Position = 2;
- w7.Expand = false;
- w7.Fill = false;
- // Container child vbox72.Gtk.Box+BoxChild
- this.hbox47 = new Gtk.HBox();
- this.hbox47.Name = "hbox47";
- // Container child hbox47.Gtk.Box+BoxChild
- this.managerButton = new Gtk.Button();
- this.managerButton.Name = "managerButton";
- this.managerButton.UseUnderline = true;
- this.managerButton.Label = Mono.Unix.Catalog.GetString("Add-in Manager...");
- this.hbox47.Add(this.managerButton);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.hbox47[this.managerButton]));
- w8.Position = 0;
- w8.Expand = false;
- w8.Fill = false;
- this.vbox72.Add(this.hbox47);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.vbox72[this.hbox47]));
- w9.Position = 3;
- w9.Expand = false;
- w9.Fill = false;
- this.Add(this.vbox72);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.Show();
- this.lookCheck.Clicked += new System.EventHandler(this.OnCheckToggled);
- this.managerButton.Clicked += new System.EventHandler(this.OnManageClicked);
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.OptionPanels
+{
+ internal partial class AddInsPanelWidget
+ {
+ private global::Gtk.VBox vbox72;
+
+ private global::Gtk.CheckButton lookCheck;
+
+ private global::Gtk.HBox hbox46;
+
+ private global::Gtk.Label label104;
+
+ private global::Gtk.Label label105;
+
+ private global::Gtk.SpinButton valueSpin;
+
+ private global::Gtk.ComboBox periodCombo;
+
+ private global::Gtk.HSeparator hseparator1;
+
+ private global::Gtk.HBox hbox47;
+
+ private global::Gtk.Button managerButton;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget";
+ // Container child MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget.Gtk.Container+ContainerChild
+ this.vbox72 = new global::Gtk.VBox ();
+ this.vbox72.Name = "vbox72";
+ this.vbox72.Spacing = 6;
+ // Container child vbox72.Gtk.Box+BoxChild
+ this.lookCheck = new global::Gtk.CheckButton ();
+ this.lookCheck.Name = "lookCheck";
+ this.lookCheck.Label = global::Mono.Unix.Catalog.GetString ("Look for add-in updates at startup, with the following periodicity:");
+ this.lookCheck.DrawIndicator = true;
+ this.lookCheck.UseUnderline = true;
+ this.vbox72.Add (this.lookCheck);
+ global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox72[this.lookCheck]));
+ w1.Position = 0;
+ w1.Expand = false;
+ w1.Fill = false;
+ // Container child vbox72.Gtk.Box+BoxChild
+ this.hbox46 = new global::Gtk.HBox ();
+ this.hbox46.Name = "hbox46";
+ this.hbox46.Spacing = 6;
+ // Container child hbox46.Gtk.Box+BoxChild
+ this.label104 = new global::Gtk.Label ();
+ this.label104.WidthRequest = 24;
+ this.label104.Name = "label104";
+ this.label104.Xalign = 0f;
+ this.label104.Yalign = 0f;
+ this.hbox46.Add (this.label104);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox46[this.label104]));
+ w2.Position = 0;
+ w2.Expand = false;
+ w2.Fill = false;
+ // Container child hbox46.Gtk.Box+BoxChild
+ this.label105 = new global::Gtk.Label ();
+ this.label105.Name = "label105";
+ this.label105.Xalign = 0f;
+ this.label105.LabelProp = global::Mono.Unix.Catalog.GetString ("Every");
+ this.hbox46.Add (this.label105);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox46[this.label105]));
+ w3.Position = 1;
+ w3.Expand = false;
+ w3.Fill = false;
+ // Container child hbox46.Gtk.Box+BoxChild
+ this.valueSpin = new global::Gtk.SpinButton (0, 100, 1);
+ this.valueSpin.Name = "valueSpin";
+ this.valueSpin.Adjustment.PageIncrement = 10;
+ this.valueSpin.ClimbRate = 1;
+ this.valueSpin.Numeric = true;
+ this.valueSpin.Value = 1;
+ this.hbox46.Add (this.valueSpin);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox46[this.valueSpin]));
+ w4.Position = 2;
+ w4.Expand = false;
+ w4.Fill = false;
+ // Container child hbox46.Gtk.Box+BoxChild
+ this.periodCombo = global::Gtk.ComboBox.NewText ();
+ this.periodCombo.AppendText (global::Mono.Unix.Catalog.GetString ("Days"));
+ this.periodCombo.AppendText (global::Mono.Unix.Catalog.GetString ("Months"));
+ this.periodCombo.Name = "periodCombo";
+ this.periodCombo.Active = 0;
+ this.hbox46.Add (this.periodCombo);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox46[this.periodCombo]));
+ w5.Position = 3;
+ w5.Expand = false;
+ w5.Fill = false;
+ this.vbox72.Add (this.hbox46);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox72[this.hbox46]));
+ w6.Position = 1;
+ w6.Expand = false;
+ w6.Fill = false;
+ // Container child vbox72.Gtk.Box+BoxChild
+ this.hseparator1 = new global::Gtk.HSeparator ();
+ this.hseparator1.Name = "hseparator1";
+ this.vbox72.Add (this.hseparator1);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox72[this.hseparator1]));
+ w7.Position = 2;
+ w7.Expand = false;
+ w7.Fill = false;
+ // Container child vbox72.Gtk.Box+BoxChild
+ this.hbox47 = new global::Gtk.HBox ();
+ this.hbox47.Name = "hbox47";
+ // Container child hbox47.Gtk.Box+BoxChild
+ this.managerButton = new global::Gtk.Button ();
+ this.managerButton.Name = "managerButton";
+ this.managerButton.UseUnderline = true;
+ this.managerButton.Label = global::Mono.Unix.Catalog.GetString ("Add-in Manager...");
+ this.hbox47.Add (this.managerButton);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox47[this.managerButton]));
+ w8.Position = 0;
+ w8.Expand = false;
+ w8.Fill = false;
+ this.vbox72.Add (this.hbox47);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox72[this.hbox47]));
+ w9.Position = 3;
+ w9.Expand = false;
+ w9.Fill = false;
+ this.Add (this.vbox72);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.Show ();
+ this.lookCheck.Clicked += new global::System.EventHandler (this.OnCheckToggled);
+ this.managerButton.Clicked += new global::System.EventHandler (this.OnManageClicked);
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AssemblyFoldersPanelWidget.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AssemblyFoldersPanelWidget.cs
index e5f7e2ebc9..66281c550f 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AssemblyFoldersPanelWidget.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AssemblyFoldersPanelWidget.cs
@@ -1,55 +1,47 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.OptionPanels {
-
-
- internal partial class AssemblyFoldersPanelWidget {
-
- private Gtk.VBox vbox1;
-
- private Gtk.Label label1;
-
- private MonoDevelop.Components.FolderListSelector selector;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.OptionPanels.AssemblyFoldersPanelWidget
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Ide.Gui.OptionPanels.AssemblyFoldersPanelWidget";
- // Container child MonoDevelop.Ide.Gui.OptionPanels.AssemblyFoldersPanelWidget.Gtk.Container+ContainerChild
- this.vbox1 = new Gtk.VBox();
- this.vbox1.Name = "vbox1";
- this.vbox1.Spacing = 6;
- // Container child vbox1.Gtk.Box+BoxChild
- this.label1 = new Gtk.Label();
- this.label1.Name = "label1";
- this.label1.Xalign = 0F;
- this.label1.LabelProp = Mono.Unix.Catalog.GetString("Custom folders where MonoDevelop should look for assemblies and packages:");
- this.vbox1.Add(this.label1);
- Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.vbox1[this.label1]));
- w1.Position = 0;
- w1.Expand = false;
- w1.Fill = false;
- // Container child vbox1.Gtk.Box+BoxChild
- this.selector = new MonoDevelop.Components.FolderListSelector();
- this.selector.Events = ((Gdk.EventMask)(256));
- this.selector.Name = "selector";
- this.vbox1.Add(this.selector);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.vbox1[this.selector]));
- w2.Position = 1;
- this.Add(this.vbox1);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.Hide();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.OptionPanels
+{
+ internal partial class AssemblyFoldersPanelWidget
+ {
+ private global::Gtk.VBox vbox1;
+
+ private global::Gtk.Label label1;
+
+ private global::MonoDevelop.Components.FolderListSelector selector;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.OptionPanels.AssemblyFoldersPanelWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Ide.Gui.OptionPanels.AssemblyFoldersPanelWidget";
+ // Container child MonoDevelop.Ide.Gui.OptionPanels.AssemblyFoldersPanelWidget.Gtk.Container+ContainerChild
+ this.vbox1 = new global::Gtk.VBox ();
+ this.vbox1.Name = "vbox1";
+ this.vbox1.Spacing = 6;
+ // Container child vbox1.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 ("Custom folders where MonoDevelop should look for assemblies and packages:");
+ this.vbox1.Add (this.label1);
+ global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label1]));
+ w1.Position = 0;
+ w1.Expand = false;
+ w1.Fill = false;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.selector = new global::MonoDevelop.Components.FolderListSelector ();
+ this.selector.Events = ((global::Gdk.EventMask)(256));
+ this.selector.Name = "selector";
+ this.vbox1.Add (this.selector);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.selector]));
+ w2.Position = 1;
+ this.Add (this.vbox1);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.Hide ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AuthorInformationPanelWidget.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AuthorInformationPanelWidget.cs
index 192062e95d..6e865e85c5 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AuthorInformationPanelWidget.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AuthorInformationPanelWidget.cs
@@ -1,152 +1,144 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.OptionPanels {
-
-
- internal partial class AuthorInformationPanelWidget {
-
- private Gtk.VBox vbox1;
-
- private Gtk.CheckButton checkCustom;
-
- private Gtk.Alignment alignment1;
-
- private Gtk.Table infoTable;
-
- private Gtk.Entry copyrightEntry;
-
- private Gtk.Entry emailEntry;
-
- private Gtk.Label label2;
-
- private Gtk.Label label3;
-
- private Gtk.Label label4;
-
- private Gtk.Entry nameEntry;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.OptionPanels.AuthorInformationPanelWidget
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Ide.Gui.OptionPanels.AuthorInformationPanelWidget";
- // Container child MonoDevelop.Ide.Gui.OptionPanels.AuthorInformationPanelWidget.Gtk.Container+ContainerChild
- this.vbox1 = new Gtk.VBox();
- this.vbox1.Name = "vbox1";
- this.vbox1.Spacing = 6;
- // Container child vbox1.Gtk.Box+BoxChild
- this.checkCustom = new Gtk.CheckButton();
- this.checkCustom.CanFocus = true;
- this.checkCustom.Name = "checkCustom";
- this.checkCustom.Label = Mono.Unix.Catalog.GetString("_Use custom author information for this solution");
- this.checkCustom.DrawIndicator = true;
- this.checkCustom.UseUnderline = true;
- this.vbox1.Add(this.checkCustom);
- Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.vbox1[this.checkCustom]));
- w1.Position = 1;
- w1.Expand = false;
- w1.Fill = false;
- // Container child vbox1.Gtk.Box+BoxChild
- this.alignment1 = new Gtk.Alignment(0F, 0F, 1F, 1F);
- this.alignment1.Name = "alignment1";
- this.alignment1.LeftPadding = ((uint)(24));
- // Container child alignment1.Gtk.Container+ContainerChild
- this.infoTable = new Gtk.Table(((uint)(3)), ((uint)(2)), false);
- this.infoTable.Name = "infoTable";
- this.infoTable.RowSpacing = ((uint)(6));
- this.infoTable.ColumnSpacing = ((uint)(6));
- // Container child infoTable.Gtk.Table+TableChild
- this.copyrightEntry = new Gtk.Entry();
- this.copyrightEntry.CanFocus = true;
- this.copyrightEntry.Name = "copyrightEntry";
- this.copyrightEntry.IsEditable = true;
- this.copyrightEntry.InvisibleChar = '●';
- this.infoTable.Add(this.copyrightEntry);
- Gtk.Table.TableChild w2 = ((Gtk.Table.TableChild)(this.infoTable[this.copyrightEntry]));
- w2.TopAttach = ((uint)(2));
- w2.BottomAttach = ((uint)(3));
- w2.LeftAttach = ((uint)(1));
- w2.RightAttach = ((uint)(2));
- w2.YOptions = ((Gtk.AttachOptions)(4));
- // Container child infoTable.Gtk.Table+TableChild
- this.emailEntry = new Gtk.Entry();
- this.emailEntry.CanFocus = true;
- this.emailEntry.Name = "emailEntry";
- this.emailEntry.IsEditable = true;
- this.emailEntry.InvisibleChar = '●';
- this.infoTable.Add(this.emailEntry);
- Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.infoTable[this.emailEntry]));
- w3.TopAttach = ((uint)(1));
- w3.BottomAttach = ((uint)(2));
- w3.LeftAttach = ((uint)(1));
- w3.RightAttach = ((uint)(2));
- w3.YOptions = ((Gtk.AttachOptions)(4));
- // Container child infoTable.Gtk.Table+TableChild
- this.label2 = new Gtk.Label();
- this.label2.Name = "label2";
- this.label2.Xalign = 0F;
- this.label2.LabelProp = Mono.Unix.Catalog.GetString("_Name:");
- this.label2.UseUnderline = true;
- this.infoTable.Add(this.label2);
- Gtk.Table.TableChild w4 = ((Gtk.Table.TableChild)(this.infoTable[this.label2]));
- w4.XOptions = ((Gtk.AttachOptions)(4));
- w4.YOptions = ((Gtk.AttachOptions)(4));
- // Container child infoTable.Gtk.Table+TableChild
- this.label3 = new Gtk.Label();
- this.label3.Name = "label3";
- this.label3.Xalign = 0F;
- this.label3.LabelProp = Mono.Unix.Catalog.GetString("_Copyright:");
- this.label3.UseUnderline = true;
- this.infoTable.Add(this.label3);
- Gtk.Table.TableChild w5 = ((Gtk.Table.TableChild)(this.infoTable[this.label3]));
- w5.TopAttach = ((uint)(2));
- w5.BottomAttach = ((uint)(3));
- w5.XOptions = ((Gtk.AttachOptions)(4));
- w5.YOptions = ((Gtk.AttachOptions)(4));
- // Container child infoTable.Gtk.Table+TableChild
- this.label4 = new Gtk.Label();
- this.label4.Name = "label4";
- this.label4.Xalign = 0F;
- this.label4.LabelProp = Mono.Unix.Catalog.GetString("_Email:");
- this.label4.UseUnderline = true;
- this.infoTable.Add(this.label4);
- Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.infoTable[this.label4]));
- w6.TopAttach = ((uint)(1));
- w6.BottomAttach = ((uint)(2));
- w6.XOptions = ((Gtk.AttachOptions)(4));
- w6.YOptions = ((Gtk.AttachOptions)(4));
- // Container child infoTable.Gtk.Table+TableChild
- this.nameEntry = new Gtk.Entry();
- this.nameEntry.CanFocus = true;
- this.nameEntry.Name = "nameEntry";
- this.nameEntry.IsEditable = true;
- this.nameEntry.InvisibleChar = '●';
- this.infoTable.Add(this.nameEntry);
- Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.infoTable[this.nameEntry]));
- w7.LeftAttach = ((uint)(1));
- w7.RightAttach = ((uint)(2));
- w7.YOptions = ((Gtk.AttachOptions)(4));
- this.alignment1.Add(this.infoTable);
- this.vbox1.Add(this.alignment1);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.vbox1[this.alignment1]));
- w9.Position = 2;
- w9.Expand = false;
- w9.Fill = false;
- this.Add(this.vbox1);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.label2.MnemonicWidget = this.nameEntry;
- this.Hide();
- this.checkCustom.Toggled += new System.EventHandler(this.UseDefaultToggled);
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.OptionPanels
+{
+ internal partial class AuthorInformationPanelWidget
+ {
+ private global::Gtk.VBox vbox1;
+
+ private global::Gtk.CheckButton checkCustom;
+
+ private global::Gtk.Alignment alignment1;
+
+ private global::Gtk.Table infoTable;
+
+ private global::Gtk.Entry copyrightEntry;
+
+ private global::Gtk.Entry emailEntry;
+
+ private global::Gtk.Label label2;
+
+ private global::Gtk.Label label3;
+
+ private global::Gtk.Label label4;
+
+ private global::Gtk.Entry nameEntry;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.OptionPanels.AuthorInformationPanelWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Ide.Gui.OptionPanels.AuthorInformationPanelWidget";
+ // Container child MonoDevelop.Ide.Gui.OptionPanels.AuthorInformationPanelWidget.Gtk.Container+ContainerChild
+ this.vbox1 = new global::Gtk.VBox ();
+ this.vbox1.Name = "vbox1";
+ this.vbox1.Spacing = 6;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.checkCustom = new global::Gtk.CheckButton ();
+ this.checkCustom.CanFocus = true;
+ this.checkCustom.Name = "checkCustom";
+ this.checkCustom.Label = global::Mono.Unix.Catalog.GetString ("_Use custom author information for this solution");
+ this.checkCustom.DrawIndicator = true;
+ this.checkCustom.UseUnderline = true;
+ this.vbox1.Add (this.checkCustom);
+ global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.checkCustom]));
+ w1.Position = 1;
+ w1.Expand = false;
+ w1.Fill = false;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.alignment1 = new global::Gtk.Alignment (0f, 0f, 1f, 1f);
+ this.alignment1.Name = "alignment1";
+ this.alignment1.LeftPadding = ((uint)(24));
+ // Container child alignment1.Gtk.Container+ContainerChild
+ this.infoTable = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
+ this.infoTable.Name = "infoTable";
+ this.infoTable.RowSpacing = ((uint)(6));
+ this.infoTable.ColumnSpacing = ((uint)(6));
+ // Container child infoTable.Gtk.Table+TableChild
+ this.copyrightEntry = new global::Gtk.Entry ();
+ this.copyrightEntry.CanFocus = true;
+ this.copyrightEntry.Name = "copyrightEntry";
+ this.copyrightEntry.IsEditable = true;
+ this.copyrightEntry.InvisibleChar = '●';
+ this.infoTable.Add (this.copyrightEntry);
+ global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.infoTable[this.copyrightEntry]));
+ w2.TopAttach = ((uint)(2));
+ w2.BottomAttach = ((uint)(3));
+ w2.LeftAttach = ((uint)(1));
+ w2.RightAttach = ((uint)(2));
+ w2.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child infoTable.Gtk.Table+TableChild
+ this.emailEntry = new global::Gtk.Entry ();
+ this.emailEntry.CanFocus = true;
+ this.emailEntry.Name = "emailEntry";
+ this.emailEntry.IsEditable = true;
+ this.emailEntry.InvisibleChar = '●';
+ this.infoTable.Add (this.emailEntry);
+ global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.infoTable[this.emailEntry]));
+ w3.TopAttach = ((uint)(1));
+ w3.BottomAttach = ((uint)(2));
+ w3.LeftAttach = ((uint)(1));
+ w3.RightAttach = ((uint)(2));
+ w3.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child infoTable.Gtk.Table+TableChild
+ this.label2 = new global::Gtk.Label ();
+ this.label2.Name = "label2";
+ this.label2.Xalign = 0f;
+ this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("_Name:");
+ this.label2.UseUnderline = true;
+ this.infoTable.Add (this.label2);
+ global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.infoTable[this.label2]));
+ w4.XOptions = ((global::Gtk.AttachOptions)(4));
+ w4.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child infoTable.Gtk.Table+TableChild
+ this.label3 = new global::Gtk.Label ();
+ this.label3.Name = "label3";
+ this.label3.Xalign = 0f;
+ this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("_Copyright:");
+ this.label3.UseUnderline = true;
+ this.infoTable.Add (this.label3);
+ global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.infoTable[this.label3]));
+ w5.TopAttach = ((uint)(2));
+ w5.BottomAttach = ((uint)(3));
+ w5.XOptions = ((global::Gtk.AttachOptions)(4));
+ w5.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child infoTable.Gtk.Table+TableChild
+ this.label4 = new global::Gtk.Label ();
+ this.label4.Name = "label4";
+ this.label4.Xalign = 0f;
+ this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("_Email:");
+ this.label4.UseUnderline = true;
+ this.infoTable.Add (this.label4);
+ global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.infoTable[this.label4]));
+ w6.TopAttach = ((uint)(1));
+ w6.BottomAttach = ((uint)(2));
+ w6.XOptions = ((global::Gtk.AttachOptions)(4));
+ w6.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child infoTable.Gtk.Table+TableChild
+ this.nameEntry = new global::Gtk.Entry ();
+ this.nameEntry.CanFocus = true;
+ this.nameEntry.Name = "nameEntry";
+ this.nameEntry.IsEditable = true;
+ this.nameEntry.InvisibleChar = '●';
+ this.infoTable.Add (this.nameEntry);
+ global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.infoTable[this.nameEntry]));
+ w7.LeftAttach = ((uint)(1));
+ w7.RightAttach = ((uint)(2));
+ w7.YOptions = ((global::Gtk.AttachOptions)(4));
+ this.alignment1.Add (this.infoTable);
+ this.vbox1.Add (this.alignment1);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.alignment1]));
+ w9.Position = 2;
+ w9.Expand = false;
+ w9.Fill = false;
+ this.Add (this.vbox1);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.label2.MnemonicWidget = this.nameEntry;
+ this.Hide ();
+ this.checkCustom.Toggled += new global::System.EventHandler (this.UseDefaultToggled);
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildMessagePanelWidget.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildMessagePanelWidget.cs
index 54bffab664..d5562c5c18 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildMessagePanelWidget.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildMessagePanelWidget.cs
@@ -1,315 +1,307 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.OptionPanels {
-
-
- internal partial class BuildMessagePanelWidget {
-
- private Gtk.VBox vbox1;
-
- private Gtk.HBox hbox1;
-
- private Gtk.Label label6;
-
- private Gtk.ComboBox comboboxJumpToFirst;
-
- private Gtk.Label label7;
-
- private Gtk.HBox hbox3;
-
- private Gtk.Label label8;
-
- private Gtk.Table table2;
-
- private Gtk.ComboBox comboboxBuildResultsAfter;
-
- private Gtk.ComboBox comboboxBuildResultsDuring;
-
- private Gtk.Label label1;
-
- private Gtk.Label label2;
-
- private Gtk.Label label9;
-
- private Gtk.HBox hbox4;
-
- private Gtk.Label label10;
-
- private Gtk.Table table3;
-
- private Gtk.ComboBox comboboxErrorPadAfter;
-
- private Gtk.ComboBox comboboxErrorPadDuring;
-
- private Gtk.Label label3;
-
- private Gtk.Label label4;
-
- private Gtk.Label label11;
-
- private Gtk.HBox hbox2;
-
- private Gtk.Label label12;
-
- private Gtk.Label label5;
-
- private Gtk.ComboBox comboboxMessageBubbles;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.OptionPanels.BuildMessagePanelWidget
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Ide.Gui.OptionPanels.BuildMessagePanelWidget";
- // Container child MonoDevelop.Ide.Gui.OptionPanels.BuildMessagePanelWidget.Gtk.Container+ContainerChild
- this.vbox1 = new Gtk.VBox();
- this.vbox1.Name = "vbox1";
- this.vbox1.Spacing = 6;
- // Container child vbox1.Gtk.Box+BoxChild
- this.hbox1 = new Gtk.HBox();
- this.hbox1.Name = "hbox1";
- this.hbox1.Spacing = 6;
- // Container child hbox1.Gtk.Box+BoxChild
- this.label6 = new Gtk.Label();
- this.label6.Name = "label6";
- this.label6.Xalign = 0F;
- this.label6.LabelProp = Mono.Unix.Catalog.GetString("Jump to first error or warning:");
- this.hbox1.Add(this.label6);
- Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.hbox1[this.label6]));
- w1.Position = 0;
- w1.Expand = false;
- w1.Fill = false;
- // Container child hbox1.Gtk.Box+BoxChild
- this.comboboxJumpToFirst = Gtk.ComboBox.NewText();
- this.comboboxJumpToFirst.AppendText(Mono.Unix.Catalog.GetString("Never"));
- this.comboboxJumpToFirst.Name = "comboboxJumpToFirst";
- this.comboboxJumpToFirst.Active = 0;
- this.hbox1.Add(this.comboboxJumpToFirst);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox1[this.comboboxJumpToFirst]));
- w2.Position = 1;
- this.vbox1.Add(this.hbox1);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
- w3.Position = 0;
- w3.Expand = false;
- w3.Fill = false;
- // Container child vbox1.Gtk.Box+BoxChild
- this.label7 = new Gtk.Label();
- this.label7.Name = "label7";
- this.label7.Xalign = 0F;
- this.label7.LabelProp = Mono.Unix.Catalog.GetString("<b>Build Results Window</b>");
- this.label7.UseMarkup = true;
- this.vbox1.Add(this.label7);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox1[this.label7]));
- w4.Position = 1;
- w4.Expand = false;
- w4.Fill = false;
- // Container child vbox1.Gtk.Box+BoxChild
- this.hbox3 = new Gtk.HBox();
- this.hbox3.Name = "hbox3";
- this.hbox3.Spacing = 6;
- // Container child hbox3.Gtk.Box+BoxChild
- this.label8 = new Gtk.Label();
- this.label8.Name = "label8";
- this.label8.LabelProp = Mono.Unix.Catalog.GetString(" ");
- this.hbox3.Add(this.label8);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.hbox3[this.label8]));
- w5.Position = 0;
- w5.Expand = false;
- w5.Fill = false;
- // Container child hbox3.Gtk.Box+BoxChild
- this.table2 = new Gtk.Table(((uint)(2)), ((uint)(2)), false);
- this.table2.Name = "table2";
- this.table2.RowSpacing = ((uint)(6));
- this.table2.ColumnSpacing = ((uint)(6));
- // Container child table2.Gtk.Table+TableChild
- this.comboboxBuildResultsAfter = Gtk.ComboBox.NewText();
- this.comboboxBuildResultsAfter.AppendText(Mono.Unix.Catalog.GetString("Never"));
- this.comboboxBuildResultsAfter.Name = "comboboxBuildResultsAfter";
- this.comboboxBuildResultsAfter.Active = 0;
- this.table2.Add(this.comboboxBuildResultsAfter);
- Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table2[this.comboboxBuildResultsAfter]));
- w6.TopAttach = ((uint)(1));
- w6.BottomAttach = ((uint)(2));
- w6.LeftAttach = ((uint)(1));
- w6.RightAttach = ((uint)(2));
- w6.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table2.Gtk.Table+TableChild
- this.comboboxBuildResultsDuring = Gtk.ComboBox.NewText();
- this.comboboxBuildResultsDuring.AppendText(Mono.Unix.Catalog.GetString("Never"));
- this.comboboxBuildResultsDuring.Name = "comboboxBuildResultsDuring";
- this.comboboxBuildResultsDuring.Active = 0;
- this.table2.Add(this.comboboxBuildResultsDuring);
- Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table2[this.comboboxBuildResultsDuring]));
- w7.LeftAttach = ((uint)(1));
- w7.RightAttach = ((uint)(2));
- w7.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table2.Gtk.Table+TableChild
- this.label1 = new Gtk.Label();
- this.label1.Name = "label1";
- this.label1.Xalign = 0F;
- this.label1.LabelProp = Mono.Unix.Catalog.GetString("Show during build:");
- this.table2.Add(this.label1);
- Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table2[this.label1]));
- w8.XOptions = ((Gtk.AttachOptions)(4));
- w8.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table2.Gtk.Table+TableChild
- this.label2 = new Gtk.Label();
- this.label2.Name = "label2";
- this.label2.Xalign = 0F;
- this.label2.LabelProp = Mono.Unix.Catalog.GetString("Show after build:");
- this.table2.Add(this.label2);
- Gtk.Table.TableChild w9 = ((Gtk.Table.TableChild)(this.table2[this.label2]));
- w9.TopAttach = ((uint)(1));
- w9.BottomAttach = ((uint)(2));
- w9.XOptions = ((Gtk.AttachOptions)(4));
- w9.YOptions = ((Gtk.AttachOptions)(4));
- this.hbox3.Add(this.table2);
- Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.hbox3[this.table2]));
- w10.Position = 1;
- this.vbox1.Add(this.hbox3);
- Gtk.Box.BoxChild w11 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbox3]));
- w11.Position = 2;
- w11.Expand = false;
- w11.Fill = false;
- // Container child vbox1.Gtk.Box+BoxChild
- this.label9 = new Gtk.Label();
- this.label9.Name = "label9";
- this.label9.Xalign = 0F;
- this.label9.LabelProp = Mono.Unix.Catalog.GetString("<b>Errors and Warnings Pad</b>");
- this.label9.UseMarkup = true;
- this.vbox1.Add(this.label9);
- Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.vbox1[this.label9]));
- w12.Position = 3;
- w12.Expand = false;
- w12.Fill = false;
- // Container child vbox1.Gtk.Box+BoxChild
- this.hbox4 = new Gtk.HBox();
- this.hbox4.Name = "hbox4";
- this.hbox4.Spacing = 6;
- // Container child hbox4.Gtk.Box+BoxChild
- this.label10 = new Gtk.Label();
- this.label10.Name = "label10";
- this.label10.LabelProp = Mono.Unix.Catalog.GetString(" ");
- this.hbox4.Add(this.label10);
- Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(this.hbox4[this.label10]));
- w13.Position = 0;
- w13.Expand = false;
- w13.Fill = false;
- // Container child hbox4.Gtk.Box+BoxChild
- this.table3 = new Gtk.Table(((uint)(2)), ((uint)(2)), false);
- this.table3.Name = "table3";
- this.table3.RowSpacing = ((uint)(6));
- this.table3.ColumnSpacing = ((uint)(6));
- // Container child table3.Gtk.Table+TableChild
- this.comboboxErrorPadAfter = Gtk.ComboBox.NewText();
- this.comboboxErrorPadAfter.AppendText(Mono.Unix.Catalog.GetString("Never"));
- this.comboboxErrorPadAfter.Name = "comboboxErrorPadAfter";
- this.comboboxErrorPadAfter.Active = 0;
- this.table3.Add(this.comboboxErrorPadAfter);
- Gtk.Table.TableChild w14 = ((Gtk.Table.TableChild)(this.table3[this.comboboxErrorPadAfter]));
- w14.TopAttach = ((uint)(1));
- w14.BottomAttach = ((uint)(2));
- w14.LeftAttach = ((uint)(1));
- w14.RightAttach = ((uint)(2));
- w14.XOptions = ((Gtk.AttachOptions)(4));
- w14.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table3.Gtk.Table+TableChild
- this.comboboxErrorPadDuring = Gtk.ComboBox.NewText();
- this.comboboxErrorPadDuring.AppendText(Mono.Unix.Catalog.GetString("Never"));
- this.comboboxErrorPadDuring.Name = "comboboxErrorPadDuring";
- this.comboboxErrorPadDuring.Active = 0;
- this.table3.Add(this.comboboxErrorPadDuring);
- Gtk.Table.TableChild w15 = ((Gtk.Table.TableChild)(this.table3[this.comboboxErrorPadDuring]));
- w15.LeftAttach = ((uint)(1));
- w15.RightAttach = ((uint)(2));
- w15.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table3.Gtk.Table+TableChild
- this.label3 = new Gtk.Label();
- this.label3.Name = "label3";
- this.label3.Xalign = 0F;
- this.label3.LabelProp = Mono.Unix.Catalog.GetString("Show after build:");
- this.table3.Add(this.label3);
- Gtk.Table.TableChild w16 = ((Gtk.Table.TableChild)(this.table3[this.label3]));
- w16.TopAttach = ((uint)(1));
- w16.BottomAttach = ((uint)(2));
- w16.XOptions = ((Gtk.AttachOptions)(4));
- w16.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table3.Gtk.Table+TableChild
- this.label4 = new Gtk.Label();
- this.label4.Name = "label4";
- this.label4.Xalign = 0F;
- this.label4.LabelProp = Mono.Unix.Catalog.GetString("Show during build:");
- this.table3.Add(this.label4);
- Gtk.Table.TableChild w17 = ((Gtk.Table.TableChild)(this.table3[this.label4]));
- w17.XOptions = ((Gtk.AttachOptions)(4));
- w17.YOptions = ((Gtk.AttachOptions)(4));
- this.hbox4.Add(this.table3);
- Gtk.Box.BoxChild w18 = ((Gtk.Box.BoxChild)(this.hbox4[this.table3]));
- w18.Position = 1;
- this.vbox1.Add(this.hbox4);
- Gtk.Box.BoxChild w19 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbox4]));
- w19.Position = 4;
- w19.Expand = false;
- w19.Fill = false;
- // Container child vbox1.Gtk.Box+BoxChild
- this.label11 = new Gtk.Label();
- this.label11.Name = "label11";
- this.label11.Xalign = 0F;
- this.label11.LabelProp = Mono.Unix.Catalog.GetString("<b>Message Bubbles</b>");
- this.label11.UseMarkup = true;
- this.vbox1.Add(this.label11);
- Gtk.Box.BoxChild w20 = ((Gtk.Box.BoxChild)(this.vbox1[this.label11]));
- w20.Position = 5;
- w20.Expand = false;
- w20.Fill = false;
- // Container child vbox1.Gtk.Box+BoxChild
- this.hbox2 = new Gtk.HBox();
- this.hbox2.Name = "hbox2";
- this.hbox2.Spacing = 6;
- // Container child hbox2.Gtk.Box+BoxChild
- this.label12 = new Gtk.Label();
- this.label12.Name = "label12";
- this.label12.LabelProp = Mono.Unix.Catalog.GetString(" ");
- this.hbox2.Add(this.label12);
- Gtk.Box.BoxChild w21 = ((Gtk.Box.BoxChild)(this.hbox2[this.label12]));
- w21.Position = 0;
- w21.Expand = false;
- w21.Fill = false;
- // Container child hbox2.Gtk.Box+BoxChild
- this.label5 = new Gtk.Label();
- this.label5.Name = "label5";
- this.label5.Xalign = 0F;
- this.label5.LabelProp = Mono.Unix.Catalog.GetString("Show during build:");
- this.hbox2.Add(this.label5);
- Gtk.Box.BoxChild w22 = ((Gtk.Box.BoxChild)(this.hbox2[this.label5]));
- w22.Position = 1;
- w22.Expand = false;
- w22.Fill = false;
- // Container child hbox2.Gtk.Box+BoxChild
- this.comboboxMessageBubbles = Gtk.ComboBox.NewText();
- this.comboboxMessageBubbles.AppendText(Mono.Unix.Catalog.GetString("Never"));
- this.comboboxMessageBubbles.Name = "comboboxMessageBubbles";
- this.comboboxMessageBubbles.Active = 0;
- this.hbox2.Add(this.comboboxMessageBubbles);
- Gtk.Box.BoxChild w23 = ((Gtk.Box.BoxChild)(this.hbox2[this.comboboxMessageBubbles]));
- w23.Position = 2;
- this.vbox1.Add(this.hbox2);
- Gtk.Box.BoxChild w24 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
- w24.Position = 6;
- w24.Expand = false;
- w24.Fill = false;
- this.Add(this.vbox1);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.Hide();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.OptionPanels
+{
+ internal partial class BuildMessagePanelWidget
+ {
+ private global::Gtk.VBox vbox1;
+
+ private global::Gtk.HBox hbox1;
+
+ private global::Gtk.Label label6;
+
+ private global::Gtk.ComboBox comboboxJumpToFirst;
+
+ private global::Gtk.Label label7;
+
+ private global::Gtk.HBox hbox3;
+
+ private global::Gtk.Label label8;
+
+ private global::Gtk.Table table2;
+
+ private global::Gtk.ComboBox comboboxBuildResultsAfter;
+
+ private global::Gtk.ComboBox comboboxBuildResultsDuring;
+
+ private global::Gtk.Label label1;
+
+ private global::Gtk.Label label2;
+
+ private global::Gtk.Label label9;
+
+ private global::Gtk.HBox hbox4;
+
+ private global::Gtk.Label label10;
+
+ private global::Gtk.Table table3;
+
+ private global::Gtk.ComboBox comboboxErrorPadAfter;
+
+ private global::Gtk.ComboBox comboboxErrorPadDuring;
+
+ private global::Gtk.Label label3;
+
+ private global::Gtk.Label label4;
+
+ private global::Gtk.Label label11;
+
+ private global::Gtk.HBox hbox2;
+
+ private global::Gtk.Label label12;
+
+ private global::Gtk.Label label5;
+
+ private global::Gtk.ComboBox comboboxMessageBubbles;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.OptionPanels.BuildMessagePanelWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Ide.Gui.OptionPanels.BuildMessagePanelWidget";
+ // Container child MonoDevelop.Ide.Gui.OptionPanels.BuildMessagePanelWidget.Gtk.Container+ContainerChild
+ this.vbox1 = new global::Gtk.VBox ();
+ this.vbox1.Name = "vbox1";
+ this.vbox1.Spacing = 6;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.hbox1 = new global::Gtk.HBox ();
+ this.hbox1.Name = "hbox1";
+ this.hbox1.Spacing = 6;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.label6 = new global::Gtk.Label ();
+ this.label6.Name = "label6";
+ this.label6.Xalign = 0f;
+ this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Jump to first error or warning:");
+ this.hbox1.Add (this.label6);
+ global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label6]));
+ w1.Position = 0;
+ w1.Expand = false;
+ w1.Fill = false;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.comboboxJumpToFirst = global::Gtk.ComboBox.NewText ();
+ this.comboboxJumpToFirst.AppendText (global::Mono.Unix.Catalog.GetString ("Never"));
+ this.comboboxJumpToFirst.Name = "comboboxJumpToFirst";
+ this.comboboxJumpToFirst.Active = 0;
+ this.hbox1.Add (this.comboboxJumpToFirst);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.comboboxJumpToFirst]));
+ w2.Position = 1;
+ this.vbox1.Add (this.hbox1);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
+ w3.Position = 0;
+ w3.Expand = false;
+ w3.Fill = false;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.label7 = new global::Gtk.Label ();
+ this.label7.Name = "label7";
+ this.label7.Xalign = 0f;
+ this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Build Results Window</b>");
+ this.label7.UseMarkup = true;
+ this.vbox1.Add (this.label7);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label7]));
+ w4.Position = 1;
+ w4.Expand = false;
+ w4.Fill = false;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.hbox3 = new global::Gtk.HBox ();
+ this.hbox3.Name = "hbox3";
+ this.hbox3.Spacing = 6;
+ // Container child hbox3.Gtk.Box+BoxChild
+ this.label8 = new global::Gtk.Label ();
+ this.label8.Name = "label8";
+ this.label8.LabelProp = global::Mono.Unix.Catalog.GetString (" ");
+ this.hbox3.Add (this.label8);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label8]));
+ w5.Position = 0;
+ w5.Expand = false;
+ w5.Fill = false;
+ // Container child hbox3.Gtk.Box+BoxChild
+ this.table2 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
+ this.table2.Name = "table2";
+ this.table2.RowSpacing = ((uint)(6));
+ this.table2.ColumnSpacing = ((uint)(6));
+ // Container child table2.Gtk.Table+TableChild
+ this.comboboxBuildResultsAfter = global::Gtk.ComboBox.NewText ();
+ this.comboboxBuildResultsAfter.AppendText (global::Mono.Unix.Catalog.GetString ("Never"));
+ this.comboboxBuildResultsAfter.Name = "comboboxBuildResultsAfter";
+ this.comboboxBuildResultsAfter.Active = 0;
+ this.table2.Add (this.comboboxBuildResultsAfter);
+ global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2[this.comboboxBuildResultsAfter]));
+ w6.TopAttach = ((uint)(1));
+ w6.BottomAttach = ((uint)(2));
+ w6.LeftAttach = ((uint)(1));
+ w6.RightAttach = ((uint)(2));
+ w6.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table2.Gtk.Table+TableChild
+ this.comboboxBuildResultsDuring = global::Gtk.ComboBox.NewText ();
+ this.comboboxBuildResultsDuring.AppendText (global::Mono.Unix.Catalog.GetString ("Never"));
+ this.comboboxBuildResultsDuring.Name = "comboboxBuildResultsDuring";
+ this.comboboxBuildResultsDuring.Active = 0;
+ this.table2.Add (this.comboboxBuildResultsDuring);
+ global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table2[this.comboboxBuildResultsDuring]));
+ w7.LeftAttach = ((uint)(1));
+ w7.RightAttach = ((uint)(2));
+ w7.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table2.Gtk.Table+TableChild
+ this.label1 = new global::Gtk.Label ();
+ this.label1.Name = "label1";
+ this.label1.Xalign = 0f;
+ this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Show during build:");
+ this.table2.Add (this.label1);
+ global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table2[this.label1]));
+ w8.XOptions = ((global::Gtk.AttachOptions)(4));
+ w8.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table2.Gtk.Table+TableChild
+ this.label2 = new global::Gtk.Label ();
+ this.label2.Name = "label2";
+ this.label2.Xalign = 0f;
+ this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Show after build:");
+ this.table2.Add (this.label2);
+ global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table2[this.label2]));
+ w9.TopAttach = ((uint)(1));
+ w9.BottomAttach = ((uint)(2));
+ w9.XOptions = ((global::Gtk.AttachOptions)(4));
+ w9.YOptions = ((global::Gtk.AttachOptions)(4));
+ this.hbox3.Add (this.table2);
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.table2]));
+ w10.Position = 1;
+ this.vbox1.Add (this.hbox3);
+ global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3]));
+ w11.Position = 2;
+ w11.Expand = false;
+ w11.Fill = false;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.label9 = new global::Gtk.Label ();
+ this.label9.Name = "label9";
+ this.label9.Xalign = 0f;
+ this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Errors and Warnings Pad</b>");
+ this.label9.UseMarkup = true;
+ this.vbox1.Add (this.label9);
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label9]));
+ w12.Position = 3;
+ w12.Expand = false;
+ w12.Fill = false;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.hbox4 = new global::Gtk.HBox ();
+ this.hbox4.Name = "hbox4";
+ this.hbox4.Spacing = 6;
+ // Container child hbox4.Gtk.Box+BoxChild
+ this.label10 = new global::Gtk.Label ();
+ this.label10.Name = "label10";
+ this.label10.LabelProp = global::Mono.Unix.Catalog.GetString (" ");
+ this.hbox4.Add (this.label10);
+ global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.label10]));
+ w13.Position = 0;
+ w13.Expand = false;
+ w13.Fill = false;
+ // Container child hbox4.Gtk.Box+BoxChild
+ this.table3 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
+ this.table3.Name = "table3";
+ this.table3.RowSpacing = ((uint)(6));
+ this.table3.ColumnSpacing = ((uint)(6));
+ // Container child table3.Gtk.Table+TableChild
+ this.comboboxErrorPadAfter = global::Gtk.ComboBox.NewText ();
+ this.comboboxErrorPadAfter.AppendText (global::Mono.Unix.Catalog.GetString ("Never"));
+ this.comboboxErrorPadAfter.Name = "comboboxErrorPadAfter";
+ this.comboboxErrorPadAfter.Active = 0;
+ this.table3.Add (this.comboboxErrorPadAfter);
+ global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table3[this.comboboxErrorPadAfter]));
+ w14.TopAttach = ((uint)(1));
+ w14.BottomAttach = ((uint)(2));
+ w14.LeftAttach = ((uint)(1));
+ w14.RightAttach = ((uint)(2));
+ w14.XOptions = ((global::Gtk.AttachOptions)(4));
+ w14.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table3.Gtk.Table+TableChild
+ this.comboboxErrorPadDuring = global::Gtk.ComboBox.NewText ();
+ this.comboboxErrorPadDuring.AppendText (global::Mono.Unix.Catalog.GetString ("Never"));
+ this.comboboxErrorPadDuring.Name = "comboboxErrorPadDuring";
+ this.comboboxErrorPadDuring.Active = 0;
+ this.table3.Add (this.comboboxErrorPadDuring);
+ global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table3[this.comboboxErrorPadDuring]));
+ w15.LeftAttach = ((uint)(1));
+ w15.RightAttach = ((uint)(2));
+ w15.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table3.Gtk.Table+TableChild
+ this.label3 = new global::Gtk.Label ();
+ this.label3.Name = "label3";
+ this.label3.Xalign = 0f;
+ this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Show after build:");
+ this.table3.Add (this.label3);
+ global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table3[this.label3]));
+ w16.TopAttach = ((uint)(1));
+ w16.BottomAttach = ((uint)(2));
+ w16.XOptions = ((global::Gtk.AttachOptions)(4));
+ w16.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table3.Gtk.Table+TableChild
+ this.label4 = new global::Gtk.Label ();
+ this.label4.Name = "label4";
+ this.label4.Xalign = 0f;
+ this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Show during build:");
+ this.table3.Add (this.label4);
+ global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table3[this.label4]));
+ w17.XOptions = ((global::Gtk.AttachOptions)(4));
+ w17.YOptions = ((global::Gtk.AttachOptions)(4));
+ this.hbox4.Add (this.table3);
+ global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.table3]));
+ w18.Position = 1;
+ this.vbox1.Add (this.hbox4);
+ global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4]));
+ w19.Position = 4;
+ w19.Expand = false;
+ w19.Fill = false;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.label11 = new global::Gtk.Label ();
+ this.label11.Name = "label11";
+ this.label11.Xalign = 0f;
+ this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Message Bubbles</b>");
+ this.label11.UseMarkup = true;
+ this.vbox1.Add (this.label11);
+ global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label11]));
+ w20.Position = 5;
+ w20.Expand = false;
+ w20.Fill = false;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.hbox2 = new global::Gtk.HBox ();
+ this.hbox2.Name = "hbox2";
+ this.hbox2.Spacing = 6;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.label12 = new global::Gtk.Label ();
+ this.label12.Name = "label12";
+ this.label12.LabelProp = global::Mono.Unix.Catalog.GetString (" ");
+ this.hbox2.Add (this.label12);
+ global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label12]));
+ w21.Position = 0;
+ w21.Expand = false;
+ w21.Fill = false;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.label5 = new global::Gtk.Label ();
+ this.label5.Name = "label5";
+ this.label5.Xalign = 0f;
+ this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Show during build:");
+ this.hbox2.Add (this.label5);
+ global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label5]));
+ w22.Position = 1;
+ w22.Expand = false;
+ w22.Fill = false;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.comboboxMessageBubbles = global::Gtk.ComboBox.NewText ();
+ this.comboboxMessageBubbles.AppendText (global::Mono.Unix.Catalog.GetString ("Never"));
+ this.comboboxMessageBubbles.Name = "comboboxMessageBubbles";
+ this.comboboxMessageBubbles.Active = 0;
+ this.hbox2.Add (this.comboboxMessageBubbles);
+ global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.comboboxMessageBubbles]));
+ w23.Position = 2;
+ this.vbox1.Add (this.hbox2);
+ global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
+ w24.Position = 6;
+ w24.Expand = false;
+ w24.Fill = false;
+ this.Add (this.vbox1);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.Hide ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget.cs
index 7ea26a6691..69877661e3 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget.cs
@@ -1,163 +1,155 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.OptionPanels {
-
-
- internal partial class BuildPanelWidget {
-
- private Gtk.VBox vbox66;
-
- private Gtk.CheckButton buildBeforeRunCheckBox;
-
- private Gtk.CheckButton runWithWarningsCheckBox;
-
- private Gtk.CheckButton checkXBuild;
-
- private Gtk.Label buildAndRunOptionsLabel;
-
- private Gtk.HBox hbox44;
-
- private Gtk.Label label71;
-
- private Gtk.VBox vbox67;
-
- private Gtk.RadioButton saveChangesRadioButton;
-
- private Gtk.RadioButton promptChangesRadioButton;
-
- private Gtk.RadioButton noSaveRadioButton;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget";
- // Container child MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget.Gtk.Container+ContainerChild
- this.vbox66 = new Gtk.VBox();
- this.vbox66.Name = "vbox66";
- this.vbox66.Spacing = 6;
- // Container child vbox66.Gtk.Box+BoxChild
- this.buildBeforeRunCheckBox = new Gtk.CheckButton();
- this.buildBeforeRunCheckBox.CanFocus = true;
- this.buildBeforeRunCheckBox.Name = "buildBeforeRunCheckBox";
- this.buildBeforeRunCheckBox.Label = Mono.Unix.Catalog.GetString("Build solution before running");
- this.buildBeforeRunCheckBox.DrawIndicator = true;
- this.buildBeforeRunCheckBox.UseUnderline = true;
- this.vbox66.Add(this.buildBeforeRunCheckBox);
- Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.vbox66[this.buildBeforeRunCheckBox]));
- w1.Position = 0;
- w1.Expand = false;
- w1.Fill = false;
- // Container child vbox66.Gtk.Box+BoxChild
- this.runWithWarningsCheckBox = new Gtk.CheckButton();
- this.runWithWarningsCheckBox.CanFocus = true;
- this.runWithWarningsCheckBox.Name = "runWithWarningsCheckBox";
- this.runWithWarningsCheckBox.Label = Mono.Unix.Catalog.GetString("Run solution if build completed with warnings");
- this.runWithWarningsCheckBox.DrawIndicator = true;
- this.runWithWarningsCheckBox.UseUnderline = true;
- this.vbox66.Add(this.runWithWarningsCheckBox);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.vbox66[this.runWithWarningsCheckBox]));
- w2.Position = 1;
- w2.Expand = false;
- w2.Fill = false;
- // Container child vbox66.Gtk.Box+BoxChild
- this.checkXBuild = new Gtk.CheckButton();
- this.checkXBuild.CanFocus = true;
- this.checkXBuild.Name = "checkXBuild";
- this.checkXBuild.Label = Mono.Unix.Catalog.GetString("Compile projects using MSBuild / XBuild\n(this is an experimental feature and may not work for some projects)");
- this.checkXBuild.DrawIndicator = true;
- this.checkXBuild.UseUnderline = true;
- this.vbox66.Add(this.checkXBuild);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox66[this.checkXBuild]));
- w3.Position = 2;
- w3.Expand = false;
- w3.Fill = false;
- // Container child vbox66.Gtk.Box+BoxChild
- this.buildAndRunOptionsLabel = new Gtk.Label();
- this.buildAndRunOptionsLabel.Name = "buildAndRunOptionsLabel";
- this.buildAndRunOptionsLabel.Xalign = 0F;
- this.buildAndRunOptionsLabel.Yalign = 0F;
- this.buildAndRunOptionsLabel.LabelProp = Mono.Unix.Catalog.GetString("<b>File Save Options Before Building</b>");
- this.buildAndRunOptionsLabel.UseMarkup = true;
- this.vbox66.Add(this.buildAndRunOptionsLabel);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox66[this.buildAndRunOptionsLabel]));
- w4.Position = 3;
- w4.Expand = false;
- w4.Fill = false;
- w4.Padding = ((uint)(6));
- // Container child vbox66.Gtk.Box+BoxChild
- this.hbox44 = new Gtk.HBox();
- this.hbox44.Name = "hbox44";
- this.hbox44.Spacing = 6;
- // Container child hbox44.Gtk.Box+BoxChild
- this.label71 = new Gtk.Label();
- this.label71.Name = "label71";
- this.label71.Xalign = 0F;
- this.label71.Yalign = 0F;
- this.label71.LabelProp = " ";
- this.hbox44.Add(this.label71);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.hbox44[this.label71]));
- w5.Position = 0;
- w5.Expand = false;
- w5.Fill = false;
- // Container child hbox44.Gtk.Box+BoxChild
- this.vbox67 = new Gtk.VBox();
- this.vbox67.Name = "vbox67";
- this.vbox67.Spacing = 6;
- // Container child vbox67.Gtk.Box+BoxChild
- this.saveChangesRadioButton = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("_Save changes to open documents"));
- this.saveChangesRadioButton.Name = "saveChangesRadioButton";
- this.saveChangesRadioButton.Active = true;
- this.saveChangesRadioButton.DrawIndicator = true;
- this.saveChangesRadioButton.UseUnderline = true;
- this.saveChangesRadioButton.Group = new GLib.SList(System.IntPtr.Zero);
- this.vbox67.Add(this.saveChangesRadioButton);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox67[this.saveChangesRadioButton]));
- w6.Position = 0;
- w6.Expand = false;
- w6.Fill = false;
- // Container child vbox67.Gtk.Box+BoxChild
- this.promptChangesRadioButton = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("_Prompt to save changes to open documents"));
- this.promptChangesRadioButton.Name = "promptChangesRadioButton";
- this.promptChangesRadioButton.DrawIndicator = true;
- this.promptChangesRadioButton.UseUnderline = true;
- this.promptChangesRadioButton.Group = this.saveChangesRadioButton.Group;
- this.vbox67.Add(this.promptChangesRadioButton);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vbox67[this.promptChangesRadioButton]));
- w7.Position = 1;
- w7.Expand = false;
- w7.Fill = false;
- // Container child vbox67.Gtk.Box+BoxChild
- this.noSaveRadioButton = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("_Don't save changes to open documents "));
- this.noSaveRadioButton.Name = "noSaveRadioButton";
- this.noSaveRadioButton.DrawIndicator = true;
- this.noSaveRadioButton.UseUnderline = true;
- this.noSaveRadioButton.Group = this.saveChangesRadioButton.Group;
- this.vbox67.Add(this.noSaveRadioButton);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.vbox67[this.noSaveRadioButton]));
- w8.Position = 2;
- w8.Expand = false;
- w8.Fill = false;
- this.hbox44.Add(this.vbox67);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.hbox44[this.vbox67]));
- w9.Position = 1;
- w9.Expand = false;
- this.vbox66.Add(this.hbox44);
- Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.vbox66[this.hbox44]));
- w10.Position = 4;
- this.Add(this.vbox66);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.Show();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.OptionPanels
+{
+ internal partial class BuildPanelWidget
+ {
+ private global::Gtk.VBox vbox66;
+
+ private global::Gtk.CheckButton buildBeforeRunCheckBox;
+
+ private global::Gtk.CheckButton runWithWarningsCheckBox;
+
+ private global::Gtk.CheckButton checkXBuild;
+
+ private global::Gtk.Label buildAndRunOptionsLabel;
+
+ private global::Gtk.HBox hbox44;
+
+ private global::Gtk.Label label71;
+
+ private global::Gtk.VBox vbox67;
+
+ private global::Gtk.RadioButton saveChangesRadioButton;
+
+ private global::Gtk.RadioButton promptChangesRadioButton;
+
+ private global::Gtk.RadioButton noSaveRadioButton;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget";
+ // Container child MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget.Gtk.Container+ContainerChild
+ this.vbox66 = new global::Gtk.VBox ();
+ this.vbox66.Name = "vbox66";
+ this.vbox66.Spacing = 6;
+ // Container child vbox66.Gtk.Box+BoxChild
+ this.buildBeforeRunCheckBox = new global::Gtk.CheckButton ();
+ this.buildBeforeRunCheckBox.CanFocus = true;
+ this.buildBeforeRunCheckBox.Name = "buildBeforeRunCheckBox";
+ this.buildBeforeRunCheckBox.Label = global::Mono.Unix.Catalog.GetString ("Build solution before running");
+ this.buildBeforeRunCheckBox.DrawIndicator = true;
+ this.buildBeforeRunCheckBox.UseUnderline = true;
+ this.vbox66.Add (this.buildBeforeRunCheckBox);
+ global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox66[this.buildBeforeRunCheckBox]));
+ w1.Position = 0;
+ w1.Expand = false;
+ w1.Fill = false;
+ // Container child vbox66.Gtk.Box+BoxChild
+ this.runWithWarningsCheckBox = new global::Gtk.CheckButton ();
+ this.runWithWarningsCheckBox.CanFocus = true;
+ this.runWithWarningsCheckBox.Name = "runWithWarningsCheckBox";
+ this.runWithWarningsCheckBox.Label = global::Mono.Unix.Catalog.GetString ("Run solution if build completed with warnings");
+ this.runWithWarningsCheckBox.DrawIndicator = true;
+ this.runWithWarningsCheckBox.UseUnderline = true;
+ this.vbox66.Add (this.runWithWarningsCheckBox);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox66[this.runWithWarningsCheckBox]));
+ w2.Position = 1;
+ w2.Expand = false;
+ w2.Fill = false;
+ // Container child vbox66.Gtk.Box+BoxChild
+ this.checkXBuild = new global::Gtk.CheckButton ();
+ this.checkXBuild.CanFocus = true;
+ this.checkXBuild.Name = "checkXBuild";
+ this.checkXBuild.Label = global::Mono.Unix.Catalog.GetString ("Compile projects using MSBuild / XBuild\n(this is an experimental feature and may not work for some projects)");
+ this.checkXBuild.DrawIndicator = true;
+ this.checkXBuild.UseUnderline = true;
+ this.vbox66.Add (this.checkXBuild);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox66[this.checkXBuild]));
+ w3.Position = 2;
+ w3.Expand = false;
+ w3.Fill = false;
+ // Container child vbox66.Gtk.Box+BoxChild
+ this.buildAndRunOptionsLabel = new global::Gtk.Label ();
+ this.buildAndRunOptionsLabel.Name = "buildAndRunOptionsLabel";
+ this.buildAndRunOptionsLabel.Xalign = 0f;
+ this.buildAndRunOptionsLabel.Yalign = 0f;
+ this.buildAndRunOptionsLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>File Save Options Before Building</b>");
+ this.buildAndRunOptionsLabel.UseMarkup = true;
+ this.vbox66.Add (this.buildAndRunOptionsLabel);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox66[this.buildAndRunOptionsLabel]));
+ w4.Position = 3;
+ w4.Expand = false;
+ w4.Fill = false;
+ w4.Padding = ((uint)(6));
+ // Container child vbox66.Gtk.Box+BoxChild
+ this.hbox44 = new global::Gtk.HBox ();
+ this.hbox44.Name = "hbox44";
+ this.hbox44.Spacing = 6;
+ // Container child hbox44.Gtk.Box+BoxChild
+ this.label71 = new global::Gtk.Label ();
+ this.label71.Name = "label71";
+ this.label71.Xalign = 0f;
+ this.label71.Yalign = 0f;
+ this.label71.LabelProp = " ";
+ this.hbox44.Add (this.label71);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox44[this.label71]));
+ w5.Position = 0;
+ w5.Expand = false;
+ w5.Fill = false;
+ // Container child hbox44.Gtk.Box+BoxChild
+ this.vbox67 = new global::Gtk.VBox ();
+ this.vbox67.Name = "vbox67";
+ this.vbox67.Spacing = 6;
+ // Container child vbox67.Gtk.Box+BoxChild
+ this.saveChangesRadioButton = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_Save changes to open documents"));
+ this.saveChangesRadioButton.Name = "saveChangesRadioButton";
+ this.saveChangesRadioButton.Active = true;
+ this.saveChangesRadioButton.DrawIndicator = true;
+ this.saveChangesRadioButton.UseUnderline = true;
+ this.saveChangesRadioButton.Group = new global::GLib.SList (global::System.IntPtr.Zero);
+ this.vbox67.Add (this.saveChangesRadioButton);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox67[this.saveChangesRadioButton]));
+ w6.Position = 0;
+ w6.Expand = false;
+ w6.Fill = false;
+ // Container child vbox67.Gtk.Box+BoxChild
+ this.promptChangesRadioButton = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_Prompt to save changes to open documents"));
+ this.promptChangesRadioButton.Name = "promptChangesRadioButton";
+ this.promptChangesRadioButton.DrawIndicator = true;
+ this.promptChangesRadioButton.UseUnderline = true;
+ this.promptChangesRadioButton.Group = this.saveChangesRadioButton.Group;
+ this.vbox67.Add (this.promptChangesRadioButton);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox67[this.promptChangesRadioButton]));
+ w7.Position = 1;
+ w7.Expand = false;
+ w7.Fill = false;
+ // Container child vbox67.Gtk.Box+BoxChild
+ this.noSaveRadioButton = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("_Don't save changes to open documents "));
+ this.noSaveRadioButton.Name = "noSaveRadioButton";
+ this.noSaveRadioButton.DrawIndicator = true;
+ this.noSaveRadioButton.UseUnderline = true;
+ this.noSaveRadioButton.Group = this.saveChangesRadioButton.Group;
+ this.vbox67.Add (this.noSaveRadioButton);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox67[this.noSaveRadioButton]));
+ w8.Position = 2;
+ w8.Expand = false;
+ w8.Fill = false;
+ this.hbox44.Add (this.vbox67);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox44[this.vbox67]));
+ w9.Position = 1;
+ w9.Expand = false;
+ this.vbox66.Add (this.hbox44);
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox66[this.hbox44]));
+ w10.Position = 4;
+ this.Add (this.vbox66);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.Show ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget.cs
index 4790c28410..32663d3aa4 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget.cs
@@ -1,119 +1,111 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.OptionPanels {
-
-
- internal partial class GlobalAuthorInformationPanelWidget {
-
- private Gtk.Table table1;
-
- private Gtk.Entry copyrightEntry;
-
- private Gtk.Entry emailEntry;
-
- private Gtk.Label label2;
-
- private Gtk.Label label3;
-
- private Gtk.Label label4;
-
- private Gtk.Entry nameEntry;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget";
- // Container child MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget.Gtk.Container+ContainerChild
- this.table1 = new Gtk.Table(((uint)(3)), ((uint)(2)), false);
- this.table1.Name = "table1";
- this.table1.RowSpacing = ((uint)(6));
- this.table1.ColumnSpacing = ((uint)(6));
- // Container child table1.Gtk.Table+TableChild
- this.copyrightEntry = new Gtk.Entry();
- this.copyrightEntry.CanFocus = true;
- this.copyrightEntry.Name = "copyrightEntry";
- this.copyrightEntry.IsEditable = true;
- this.copyrightEntry.InvisibleChar = '●';
- this.table1.Add(this.copyrightEntry);
- Gtk.Table.TableChild w1 = ((Gtk.Table.TableChild)(this.table1[this.copyrightEntry]));
- w1.TopAttach = ((uint)(2));
- w1.BottomAttach = ((uint)(3));
- w1.LeftAttach = ((uint)(1));
- w1.RightAttach = ((uint)(2));
- w1.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.emailEntry = new Gtk.Entry();
- this.emailEntry.CanFocus = true;
- this.emailEntry.Name = "emailEntry";
- this.emailEntry.IsEditable = true;
- this.emailEntry.InvisibleChar = '●';
- this.table1.Add(this.emailEntry);
- Gtk.Table.TableChild w2 = ((Gtk.Table.TableChild)(this.table1[this.emailEntry]));
- w2.TopAttach = ((uint)(1));
- w2.BottomAttach = ((uint)(2));
- w2.LeftAttach = ((uint)(1));
- w2.RightAttach = ((uint)(2));
- w2.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.label2 = new Gtk.Label();
- this.label2.Name = "label2";
- this.label2.Xalign = 0F;
- this.label2.LabelProp = Mono.Unix.Catalog.GetString("_Name:");
- this.label2.UseUnderline = true;
- this.table1.Add(this.label2);
- Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table1[this.label2]));
- w3.XOptions = ((Gtk.AttachOptions)(4));
- w3.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.label3 = new Gtk.Label();
- this.label3.Name = "label3";
- this.label3.Xalign = 0F;
- this.label3.LabelProp = Mono.Unix.Catalog.GetString("_Copyright:");
- this.label3.UseUnderline = true;
- this.table1.Add(this.label3);
- Gtk.Table.TableChild w4 = ((Gtk.Table.TableChild)(this.table1[this.label3]));
- w4.TopAttach = ((uint)(2));
- w4.BottomAttach = ((uint)(3));
- w4.XOptions = ((Gtk.AttachOptions)(4));
- w4.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.label4 = new Gtk.Label();
- this.label4.Name = "label4";
- this.label4.Xalign = 0F;
- this.label4.LabelProp = Mono.Unix.Catalog.GetString("_Email:");
- this.label4.UseUnderline = true;
- this.table1.Add(this.label4);
- Gtk.Table.TableChild w5 = ((Gtk.Table.TableChild)(this.table1[this.label4]));
- w5.TopAttach = ((uint)(1));
- w5.BottomAttach = ((uint)(2));
- w5.XOptions = ((Gtk.AttachOptions)(4));
- w5.YOptions = ((Gtk.AttachOptions)(4));
- // Container child table1.Gtk.Table+TableChild
- this.nameEntry = new Gtk.Entry();
- this.nameEntry.CanFocus = true;
- this.nameEntry.Name = "nameEntry";
- this.nameEntry.IsEditable = true;
- this.nameEntry.InvisibleChar = '●';
- this.table1.Add(this.nameEntry);
- Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table1[this.nameEntry]));
- w6.LeftAttach = ((uint)(1));
- w6.RightAttach = ((uint)(2));
- w6.YOptions = ((Gtk.AttachOptions)(4));
- this.Add(this.table1);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.label2.MnemonicWidget = this.nameEntry;
- this.Hide();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.OptionPanels
+{
+ internal partial class GlobalAuthorInformationPanelWidget
+ {
+ private global::Gtk.Table table1;
+
+ private global::Gtk.Entry copyrightEntry;
+
+ private global::Gtk.Entry emailEntry;
+
+ private global::Gtk.Label label2;
+
+ private global::Gtk.Label label3;
+
+ private global::Gtk.Label label4;
+
+ private global::Gtk.Entry nameEntry;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget";
+ // Container child MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget.Gtk.Container+ContainerChild
+ this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
+ this.table1.Name = "table1";
+ this.table1.RowSpacing = ((uint)(6));
+ this.table1.ColumnSpacing = ((uint)(6));
+ // Container child table1.Gtk.Table+TableChild
+ this.copyrightEntry = new global::Gtk.Entry ();
+ this.copyrightEntry.CanFocus = true;
+ this.copyrightEntry.Name = "copyrightEntry";
+ this.copyrightEntry.IsEditable = true;
+ this.copyrightEntry.InvisibleChar = '●';
+ this.table1.Add (this.copyrightEntry);
+ global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.copyrightEntry]));
+ w1.TopAttach = ((uint)(2));
+ w1.BottomAttach = ((uint)(3));
+ w1.LeftAttach = ((uint)(1));
+ w1.RightAttach = ((uint)(2));
+ w1.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.emailEntry = new global::Gtk.Entry ();
+ this.emailEntry.CanFocus = true;
+ this.emailEntry.Name = "emailEntry";
+ this.emailEntry.IsEditable = true;
+ this.emailEntry.InvisibleChar = '●';
+ this.table1.Add (this.emailEntry);
+ global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.emailEntry]));
+ w2.TopAttach = ((uint)(1));
+ w2.BottomAttach = ((uint)(2));
+ w2.LeftAttach = ((uint)(1));
+ w2.RightAttach = ((uint)(2));
+ w2.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.label2 = new global::Gtk.Label ();
+ this.label2.Name = "label2";
+ this.label2.Xalign = 0f;
+ this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("_Name:");
+ this.label2.UseUnderline = true;
+ this.table1.Add (this.label2);
+ global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
+ w3.XOptions = ((global::Gtk.AttachOptions)(4));
+ w3.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.label3 = new global::Gtk.Label ();
+ this.label3.Name = "label3";
+ this.label3.Xalign = 0f;
+ this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("_Copyright:");
+ this.label3.UseUnderline = true;
+ this.table1.Add (this.label3);
+ global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
+ w4.TopAttach = ((uint)(2));
+ w4.BottomAttach = ((uint)(3));
+ w4.XOptions = ((global::Gtk.AttachOptions)(4));
+ w4.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.label4 = new global::Gtk.Label ();
+ this.label4.Name = "label4";
+ this.label4.Xalign = 0f;
+ this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("_Email:");
+ this.label4.UseUnderline = true;
+ this.table1.Add (this.label4);
+ global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
+ w5.TopAttach = ((uint)(1));
+ w5.BottomAttach = ((uint)(2));
+ w5.XOptions = ((global::Gtk.AttachOptions)(4));
+ w5.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.nameEntry = new global::Gtk.Entry ();
+ this.nameEntry.CanFocus = true;
+ this.nameEntry.Name = "nameEntry";
+ this.nameEntry.IsEditable = true;
+ this.nameEntry.InvisibleChar = '●';
+ this.table1.Add (this.nameEntry);
+ global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.nameEntry]));
+ w6.LeftAttach = ((uint)(1));
+ w6.RightAttach = ((uint)(2));
+ w6.YOptions = ((global::Gtk.AttachOptions)(4));
+ this.Add (this.table1);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.label2.MnemonicWidget = this.nameEntry;
+ this.Hide ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs
index 0b49faaeca..057ebd19b8 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs
@@ -1,229 +1,211 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.OptionPanels {
-
-
- public partial class IDEStyleOptionsPanelWidget {
-
- private Gtk.VBox vbox13;
-
- private Gtk.HBox hbox1;
-
- private Gtk.Label label1;
-
- private Gtk.ComboBox toolbarCombobox;
-
- private Gtk.CheckButton documentSwitcherButton;
-
- private Gtk.Frame frame1;
-
- private Gtk.Alignment GtkAlignment;
-
- private Gtk.VBox vbox1;
-
- private Gtk.CheckButton hiddenButton;
-
- private Gtk.Label GtkLabel7;
-
- private Gtk.Frame frame2;
-
- private Gtk.Alignment GtkAlignment1;
-
- private Gtk.VBox vbox2;
-
- private Gtk.HBox hbox2;
-
- private Gtk.CheckButton fontCheckbox;
-
- private Gtk.FontButton fontButton;
-
- private Gtk.HBox hbox3;
-
- private Gtk.CheckButton fontOutputCheckbox;
-
- private Gtk.FontButton fontOutputButton;
-
- private Gtk.Label GtkLabel6;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget";
- // Container child MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.Gtk.Container+ContainerChild
- this.vbox13 = new Gtk.VBox();
- this.vbox13.Name = "vbox13";
- this.vbox13.Spacing = 6;
- // Container child vbox13.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("_Toolbar icon size:");
- this.label1.UseUnderline = true;
- this.hbox1.Add(this.label1);
- Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.hbox1[this.label1]));
- w1.Position = 0;
- w1.Expand = false;
- w1.Fill = false;
- // Container child hbox1.Gtk.Box+BoxChild
- this.toolbarCombobox = Gtk.ComboBox.NewText();
- this.toolbarCombobox.AppendText(Mono.Unix.Catalog.GetString("Smallest"));
- this.toolbarCombobox.AppendText(Mono.Unix.Catalog.GetString("Small"));
- this.toolbarCombobox.AppendText(Mono.Unix.Catalog.GetString("Large"));
- this.toolbarCombobox.Name = "toolbarCombobox";
- this.toolbarCombobox.Active = 1;
- this.hbox1.Add(this.toolbarCombobox);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox1[this.toolbarCombobox]));
- w2.Position = 1;
- w2.Expand = false;
- w2.Fill = false;
- this.vbox13.Add(this.hbox1);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox13[this.hbox1]));
- w3.Position = 0;
- w3.Expand = false;
- w3.Fill = false;
- // Container child vbox13.Gtk.Box+BoxChild
- this.documentSwitcherButton = new Gtk.CheckButton();
- this.documentSwitcherButton.CanFocus = true;
- this.documentSwitcherButton.Name = "documentSwitcherButton";
- this.documentSwitcherButton.Label = Mono.Unix.Catalog.GetString("_Enable document switch dialog");
- this.documentSwitcherButton.DrawIndicator = true;
- this.documentSwitcherButton.UseUnderline = true;
- this.vbox13.Add(this.documentSwitcherButton);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox13[this.documentSwitcherButton]));
- w4.Position = 1;
- w4.Expand = false;
- w4.Fill = false;
- // Container child vbox13.Gtk.Box+BoxChild
- this.frame1 = new Gtk.Frame();
- this.frame1.Name = "frame1";
- this.frame1.ShadowType = ((Gtk.ShadowType)(0));
- // Container child frame1.Gtk.Container+ContainerChild
- this.GtkAlignment = new Gtk.Alignment(0F, 0F, 1F, 1F);
- this.GtkAlignment.Name = "GtkAlignment";
- this.GtkAlignment.LeftPadding = ((uint)(12));
- // Container child GtkAlignment.Gtk.Container+ContainerChild
- this.vbox1 = new Gtk.VBox();
- this.vbox1.Name = "vbox1";
- this.vbox1.Spacing = 6;
- // Container child vbox1.Gtk.Box+BoxChild
- this.hiddenButton = new Gtk.CheckButton();
- this.hiddenButton.Name = "hiddenButton";
- this.hiddenButton.Label = Mono.Unix.Catalog.GetString("S_how hidden files and directories");
- this.hiddenButton.DrawIndicator = true;
- this.hiddenButton.UseUnderline = true;
- this.vbox1.Add(this.hiddenButton);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox1[this.hiddenButton]));
- w5.Position = 0;
- w5.Expand = false;
- w5.Fill = false;
- this.GtkAlignment.Add(this.vbox1);
- this.frame1.Add(this.GtkAlignment);
- this.GtkLabel7 = new Gtk.Label();
- this.GtkLabel7.Name = "GtkLabel7";
- this.GtkLabel7.LabelProp = Mono.Unix.Catalog.GetString("<b>File Scout</b>");
- this.GtkLabel7.UseMarkup = true;
- this.frame1.LabelWidget = this.GtkLabel7;
- this.vbox13.Add(this.frame1);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.vbox13[this.frame1]));
- w8.Position = 2;
- w8.Expand = false;
- w8.Fill = false;
- // Container child vbox13.Gtk.Box+BoxChild
- this.frame2 = new Gtk.Frame();
- this.frame2.Name = "frame2";
- this.frame2.ShadowType = ((Gtk.ShadowType)(0));
- // Container child frame2.Gtk.Container+ContainerChild
- this.GtkAlignment1 = new Gtk.Alignment(0F, 0F, 1F, 1F);
- this.GtkAlignment1.Name = "GtkAlignment1";
- this.GtkAlignment1.LeftPadding = ((uint)(12));
- // Container child GtkAlignment1.Gtk.Container+ContainerChild
- this.vbox2 = new Gtk.VBox();
- this.vbox2.Name = "vbox2";
- this.vbox2.Spacing = 6;
- // Container child vbox2.Gtk.Box+BoxChild
- this.hbox2 = new Gtk.HBox();
- this.hbox2.Name = "hbox2";
- this.hbox2.Spacing = 6;
- // Container child hbox2.Gtk.Box+BoxChild
- this.fontCheckbox = new Gtk.CheckButton();
- this.fontCheckbox.Name = "fontCheckbox";
- this.fontCheckbox.Label = Mono.Unix.Catalog.GetString("_Custom font for pads:");
- this.fontCheckbox.DrawIndicator = true;
- this.fontCheckbox.UseUnderline = true;
- this.hbox2.Add(this.fontCheckbox);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.hbox2[this.fontCheckbox]));
- w9.Position = 0;
- w9.Expand = false;
- // Container child hbox2.Gtk.Box+BoxChild
- this.fontButton = new Gtk.FontButton();
- this.fontButton.Name = "fontButton";
- this.hbox2.Add(this.fontButton);
- Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.hbox2[this.fontButton]));
- w10.Position = 1;
- w10.Expand = false;
- w10.Fill = false;
- this.vbox2.Add(this.hbox2);
- Gtk.Box.BoxChild w11 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox2]));
- w11.Position = 0;
- w11.Expand = false;
- w11.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.hbox3 = new Gtk.HBox();
- this.hbox3.Name = "hbox3";
- this.hbox3.Spacing = 6;
- // Container child hbox3.Gtk.Box+BoxChild
- this.fontOutputCheckbox = new Gtk.CheckButton();
- this.fontOutputCheckbox.Name = "fontOutputCheckbox";
- this.fontOutputCheckbox.Label = Mono.Unix.Catalog.GetString("_Custom font for Output pads:");
- this.fontOutputCheckbox.DrawIndicator = true;
- this.fontOutputCheckbox.UseUnderline = true;
- this.hbox3.Add(this.fontOutputCheckbox);
- Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.hbox3[this.fontOutputCheckbox]));
- w12.Position = 0;
- w12.Expand = false;
- // Container child hbox3.Gtk.Box+BoxChild
- this.fontOutputButton = new Gtk.FontButton();
- this.fontOutputButton.Name = "fontOutputButton";
- this.hbox3.Add(this.fontOutputButton);
- Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(this.hbox3[this.fontOutputButton]));
- w13.Position = 1;
- w13.Expand = false;
- w13.Fill = false;
- this.vbox2.Add(this.hbox3);
- Gtk.Box.BoxChild w14 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
- w14.Position = 1;
- w14.Expand = false;
- w14.Fill = false;
- this.GtkAlignment1.Add(this.vbox2);
- this.frame2.Add(this.GtkAlignment1);
- this.GtkLabel6 = new Gtk.Label();
- this.GtkLabel6.Name = "GtkLabel6";
- this.GtkLabel6.LabelProp = Mono.Unix.Catalog.GetString("<b>Pad options</b>");
- this.GtkLabel6.UseMarkup = true;
- this.frame2.LabelWidget = this.GtkLabel6;
- this.vbox13.Add(this.frame2);
- Gtk.Box.BoxChild w17 = ((Gtk.Box.BoxChild)(this.vbox13[this.frame2]));
- w17.Position = 3;
- w17.Expand = false;
- w17.Fill = false;
- this.Add(this.vbox13);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.label1.MnemonicWidget = this.toolbarCombobox;
- this.Show();
- }
- }
+
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.OptionPanels
+{
+ public partial class IDEStyleOptionsPanelWidget
+ {
+ private global::Gtk.VBox vbox13;
+
+ private global::Gtk.Table table1;
+
+ private global::Gtk.ComboBox comboLanguage;
+
+ private global::Gtk.ComboBox comboTheme;
+
+ private global::Gtk.Label label1;
+
+ private global::Gtk.Label label2;
+
+ private global::Gtk.Label label3;
+
+ private global::Gtk.ComboBox toolbarCombobox;
+
+ private global::Gtk.HBox hbox2;
+
+ private global::Gtk.CheckButton fontCheckbox;
+
+ private global::Gtk.FontButton fontButton;
+
+ private global::Gtk.HBox hbox3;
+
+ private global::Gtk.CheckButton fontOutputCheckbox;
+
+ private global::Gtk.FontButton fontOutputButton;
+
+ private global::Gtk.CheckButton hiddenButton;
+
+ private global::Gtk.CheckButton documentSwitcherButton;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget";
+ // Container child MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.Gtk.Container+ContainerChild
+ this.vbox13 = new global::Gtk.VBox ();
+ this.vbox13.Name = "vbox13";
+ this.vbox13.Spacing = 6;
+ // Container child vbox13.Gtk.Box+BoxChild
+ this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
+ this.table1.Name = "table1";
+ this.table1.RowSpacing = ((uint)(6));
+ this.table1.ColumnSpacing = ((uint)(6));
+ // Container child table1.Gtk.Table+TableChild
+ this.comboLanguage = global::Gtk.ComboBox.NewText ();
+ this.comboLanguage.Name = "comboLanguage";
+ this.table1.Add (this.comboLanguage);
+ global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.comboLanguage]));
+ w1.LeftAttach = ((uint)(1));
+ w1.RightAttach = ((uint)(2));
+ w1.XOptions = ((global::Gtk.AttachOptions)(4));
+ w1.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.comboTheme = global::Gtk.ComboBox.NewText ();
+ this.comboTheme.Name = "comboTheme";
+ this.table1.Add (this.comboTheme);
+ global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.comboTheme]));
+ w2.TopAttach = ((uint)(1));
+ w2.BottomAttach = ((uint)(2));
+ w2.LeftAttach = ((uint)(1));
+ w2.RightAttach = ((uint)(2));
+ w2.XOptions = ((global::Gtk.AttachOptions)(4));
+ w2.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.label1 = new global::Gtk.Label ();
+ this.label1.Name = "label1";
+ this.label1.Xalign = 0f;
+ this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("_Toolbar icon size:");
+ this.label1.UseUnderline = true;
+ this.table1.Add (this.label1);
+ global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
+ w3.TopAttach = ((uint)(2));
+ w3.BottomAttach = ((uint)(3));
+ w3.XOptions = ((global::Gtk.AttachOptions)(4));
+ w3.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.label2 = new global::Gtk.Label ();
+ this.label2.Name = "label2";
+ this.label2.Xalign = 0f;
+ this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("User Interface Labguage:");
+ this.table1.Add (this.label2);
+ global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
+ w4.XOptions = ((global::Gtk.AttachOptions)(4));
+ w4.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.label3 = new global::Gtk.Label ();
+ this.label3.Name = "label3";
+ this.label3.Xalign = 0f;
+ this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("User Interface Theme:");
+ this.table1.Add (this.label3);
+ global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
+ w5.TopAttach = ((uint)(1));
+ w5.BottomAttach = ((uint)(2));
+ w5.XOptions = ((global::Gtk.AttachOptions)(4));
+ w5.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.toolbarCombobox = global::Gtk.ComboBox.NewText ();
+ this.toolbarCombobox.AppendText (global::Mono.Unix.Catalog.GetString ("Smallest"));
+ this.toolbarCombobox.AppendText (global::Mono.Unix.Catalog.GetString ("Small"));
+ this.toolbarCombobox.AppendText (global::Mono.Unix.Catalog.GetString ("Large"));
+ this.toolbarCombobox.Name = "toolbarCombobox";
+ this.toolbarCombobox.Active = 1;
+ this.table1.Add (this.toolbarCombobox);
+ global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.toolbarCombobox]));
+ w6.TopAttach = ((uint)(2));
+ w6.BottomAttach = ((uint)(3));
+ w6.LeftAttach = ((uint)(1));
+ w6.RightAttach = ((uint)(2));
+ w6.XOptions = ((global::Gtk.AttachOptions)(4));
+ w6.YOptions = ((global::Gtk.AttachOptions)(4));
+ this.vbox13.Add (this.table1);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox13[this.table1]));
+ w7.Position = 0;
+ w7.Expand = false;
+ w7.Fill = false;
+ // Container child vbox13.Gtk.Box+BoxChild
+ this.hbox2 = new global::Gtk.HBox ();
+ this.hbox2.Name = "hbox2";
+ this.hbox2.Spacing = 6;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.fontCheckbox = new global::Gtk.CheckButton ();
+ this.fontCheckbox.Name = "fontCheckbox";
+ this.fontCheckbox.Label = global::Mono.Unix.Catalog.GetString ("_Custom font for pads:");
+ this.fontCheckbox.DrawIndicator = true;
+ this.fontCheckbox.UseUnderline = true;
+ this.hbox2.Add (this.fontCheckbox);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.fontCheckbox]));
+ w8.Position = 0;
+ w8.Expand = false;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.fontButton = new global::Gtk.FontButton ();
+ this.fontButton.Name = "fontButton";
+ this.hbox2.Add (this.fontButton);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.fontButton]));
+ w9.Position = 1;
+ w9.Expand = false;
+ w9.Fill = false;
+ this.vbox13.Add (this.hbox2);
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox13[this.hbox2]));
+ w10.Position = 1;
+ w10.Expand = false;
+ w10.Fill = false;
+ // Container child vbox13.Gtk.Box+BoxChild
+ this.hbox3 = new global::Gtk.HBox ();
+ this.hbox3.Name = "hbox3";
+ this.hbox3.Spacing = 6;
+ // Container child hbox3.Gtk.Box+BoxChild
+ this.fontOutputCheckbox = new global::Gtk.CheckButton ();
+ this.fontOutputCheckbox.Name = "fontOutputCheckbox";
+ this.fontOutputCheckbox.Label = global::Mono.Unix.Catalog.GetString ("_Custom font for Output pads:");
+ this.fontOutputCheckbox.DrawIndicator = true;
+ this.fontOutputCheckbox.UseUnderline = true;
+ this.hbox3.Add (this.fontOutputCheckbox);
+ global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.fontOutputCheckbox]));
+ w11.Position = 0;
+ w11.Expand = false;
+ // Container child hbox3.Gtk.Box+BoxChild
+ this.fontOutputButton = new global::Gtk.FontButton ();
+ this.fontOutputButton.Name = "fontOutputButton";
+ this.hbox3.Add (this.fontOutputButton);
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.fontOutputButton]));
+ w12.Position = 1;
+ w12.Expand = false;
+ w12.Fill = false;
+ this.vbox13.Add (this.hbox3);
+ global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox13[this.hbox3]));
+ w13.Position = 2;
+ w13.Expand = false;
+ w13.Fill = false;
+ // Container child vbox13.Gtk.Box+BoxChild
+ this.hiddenButton = new global::Gtk.CheckButton ();
+ this.hiddenButton.Name = "hiddenButton";
+ this.hiddenButton.Label = global::Mono.Unix.Catalog.GetString ("S_how hidden files and directories in File Scout");
+ this.hiddenButton.DrawIndicator = true;
+ this.hiddenButton.UseUnderline = true;
+ this.vbox13.Add (this.hiddenButton);
+ global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox13[this.hiddenButton]));
+ w14.Position = 3;
+ w14.Expand = false;
+ w14.Fill = false;
+ // Container child vbox13.Gtk.Box+BoxChild
+ this.documentSwitcherButton = new global::Gtk.CheckButton ();
+ this.documentSwitcherButton.CanFocus = true;
+ this.documentSwitcherButton.Name = "documentSwitcherButton";
+ this.documentSwitcherButton.Label = global::Mono.Unix.Catalog.GetString ("_Enable document switch dialog");
+ this.documentSwitcherButton.DrawIndicator = true;
+ this.documentSwitcherButton.UseUnderline = true;
+ this.vbox13.Add (this.documentSwitcherButton);
+ global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox13[this.documentSwitcherButton]));
+ w15.Position = 4;
+ w15.Expand = false;
+ w15.Fill = false;
+ this.Add (this.vbox13);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.label1.MnemonicWidget = this.toolbarCombobox;
+ this.Show ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs
index 0ea240ed56..a9f6bd1739 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs
@@ -1,293 +1,285 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.OptionPanels {
-
-
- public partial class KeyBindingsPanel {
-
- private Gtk.VBox vbox;
-
- private Gtk.HBox hbox1;
-
- private Gtk.Label labelScheme;
-
- private Gtk.ComboBox schemeCombo;
-
- private Gtk.HSeparator hseparator2;
-
- private Gtk.HBox hbox2;
-
- private Gtk.Label label1;
-
- private Gtk.Entry searchEntry;
-
- private Gtk.Button clearFilterButton;
-
- private Gtk.Image image25;
-
- private Gtk.VBox globalWarningBox;
-
- private Gtk.Frame frame1;
-
- private Gtk.Alignment alignment1;
-
- private Gtk.HBox warningBox;
-
- private Gtk.Image image3;
-
- private Gtk.Label label2;
-
- private MonoDevelop.Components.MenuButton conflicButton;
-
- private Gtk.ScrolledWindow scrolledwindow;
-
- private Gtk.TreeView keyTreeView;
-
- private Gtk.Label labelMessage;
-
- private Gtk.HBox hbox;
-
- private Gtk.Label labelEditBinding;
-
- private Gtk.Entry accelEntry;
-
- private Gtk.Button updateButton;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel";
- // Container child MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.Gtk.Container+ContainerChild
- this.vbox = new Gtk.VBox();
- this.vbox.Name = "vbox";
- this.vbox.Spacing = 6;
- // Container child vbox.Gtk.Box+BoxChild
- this.hbox1 = new Gtk.HBox();
- this.hbox1.Name = "hbox1";
- this.hbox1.Spacing = 6;
- // Container child hbox1.Gtk.Box+BoxChild
- this.labelScheme = new Gtk.Label();
- this.labelScheme.Name = "labelScheme";
- this.labelScheme.Xalign = 0F;
- this.labelScheme.LabelProp = Mono.Unix.Catalog.GetString("Scheme:");
- this.hbox1.Add(this.labelScheme);
- Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.hbox1[this.labelScheme]));
- w1.Position = 0;
- w1.Expand = false;
- w1.Fill = false;
- // Container child hbox1.Gtk.Box+BoxChild
- this.schemeCombo = Gtk.ComboBox.NewText();
- this.schemeCombo.Name = "schemeCombo";
- this.hbox1.Add(this.schemeCombo);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox1[this.schemeCombo]));
- w2.Position = 1;
- w2.Expand = false;
- w2.Fill = false;
- this.vbox.Add(this.hbox1);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox[this.hbox1]));
- w3.Position = 0;
- w3.Expand = false;
- w3.Fill = false;
- // Container child vbox.Gtk.Box+BoxChild
- this.hseparator2 = new Gtk.HSeparator();
- this.hseparator2.Name = "hseparator2";
- this.vbox.Add(this.hseparator2);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox[this.hseparator2]));
- w4.Position = 1;
- w4.Expand = false;
- w4.Fill = false;
- // Container child vbox.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.Name = "label1";
- this.label1.LabelProp = Mono.Unix.Catalog.GetString("_Search:");
- this.label1.UseUnderline = true;
- this.hbox2.Add(this.label1);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.hbox2[this.label1]));
- w5.Position = 0;
- w5.Expand = false;
- w5.Fill = false;
- // Container child hbox2.Gtk.Box+BoxChild
- this.searchEntry = new Gtk.Entry();
- this.searchEntry.CanFocus = true;
- this.searchEntry.Name = "searchEntry";
- this.searchEntry.IsEditable = true;
- this.searchEntry.InvisibleChar = '●';
- this.hbox2.Add(this.searchEntry);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.hbox2[this.searchEntry]));
- w6.Position = 1;
- // Container child hbox2.Gtk.Box+BoxChild
- this.clearFilterButton = new Gtk.Button();
- this.clearFilterButton.CanFocus = true;
- this.clearFilterButton.Name = "clearFilterButton";
- // Container child clearFilterButton.Gtk.Container+ContainerChild
- this.image25 = new Gtk.Image();
- this.image25.Name = "image25";
- this.image25.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-clear", Gtk.IconSize.Menu, 16);
- this.clearFilterButton.Add(this.image25);
- this.clearFilterButton.Label = null;
- this.hbox2.Add(this.clearFilterButton);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.hbox2[this.clearFilterButton]));
- w8.Position = 2;
- w8.Expand = false;
- w8.Fill = false;
- this.vbox.Add(this.hbox2);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.vbox[this.hbox2]));
- w9.Position = 2;
- w9.Expand = false;
- w9.Fill = false;
- // Container child vbox.Gtk.Box+BoxChild
- this.globalWarningBox = new Gtk.VBox();
- this.globalWarningBox.Name = "globalWarningBox";
- this.globalWarningBox.Spacing = 6;
- // Container child globalWarningBox.Gtk.Box+BoxChild
- this.frame1 = new Gtk.Frame();
- this.frame1.Name = "frame1";
- // Container child frame1.Gtk.Container+ContainerChild
- this.alignment1 = new Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
- this.alignment1.Name = "alignment1";
- this.alignment1.BorderWidth = ((uint)(2));
- // Container child alignment1.Gtk.Container+ContainerChild
- this.warningBox = new Gtk.HBox();
- this.warningBox.Name = "warningBox";
- this.warningBox.Spacing = 6;
- // Container child warningBox.Gtk.Box+BoxChild
- this.image3 = new Gtk.Image();
- this.image3.Name = "image3";
- this.image3.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-dialog-warning", Gtk.IconSize.Menu, 16);
- this.warningBox.Add(this.image3);
- Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.warningBox[this.image3]));
- w10.Position = 0;
- w10.Expand = false;
- w10.Fill = false;
- // Container child warningBox.Gtk.Box+BoxChild
- this.label2 = new Gtk.Label();
- this.label2.Name = "label2";
- this.label2.Xalign = 0F;
- this.label2.LabelProp = Mono.Unix.Catalog.GetString("The current scheme has conflicting key bindings");
- this.warningBox.Add(this.label2);
- Gtk.Box.BoxChild w11 = ((Gtk.Box.BoxChild)(this.warningBox[this.label2]));
- w11.Position = 1;
- // Container child warningBox.Gtk.Box+BoxChild
- this.conflicButton = new MonoDevelop.Components.MenuButton();
- this.conflicButton.CanFocus = true;
- this.conflicButton.Name = "conflicButton";
- this.conflicButton.UseUnderline = true;
- this.conflicButton.UseMarkup = false;
- this.conflicButton.Label = Mono.Unix.Catalog.GetString("View Conflicts");
- this.warningBox.Add(this.conflicButton);
- Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.warningBox[this.conflicButton]));
- w12.Position = 2;
- w12.Expand = false;
- w12.Fill = false;
- this.alignment1.Add(this.warningBox);
- this.frame1.Add(this.alignment1);
- this.globalWarningBox.Add(this.frame1);
- Gtk.Box.BoxChild w15 = ((Gtk.Box.BoxChild)(this.globalWarningBox[this.frame1]));
- w15.Position = 0;
- w15.Expand = false;
- w15.Fill = false;
- this.vbox.Add(this.globalWarningBox);
- Gtk.Box.BoxChild w16 = ((Gtk.Box.BoxChild)(this.vbox[this.globalWarningBox]));
- w16.Position = 3;
- w16.Expand = false;
- w16.Fill = false;
- // Container child vbox.Gtk.Box+BoxChild
- this.scrolledwindow = new Gtk.ScrolledWindow();
- this.scrolledwindow.CanFocus = true;
- this.scrolledwindow.Name = "scrolledwindow";
- this.scrolledwindow.ShadowType = ((Gtk.ShadowType)(1));
- // Container child scrolledwindow.Gtk.Container+ContainerChild
- this.keyTreeView = new Gtk.TreeView();
- this.keyTreeView.CanFocus = true;
- this.keyTreeView.Name = "keyTreeView";
- this.scrolledwindow.Add(this.keyTreeView);
- this.vbox.Add(this.scrolledwindow);
- Gtk.Box.BoxChild w18 = ((Gtk.Box.BoxChild)(this.vbox[this.scrolledwindow]));
- w18.Position = 4;
- // Container child vbox.Gtk.Box+BoxChild
- this.labelMessage = new Gtk.Label();
- this.labelMessage.Name = "labelMessage";
- this.labelMessage.Xalign = 0F;
- this.labelMessage.UseMarkup = true;
- this.vbox.Add(this.labelMessage);
- Gtk.Box.BoxChild w19 = ((Gtk.Box.BoxChild)(this.vbox[this.labelMessage]));
- w19.Position = 5;
- w19.Expand = false;
- w19.Fill = false;
- // Container child vbox.Gtk.Box+BoxChild
- this.hbox = new Gtk.HBox();
- this.hbox.Name = "hbox";
- this.hbox.Spacing = 6;
- // Container child hbox.Gtk.Box+BoxChild
- this.labelEditBinding = new Gtk.Label();
- this.labelEditBinding.Name = "labelEditBinding";
- this.labelEditBinding.LabelProp = Mono.Unix.Catalog.GetString("Edit Binding");
- this.hbox.Add(this.labelEditBinding);
- Gtk.Box.BoxChild w20 = ((Gtk.Box.BoxChild)(this.hbox[this.labelEditBinding]));
- w20.Position = 0;
- w20.Expand = false;
- w20.Fill = false;
- // Container child hbox.Gtk.Box+BoxChild
- this.accelEntry = new Gtk.Entry();
- this.accelEntry.CanFocus = true;
- this.accelEntry.Name = "accelEntry";
- this.accelEntry.IsEditable = true;
- this.accelEntry.InvisibleChar = '●';
- this.hbox.Add(this.accelEntry);
- Gtk.Box.BoxChild w21 = ((Gtk.Box.BoxChild)(this.hbox[this.accelEntry]));
- w21.Position = 1;
- // Container child hbox.Gtk.Box+BoxChild
- this.updateButton = new Gtk.Button();
- this.updateButton.CanFocus = true;
- this.updateButton.Name = "updateButton";
- this.updateButton.UseUnderline = true;
- // Container child updateButton.Gtk.Container+ContainerChild
- Gtk.Alignment w22 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
- // Container child GtkAlignment.Gtk.Container+ContainerChild
- Gtk.HBox w23 = new Gtk.HBox();
- w23.Spacing = 2;
- // Container child GtkHBox.Gtk.Container+ContainerChild
- Gtk.Image w24 = new Gtk.Image();
- w24.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-apply", Gtk.IconSize.Button, 16);
- w23.Add(w24);
- // Container child GtkHBox.Gtk.Container+ContainerChild
- Gtk.Label w26 = new Gtk.Label();
- w26.LabelProp = Mono.Unix.Catalog.GetString("Apply");
- w26.UseUnderline = true;
- w23.Add(w26);
- w22.Add(w23);
- this.updateButton.Add(w22);
- this.hbox.Add(this.updateButton);
- Gtk.Box.BoxChild w30 = ((Gtk.Box.BoxChild)(this.hbox[this.updateButton]));
- w30.Position = 2;
- w30.Expand = false;
- w30.Fill = false;
- this.vbox.Add(this.hbox);
- Gtk.Box.BoxChild w31 = ((Gtk.Box.BoxChild)(this.vbox[this.hbox]));
- w31.Position = 6;
- w31.Expand = false;
- w31.Fill = false;
- this.Add(this.vbox);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.label1.MnemonicWidget = this.searchEntry;
- this.globalWarningBox.Hide();
- this.labelMessage.Hide();
- this.Show();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.OptionPanels
+{
+ public partial class KeyBindingsPanel
+ {
+ private global::Gtk.VBox vbox;
+
+ private global::Gtk.HBox hbox1;
+
+ private global::Gtk.Label labelScheme;
+
+ private global::Gtk.ComboBox schemeCombo;
+
+ private global::Gtk.HSeparator hseparator2;
+
+ private global::Gtk.HBox hbox2;
+
+ private global::Gtk.Label label1;
+
+ private global::Gtk.Entry searchEntry;
+
+ private global::Gtk.Button clearFilterButton;
+
+ private global::Gtk.Image image25;
+
+ private global::Gtk.VBox globalWarningBox;
+
+ private global::Gtk.Frame frame1;
+
+ private global::Gtk.Alignment alignment1;
+
+ private global::Gtk.HBox warningBox;
+
+ private global::Gtk.Image image3;
+
+ private global::Gtk.Label label2;
+
+ private global::MonoDevelop.Components.MenuButton conflicButton;
+
+ private global::Gtk.ScrolledWindow scrolledwindow;
+
+ private global::Gtk.TreeView keyTreeView;
+
+ private global::Gtk.Label labelMessage;
+
+ private global::Gtk.HBox hbox;
+
+ private global::Gtk.Label labelEditBinding;
+
+ private global::Gtk.Entry accelEntry;
+
+ private global::Gtk.Button updateButton;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel";
+ // Container child MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.Gtk.Container+ContainerChild
+ this.vbox = new global::Gtk.VBox ();
+ this.vbox.Name = "vbox";
+ this.vbox.Spacing = 6;
+ // Container child vbox.Gtk.Box+BoxChild
+ this.hbox1 = new global::Gtk.HBox ();
+ this.hbox1.Name = "hbox1";
+ this.hbox1.Spacing = 6;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.labelScheme = new global::Gtk.Label ();
+ this.labelScheme.Name = "labelScheme";
+ this.labelScheme.Xalign = 0f;
+ this.labelScheme.LabelProp = global::Mono.Unix.Catalog.GetString ("Scheme:");
+ this.hbox1.Add (this.labelScheme);
+ global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.labelScheme]));
+ w1.Position = 0;
+ w1.Expand = false;
+ w1.Fill = false;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.schemeCombo = global::Gtk.ComboBox.NewText ();
+ this.schemeCombo.Name = "schemeCombo";
+ this.hbox1.Add (this.schemeCombo);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.schemeCombo]));
+ w2.Position = 1;
+ w2.Expand = false;
+ w2.Fill = false;
+ this.vbox.Add (this.hbox1);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox[this.hbox1]));
+ w3.Position = 0;
+ w3.Expand = false;
+ w3.Fill = false;
+ // Container child vbox.Gtk.Box+BoxChild
+ this.hseparator2 = new global::Gtk.HSeparator ();
+ this.hseparator2.Name = "hseparator2";
+ this.vbox.Add (this.hseparator2);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox[this.hseparator2]));
+ w4.Position = 1;
+ w4.Expand = false;
+ w4.Fill = false;
+ // Container child vbox.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.Name = "label1";
+ this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("_Search:");
+ this.label1.UseUnderline = true;
+ this.hbox2.Add (this.label1);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label1]));
+ w5.Position = 0;
+ w5.Expand = false;
+ w5.Fill = false;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.searchEntry = new global::Gtk.Entry ();
+ this.searchEntry.CanFocus = true;
+ this.searchEntry.Name = "searchEntry";
+ this.searchEntry.IsEditable = true;
+ this.searchEntry.InvisibleChar = '●';
+ this.hbox2.Add (this.searchEntry);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.searchEntry]));
+ w6.Position = 1;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.clearFilterButton = new global::Gtk.Button ();
+ this.clearFilterButton.CanFocus = true;
+ this.clearFilterButton.Name = "clearFilterButton";
+ // Container child clearFilterButton.Gtk.Container+ContainerChild
+ this.image25 = new global::Gtk.Image ();
+ this.image25.Name = "image25";
+ this.image25.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-clear", global::Gtk.IconSize.Menu);
+ this.clearFilterButton.Add (this.image25);
+ this.clearFilterButton.Label = null;
+ this.hbox2.Add (this.clearFilterButton);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.clearFilterButton]));
+ w8.Position = 2;
+ w8.Expand = false;
+ w8.Fill = false;
+ this.vbox.Add (this.hbox2);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox[this.hbox2]));
+ w9.Position = 2;
+ w9.Expand = false;
+ w9.Fill = false;
+ // Container child vbox.Gtk.Box+BoxChild
+ this.globalWarningBox = new global::Gtk.VBox ();
+ this.globalWarningBox.Name = "globalWarningBox";
+ this.globalWarningBox.Spacing = 6;
+ // Container child globalWarningBox.Gtk.Box+BoxChild
+ this.frame1 = new global::Gtk.Frame ();
+ this.frame1.Name = "frame1";
+ // Container child frame1.Gtk.Container+ContainerChild
+ this.alignment1 = new global::Gtk.Alignment (0.5f, 0.5f, 1f, 1f);
+ this.alignment1.Name = "alignment1";
+ this.alignment1.BorderWidth = ((uint)(2));
+ // Container child alignment1.Gtk.Container+ContainerChild
+ this.warningBox = new global::Gtk.HBox ();
+ this.warningBox.Name = "warningBox";
+ this.warningBox.Spacing = 6;
+ // Container child warningBox.Gtk.Box+BoxChild
+ this.image3 = new global::Gtk.Image ();
+ this.image3.Name = "image3";
+ this.image3.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-warning", global::Gtk.IconSize.Menu);
+ this.warningBox.Add (this.image3);
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.warningBox[this.image3]));
+ w10.Position = 0;
+ w10.Expand = false;
+ w10.Fill = false;
+ // Container child warningBox.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 ("The current scheme has conflicting key bindings");
+ this.warningBox.Add (this.label2);
+ global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.warningBox[this.label2]));
+ w11.Position = 1;
+ // Container child warningBox.Gtk.Box+BoxChild
+ this.conflicButton = new global::MonoDevelop.Components.MenuButton ();
+ this.conflicButton.CanFocus = true;
+ this.conflicButton.Name = "conflicButton";
+ this.conflicButton.UseUnderline = true;
+ this.conflicButton.UseMarkup = false;
+ this.conflicButton.Label = global::Mono.Unix.Catalog.GetString ("View Conflicts");
+ this.warningBox.Add (this.conflicButton);
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.warningBox[this.conflicButton]));
+ w12.Position = 2;
+ w12.Expand = false;
+ w12.Fill = false;
+ this.alignment1.Add (this.warningBox);
+ this.frame1.Add (this.alignment1);
+ this.globalWarningBox.Add (this.frame1);
+ global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.globalWarningBox[this.frame1]));
+ w15.Position = 0;
+ w15.Expand = false;
+ w15.Fill = false;
+ this.vbox.Add (this.globalWarningBox);
+ global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox[this.globalWarningBox]));
+ w16.Position = 3;
+ w16.Expand = false;
+ w16.Fill = false;
+ // Container child vbox.Gtk.Box+BoxChild
+ this.scrolledwindow = new global::Gtk.ScrolledWindow ();
+ this.scrolledwindow.CanFocus = true;
+ this.scrolledwindow.Name = "scrolledwindow";
+ this.scrolledwindow.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child scrolledwindow.Gtk.Container+ContainerChild
+ this.keyTreeView = new global::Gtk.TreeView ();
+ this.keyTreeView.CanFocus = true;
+ this.keyTreeView.Name = "keyTreeView";
+ this.scrolledwindow.Add (this.keyTreeView);
+ this.vbox.Add (this.scrolledwindow);
+ global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox[this.scrolledwindow]));
+ w18.Position = 4;
+ // Container child vbox.Gtk.Box+BoxChild
+ this.labelMessage = new global::Gtk.Label ();
+ this.labelMessage.Name = "labelMessage";
+ this.labelMessage.Xalign = 0f;
+ this.labelMessage.UseMarkup = true;
+ this.vbox.Add (this.labelMessage);
+ global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox[this.labelMessage]));
+ w19.Position = 5;
+ w19.Expand = false;
+ w19.Fill = false;
+ // Container child vbox.Gtk.Box+BoxChild
+ this.hbox = new global::Gtk.HBox ();
+ this.hbox.Name = "hbox";
+ this.hbox.Spacing = 6;
+ // Container child hbox.Gtk.Box+BoxChild
+ this.labelEditBinding = new global::Gtk.Label ();
+ this.labelEditBinding.Name = "labelEditBinding";
+ this.labelEditBinding.LabelProp = global::Mono.Unix.Catalog.GetString ("Edit Binding");
+ this.hbox.Add (this.labelEditBinding);
+ global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox[this.labelEditBinding]));
+ w20.Position = 0;
+ w20.Expand = false;
+ w20.Fill = false;
+ // Container child hbox.Gtk.Box+BoxChild
+ this.accelEntry = new global::Gtk.Entry ();
+ this.accelEntry.CanFocus = true;
+ this.accelEntry.Name = "accelEntry";
+ this.accelEntry.IsEditable = true;
+ this.accelEntry.InvisibleChar = '●';
+ this.hbox.Add (this.accelEntry);
+ global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox[this.accelEntry]));
+ w21.Position = 1;
+ // Container child hbox.Gtk.Box+BoxChild
+ this.updateButton = new global::Gtk.Button ();
+ this.updateButton.CanFocus = true;
+ this.updateButton.Name = "updateButton";
+ this.updateButton.UseUnderline = true;
+ // Container child updateButton.Gtk.Container+ContainerChild
+ global::Gtk.Alignment w22 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
+ // Container child GtkAlignment.Gtk.Container+ContainerChild
+ global::Gtk.HBox w23 = new global::Gtk.HBox ();
+ w23.Spacing = 2;
+ // Container child GtkHBox.Gtk.Container+ContainerChild
+ global::Gtk.Image w24 = new global::Gtk.Image ();
+ w24.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-apply", global::Gtk.IconSize.Button);
+ w23.Add (w24);
+ // Container child GtkHBox.Gtk.Container+ContainerChild
+ global::Gtk.Label w26 = new global::Gtk.Label ();
+ w26.LabelProp = global::Mono.Unix.Catalog.GetString ("Apply");
+ w26.UseUnderline = true;
+ w23.Add (w26);
+ w22.Add (w23);
+ this.updateButton.Add (w22);
+ this.hbox.Add (this.updateButton);
+ global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox[this.updateButton]));
+ w30.Position = 2;
+ w30.Expand = false;
+ w30.Fill = false;
+ this.vbox.Add (this.hbox);
+ global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox[this.hbox]));
+ w31.Position = 6;
+ w31.Expand = false;
+ w31.Fill = false;
+ this.Add (this.vbox);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.label1.MnemonicWidget = this.searchEntry;
+ this.globalWarningBox.Hide ();
+ this.labelMessage.Hide ();
+ this.Show ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget.cs
index e88704883f..61cd1037f2 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget.cs
@@ -1,260 +1,252 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.OptionPanels {
-
-
- internal partial class LoadSavePanelWidget {
-
- private Gtk.VBox vbox17;
-
- private Gtk.VBox vbox26;
-
- private Gtk.Label label1;
-
- private Gtk.HBox hbox1;
-
- private Gtk.ComboBox comboFileFormats;
-
- private Gtk.Label locationLabel;
-
- private MonoDevelop.Components.FolderEntry folderEntry;
-
- private Gtk.VBox vbox18;
-
- private Gtk.Label loadLabel;
-
- private Gtk.HBox hbox14;
-
- private Gtk.Label label25;
-
- private Gtk.HBox hbox10;
-
- private Gtk.VBox vbox65;
-
- private Gtk.CheckButton loadUserDataCheckButton;
-
- private Gtk.CheckButton loadPrevProjectCheckButton;
-
- private Gtk.VBox vbox19;
-
- private Gtk.Label saveLabel;
-
- private Gtk.HBox hbox11;
-
- private Gtk.Label label21;
-
- private Gtk.VBox vbox20;
-
- private Gtk.CheckButton createBackupCopyCheckButton;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget";
- // Container child MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget.Gtk.Container+ContainerChild
- this.vbox17 = new Gtk.VBox();
- this.vbox17.Name = "vbox17";
- this.vbox17.Spacing = 6;
- // Container child vbox17.Gtk.Box+BoxChild
- this.vbox26 = new Gtk.VBox();
- this.vbox26.Name = "vbox26";
- this.vbox26.Spacing = 6;
- // Container child vbox26.Gtk.Box+BoxChild
- this.label1 = new Gtk.Label();
- this.label1.Name = "label1";
- this.label1.Xalign = 0F;
- this.label1.LabelProp = Mono.Unix.Catalog.GetString("Project file format to use when creating new projects:");
- this.vbox26.Add(this.label1);
- Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.vbox26[this.label1]));
- w1.Position = 0;
- w1.Expand = false;
- w1.Fill = false;
- // Container child vbox26.Gtk.Box+BoxChild
- this.hbox1 = new Gtk.HBox();
- this.hbox1.Name = "hbox1";
- this.hbox1.Spacing = 6;
- // Container child hbox1.Gtk.Box+BoxChild
- this.comboFileFormats = Gtk.ComboBox.NewText();
- this.comboFileFormats.Name = "comboFileFormats";
- this.hbox1.Add(this.comboFileFormats);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox1[this.comboFileFormats]));
- w2.Position = 0;
- w2.Expand = false;
- w2.Fill = false;
- this.vbox26.Add(this.hbox1);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox26[this.hbox1]));
- w3.Position = 1;
- w3.Expand = false;
- w3.Fill = false;
- // Container child vbox26.Gtk.Box+BoxChild
- this.locationLabel = new Gtk.Label();
- this.locationLabel.Name = "locationLabel";
- this.locationLabel.Xalign = 0F;
- this.locationLabel.Yalign = 0F;
- this.locationLabel.LabelProp = Mono.Unix.Catalog.GetString("Default _Solution location");
- this.locationLabel.UseUnderline = true;
- this.vbox26.Add(this.locationLabel);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox26[this.locationLabel]));
- w4.Position = 2;
- w4.Expand = false;
- w4.Fill = false;
- // Container child vbox26.Gtk.Box+BoxChild
- this.folderEntry = new MonoDevelop.Components.FolderEntry();
- this.folderEntry.Name = "folderEntry";
- this.vbox26.Add(this.folderEntry);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox26[this.folderEntry]));
- w5.Position = 3;
- w5.Expand = false;
- w5.Fill = false;
- this.vbox17.Add(this.vbox26);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox17[this.vbox26]));
- w6.Position = 0;
- w6.Expand = false;
- // Container child vbox17.Gtk.Box+BoxChild
- this.vbox18 = new Gtk.VBox();
- this.vbox18.Name = "vbox18";
- this.vbox18.Spacing = 6;
- // Container child vbox18.Gtk.Box+BoxChild
- this.loadLabel = new Gtk.Label();
- this.loadLabel.Name = "loadLabel";
- this.loadLabel.Xalign = 0F;
- this.loadLabel.Yalign = 0F;
- this.loadLabel.LabelProp = Mono.Unix.Catalog.GetString("<b>Load</b>");
- this.loadLabel.UseMarkup = true;
- this.vbox18.Add(this.loadLabel);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vbox18[this.loadLabel]));
- w7.Position = 0;
- w7.Expand = false;
- w7.Fill = false;
- // Container child vbox18.Gtk.Box+BoxChild
- this.hbox14 = new Gtk.HBox();
- this.hbox14.Name = "hbox14";
- this.hbox14.Spacing = 6;
- // Container child hbox14.Gtk.Box+BoxChild
- this.label25 = new Gtk.Label();
- this.label25.Name = "label25";
- this.label25.Xalign = 0F;
- this.label25.Yalign = 0F;
- this.label25.LabelProp = " ";
- this.hbox14.Add(this.label25);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.hbox14[this.label25]));
- w8.Position = 0;
- w8.Expand = false;
- w8.Fill = false;
- // Container child hbox14.Gtk.Box+BoxChild
- this.hbox10 = new Gtk.HBox();
- this.hbox10.Name = "hbox10";
- this.hbox10.Spacing = 6;
- // Container child hbox10.Gtk.Box+BoxChild
- this.vbox65 = new Gtk.VBox();
- this.vbox65.Name = "vbox65";
- this.vbox65.Spacing = 6;
- // Container child vbox65.Gtk.Box+BoxChild
- this.loadUserDataCheckButton = new Gtk.CheckButton();
- this.loadUserDataCheckButton.Name = "loadUserDataCheckButton";
- this.loadUserDataCheckButton.Label = Mono.Unix.Catalog.GetString("Load user-specific settings with the document");
- this.loadUserDataCheckButton.DrawIndicator = true;
- this.loadUserDataCheckButton.UseUnderline = true;
- this.vbox65.Add(this.loadUserDataCheckButton);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.vbox65[this.loadUserDataCheckButton]));
- w9.Position = 0;
- w9.Expand = false;
- w9.Fill = false;
- // Container child vbox65.Gtk.Box+BoxChild
- this.loadPrevProjectCheckButton = new Gtk.CheckButton();
- this.loadPrevProjectCheckButton.Name = "loadPrevProjectCheckButton";
- this.loadPrevProjectCheckButton.Label = Mono.Unix.Catalog.GetString("_Load previous solution on startup");
- this.loadPrevProjectCheckButton.DrawIndicator = true;
- this.loadPrevProjectCheckButton.UseUnderline = true;
- this.vbox65.Add(this.loadPrevProjectCheckButton);
- Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.vbox65[this.loadPrevProjectCheckButton]));
- w10.Position = 1;
- w10.Expand = false;
- w10.Fill = false;
- this.hbox10.Add(this.vbox65);
- Gtk.Box.BoxChild w11 = ((Gtk.Box.BoxChild)(this.hbox10[this.vbox65]));
- w11.Position = 0;
- w11.Expand = false;
- w11.Fill = false;
- this.hbox14.Add(this.hbox10);
- Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.hbox14[this.hbox10]));
- w12.Position = 1;
- this.vbox18.Add(this.hbox14);
- Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(this.vbox18[this.hbox14]));
- w13.Position = 1;
- this.vbox17.Add(this.vbox18);
- Gtk.Box.BoxChild w14 = ((Gtk.Box.BoxChild)(this.vbox17[this.vbox18]));
- w14.Position = 1;
- w14.Expand = false;
- // Container child vbox17.Gtk.Box+BoxChild
- this.vbox19 = new Gtk.VBox();
- this.vbox19.Name = "vbox19";
- this.vbox19.Spacing = 6;
- // Container child vbox19.Gtk.Box+BoxChild
- this.saveLabel = new Gtk.Label();
- this.saveLabel.Name = "saveLabel";
- this.saveLabel.Xalign = 0F;
- this.saveLabel.Yalign = 0F;
- this.saveLabel.LabelProp = Mono.Unix.Catalog.GetString("<b>Save</b>");
- this.saveLabel.UseMarkup = true;
- this.vbox19.Add(this.saveLabel);
- Gtk.Box.BoxChild w15 = ((Gtk.Box.BoxChild)(this.vbox19[this.saveLabel]));
- w15.Position = 0;
- w15.Expand = false;
- w15.Fill = false;
- // Container child vbox19.Gtk.Box+BoxChild
- this.hbox11 = new Gtk.HBox();
- this.hbox11.Name = "hbox11";
- this.hbox11.Spacing = 6;
- // Container child hbox11.Gtk.Box+BoxChild
- this.label21 = new Gtk.Label();
- this.label21.Name = "label21";
- this.label21.Xalign = 0F;
- this.label21.Yalign = 0F;
- this.label21.LabelProp = " ";
- this.hbox11.Add(this.label21);
- Gtk.Box.BoxChild w16 = ((Gtk.Box.BoxChild)(this.hbox11[this.label21]));
- w16.Position = 0;
- w16.Expand = false;
- w16.Fill = false;
- // Container child hbox11.Gtk.Box+BoxChild
- this.vbox20 = new Gtk.VBox();
- this.vbox20.Name = "vbox20";
- this.vbox20.Spacing = 6;
- // Container child vbox20.Gtk.Box+BoxChild
- this.createBackupCopyCheckButton = new Gtk.CheckButton();
- this.createBackupCopyCheckButton.Name = "createBackupCopyCheckButton";
- this.createBackupCopyCheckButton.Label = Mono.Unix.Catalog.GetString("Always create backup copy");
- this.createBackupCopyCheckButton.DrawIndicator = true;
- this.createBackupCopyCheckButton.UseUnderline = true;
- this.vbox20.Add(this.createBackupCopyCheckButton);
- Gtk.Box.BoxChild w17 = ((Gtk.Box.BoxChild)(this.vbox20[this.createBackupCopyCheckButton]));
- w17.Position = 0;
- w17.Expand = false;
- w17.Fill = false;
- this.hbox11.Add(this.vbox20);
- Gtk.Box.BoxChild w18 = ((Gtk.Box.BoxChild)(this.hbox11[this.vbox20]));
- w18.Position = 1;
- this.vbox19.Add(this.hbox11);
- Gtk.Box.BoxChild w19 = ((Gtk.Box.BoxChild)(this.vbox19[this.hbox11]));
- w19.Position = 1;
- this.vbox17.Add(this.vbox19);
- Gtk.Box.BoxChild w20 = ((Gtk.Box.BoxChild)(this.vbox17[this.vbox19]));
- w20.Position = 2;
- this.Add(this.vbox17);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.Show();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.OptionPanels
+{
+ internal partial class LoadSavePanelWidget
+ {
+ private global::Gtk.VBox vbox17;
+
+ private global::Gtk.VBox vbox26;
+
+ private global::Gtk.Label label1;
+
+ private global::Gtk.HBox hbox1;
+
+ private global::Gtk.ComboBox comboFileFormats;
+
+ private global::Gtk.Label locationLabel;
+
+ private global::MonoDevelop.Components.FolderEntry folderEntry;
+
+ private global::Gtk.VBox vbox18;
+
+ private global::Gtk.Label loadLabel;
+
+ private global::Gtk.HBox hbox14;
+
+ private global::Gtk.Label label25;
+
+ private global::Gtk.HBox hbox10;
+
+ private global::Gtk.VBox vbox65;
+
+ private global::Gtk.CheckButton loadUserDataCheckButton;
+
+ private global::Gtk.CheckButton loadPrevProjectCheckButton;
+
+ private global::Gtk.VBox vbox19;
+
+ private global::Gtk.Label saveLabel;
+
+ private global::Gtk.HBox hbox11;
+
+ private global::Gtk.Label label21;
+
+ private global::Gtk.VBox vbox20;
+
+ private global::Gtk.CheckButton createBackupCopyCheckButton;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget";
+ // Container child MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget.Gtk.Container+ContainerChild
+ this.vbox17 = new global::Gtk.VBox ();
+ this.vbox17.Name = "vbox17";
+ this.vbox17.Spacing = 6;
+ // Container child vbox17.Gtk.Box+BoxChild
+ this.vbox26 = new global::Gtk.VBox ();
+ this.vbox26.Name = "vbox26";
+ this.vbox26.Spacing = 6;
+ // Container child vbox26.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 ("Project file format to use when creating new projects:");
+ this.vbox26.Add (this.label1);
+ global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox26[this.label1]));
+ w1.Position = 0;
+ w1.Expand = false;
+ w1.Fill = false;
+ // Container child vbox26.Gtk.Box+BoxChild
+ this.hbox1 = new global::Gtk.HBox ();
+ this.hbox1.Name = "hbox1";
+ this.hbox1.Spacing = 6;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.comboFileFormats = global::Gtk.ComboBox.NewText ();
+ this.comboFileFormats.Name = "comboFileFormats";
+ this.hbox1.Add (this.comboFileFormats);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.comboFileFormats]));
+ w2.Position = 0;
+ w2.Expand = false;
+ w2.Fill = false;
+ this.vbox26.Add (this.hbox1);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox26[this.hbox1]));
+ w3.Position = 1;
+ w3.Expand = false;
+ w3.Fill = false;
+ // Container child vbox26.Gtk.Box+BoxChild
+ this.locationLabel = new global::Gtk.Label ();
+ this.locationLabel.Name = "locationLabel";
+ this.locationLabel.Xalign = 0f;
+ this.locationLabel.Yalign = 0f;
+ this.locationLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Default _Solution location");
+ this.locationLabel.UseUnderline = true;
+ this.vbox26.Add (this.locationLabel);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox26[this.locationLabel]));
+ w4.Position = 2;
+ w4.Expand = false;
+ w4.Fill = false;
+ // Container child vbox26.Gtk.Box+BoxChild
+ this.folderEntry = new global::MonoDevelop.Components.FolderEntry ();
+ this.folderEntry.Name = "folderEntry";
+ this.vbox26.Add (this.folderEntry);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox26[this.folderEntry]));
+ w5.Position = 3;
+ w5.Expand = false;
+ w5.Fill = false;
+ this.vbox17.Add (this.vbox26);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox17[this.vbox26]));
+ w6.Position = 0;
+ w6.Expand = false;
+ // Container child vbox17.Gtk.Box+BoxChild
+ this.vbox18 = new global::Gtk.VBox ();
+ this.vbox18.Name = "vbox18";
+ this.vbox18.Spacing = 6;
+ // Container child vbox18.Gtk.Box+BoxChild
+ this.loadLabel = new global::Gtk.Label ();
+ this.loadLabel.Name = "loadLabel";
+ this.loadLabel.Xalign = 0f;
+ this.loadLabel.Yalign = 0f;
+ this.loadLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Load</b>");
+ this.loadLabel.UseMarkup = true;
+ this.vbox18.Add (this.loadLabel);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox18[this.loadLabel]));
+ w7.Position = 0;
+ w7.Expand = false;
+ w7.Fill = false;
+ // Container child vbox18.Gtk.Box+BoxChild
+ this.hbox14 = new global::Gtk.HBox ();
+ this.hbox14.Name = "hbox14";
+ this.hbox14.Spacing = 6;
+ // Container child hbox14.Gtk.Box+BoxChild
+ this.label25 = new global::Gtk.Label ();
+ this.label25.Name = "label25";
+ this.label25.Xalign = 0f;
+ this.label25.Yalign = 0f;
+ this.label25.LabelProp = " ";
+ this.hbox14.Add (this.label25);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.label25]));
+ w8.Position = 0;
+ w8.Expand = false;
+ w8.Fill = false;
+ // Container child hbox14.Gtk.Box+BoxChild
+ this.hbox10 = new global::Gtk.HBox ();
+ this.hbox10.Name = "hbox10";
+ this.hbox10.Spacing = 6;
+ // Container child hbox10.Gtk.Box+BoxChild
+ this.vbox65 = new global::Gtk.VBox ();
+ this.vbox65.Name = "vbox65";
+ this.vbox65.Spacing = 6;
+ // Container child vbox65.Gtk.Box+BoxChild
+ this.loadUserDataCheckButton = new global::Gtk.CheckButton ();
+ this.loadUserDataCheckButton.Name = "loadUserDataCheckButton";
+ this.loadUserDataCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Load user-specific settings with the document");
+ this.loadUserDataCheckButton.DrawIndicator = true;
+ this.loadUserDataCheckButton.UseUnderline = true;
+ this.vbox65.Add (this.loadUserDataCheckButton);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox65[this.loadUserDataCheckButton]));
+ w9.Position = 0;
+ w9.Expand = false;
+ w9.Fill = false;
+ // Container child vbox65.Gtk.Box+BoxChild
+ this.loadPrevProjectCheckButton = new global::Gtk.CheckButton ();
+ this.loadPrevProjectCheckButton.Name = "loadPrevProjectCheckButton";
+ this.loadPrevProjectCheckButton.Label = global::Mono.Unix.Catalog.GetString ("_Load previous solution on startup");
+ this.loadPrevProjectCheckButton.DrawIndicator = true;
+ this.loadPrevProjectCheckButton.UseUnderline = true;
+ this.vbox65.Add (this.loadPrevProjectCheckButton);
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox65[this.loadPrevProjectCheckButton]));
+ w10.Position = 1;
+ w10.Expand = false;
+ w10.Fill = false;
+ this.hbox10.Add (this.vbox65);
+ global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.vbox65]));
+ w11.Position = 0;
+ w11.Expand = false;
+ w11.Fill = false;
+ this.hbox14.Add (this.hbox10);
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.hbox10]));
+ w12.Position = 1;
+ this.vbox18.Add (this.hbox14);
+ global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox18[this.hbox14]));
+ w13.Position = 1;
+ this.vbox17.Add (this.vbox18);
+ global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox17[this.vbox18]));
+ w14.Position = 1;
+ w14.Expand = false;
+ // Container child vbox17.Gtk.Box+BoxChild
+ this.vbox19 = new global::Gtk.VBox ();
+ this.vbox19.Name = "vbox19";
+ this.vbox19.Spacing = 6;
+ // Container child vbox19.Gtk.Box+BoxChild
+ this.saveLabel = new global::Gtk.Label ();
+ this.saveLabel.Name = "saveLabel";
+ this.saveLabel.Xalign = 0f;
+ this.saveLabel.Yalign = 0f;
+ this.saveLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Save</b>");
+ this.saveLabel.UseMarkup = true;
+ this.vbox19.Add (this.saveLabel);
+ global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox19[this.saveLabel]));
+ w15.Position = 0;
+ w15.Expand = false;
+ w15.Fill = false;
+ // Container child vbox19.Gtk.Box+BoxChild
+ this.hbox11 = new global::Gtk.HBox ();
+ this.hbox11.Name = "hbox11";
+ this.hbox11.Spacing = 6;
+ // Container child hbox11.Gtk.Box+BoxChild
+ this.label21 = new global::Gtk.Label ();
+ this.label21.Name = "label21";
+ this.label21.Xalign = 0f;
+ this.label21.Yalign = 0f;
+ this.label21.LabelProp = " ";
+ this.hbox11.Add (this.label21);
+ global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.label21]));
+ w16.Position = 0;
+ w16.Expand = false;
+ w16.Fill = false;
+ // Container child hbox11.Gtk.Box+BoxChild
+ this.vbox20 = new global::Gtk.VBox ();
+ this.vbox20.Name = "vbox20";
+ this.vbox20.Spacing = 6;
+ // Container child vbox20.Gtk.Box+BoxChild
+ this.createBackupCopyCheckButton = new global::Gtk.CheckButton ();
+ this.createBackupCopyCheckButton.Name = "createBackupCopyCheckButton";
+ this.createBackupCopyCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Always create backup copy");
+ this.createBackupCopyCheckButton.DrawIndicator = true;
+ this.createBackupCopyCheckButton.UseUnderline = true;
+ this.vbox20.Add (this.createBackupCopyCheckButton);
+ global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox20[this.createBackupCopyCheckButton]));
+ w17.Position = 0;
+ w17.Expand = false;
+ w17.Fill = false;
+ this.hbox11.Add (this.vbox20);
+ global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.vbox20]));
+ w18.Position = 1;
+ this.vbox19.Add (this.hbox11);
+ global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox19[this.hbox11]));
+ w19.Position = 1;
+ this.vbox17.Add (this.vbox19);
+ global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox17[this.vbox19]));
+ w20.Position = 2;
+ this.Add (this.vbox17);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.Show ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget.cs
index 9c852605a7..866220d86c 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget.cs
@@ -1,48 +1,40 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.OptionPanels {
-
-
- internal partial class MaintenanceOptionsPanelWidget {
-
- private Gtk.VBox vbox2;
-
- private Gtk.CheckButton checkInstr;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget";
- // Container child MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget.Gtk.Container+ContainerChild
- this.vbox2 = new Gtk.VBox();
- this.vbox2.Name = "vbox2";
- this.vbox2.Spacing = 6;
- // Container child vbox2.Gtk.Box+BoxChild
- this.checkInstr = new Gtk.CheckButton();
- this.checkInstr.CanFocus = true;
- this.checkInstr.Name = "checkInstr";
- this.checkInstr.Label = Mono.Unix.Catalog.GetString("Enable MonoDevelop Instrumentation");
- this.checkInstr.DrawIndicator = true;
- this.checkInstr.UseUnderline = true;
- this.vbox2.Add(this.checkInstr);
- Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.vbox2[this.checkInstr]));
- w1.Position = 0;
- w1.Expand = false;
- w1.Fill = false;
- this.Add(this.vbox2);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.Hide();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.OptionPanels
+{
+ internal partial class MaintenanceOptionsPanelWidget
+ {
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.CheckButton checkInstr;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget";
+ // Container child MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget.Gtk.Container+ContainerChild
+ this.vbox2 = new global::Gtk.VBox ();
+ this.vbox2.Name = "vbox2";
+ this.vbox2.Spacing = 6;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.checkInstr = new global::Gtk.CheckButton ();
+ this.checkInstr.CanFocus = true;
+ this.checkInstr.Name = "checkInstr";
+ this.checkInstr.Label = global::Mono.Unix.Catalog.GetString ("Enable MonoDevelop Instrumentation");
+ this.checkInstr.DrawIndicator = true;
+ this.checkInstr.UseUnderline = true;
+ this.vbox2.Add (this.checkInstr);
+ global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.checkInstr]));
+ w1.Position = 0;
+ w1.Expand = false;
+ w1.Fill = false;
+ this.Add (this.vbox2);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.Hide ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.MonoRuntimePanelWidget.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.MonoRuntimePanelWidget.cs
index 54421bc284..1f0014d236 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.MonoRuntimePanelWidget.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.MonoRuntimePanelWidget.cs
@@ -1,141 +1,133 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.OptionPanels {
-
-
- internal partial class MonoRuntimePanelWidget {
-
- private Gtk.VBox vbox1;
-
- private Gtk.Label label1;
-
- private Gtk.HBox hbox2;
-
- private Gtk.ScrolledWindow GtkScrolledWindow;
-
- private Gtk.TreeView tree;
-
- private Gtk.VBox vbox2;
-
- private Gtk.Button buttonDefault;
-
- private Gtk.Button buttonAdd;
-
- private Gtk.Button buttonRemove;
-
- private Gtk.Label labelRunning;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.OptionPanels.MonoRuntimePanelWidget
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Ide.Gui.OptionPanels.MonoRuntimePanelWidget";
- // Container child MonoDevelop.Ide.Gui.OptionPanels.MonoRuntimePanelWidget.Gtk.Container+ContainerChild
- this.vbox1 = new Gtk.VBox();
- this.vbox1.Name = "vbox1";
- this.vbox1.Spacing = 6;
- // Container child vbox1.Gtk.Box+BoxChild
- this.label1 = new Gtk.Label();
- this.label1.WidthRequest = 500;
- this.label1.Name = "label1";
- this.label1.Xalign = 0F;
- this.label1.LabelProp = Mono.Unix.Catalog.GetString("If you have a parallel installation of Mono you can register it here, so you can use it for building and running projects. The <b>default runtime</b> is the .NET runtime to be used for building and running applications when none is specifically selected.");
- this.label1.UseMarkup = true;
- this.label1.Wrap = true;
- this.vbox1.Add(this.label1);
- Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.vbox1[this.label1]));
- w1.Position = 0;
- w1.Expand = false;
- w1.Fill = false;
- // Container child vbox1.Gtk.Box+BoxChild
- this.hbox2 = new Gtk.HBox();
- this.hbox2.Name = "hbox2";
- this.hbox2.Spacing = 6;
- // Container child hbox2.Gtk.Box+BoxChild
- this.GtkScrolledWindow = new Gtk.ScrolledWindow();
- this.GtkScrolledWindow.Name = "GtkScrolledWindow";
- this.GtkScrolledWindow.ShadowType = ((Gtk.ShadowType)(1));
- // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
- this.tree = new Gtk.TreeView();
- this.tree.CanFocus = true;
- this.tree.Name = "tree";
- this.GtkScrolledWindow.Add(this.tree);
- this.hbox2.Add(this.GtkScrolledWindow);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox2[this.GtkScrolledWindow]));
- w3.Position = 0;
- // Container child hbox2.Gtk.Box+BoxChild
- this.vbox2 = new Gtk.VBox();
- this.vbox2.Name = "vbox2";
- this.vbox2.Spacing = 6;
- // Container child vbox2.Gtk.Box+BoxChild
- this.buttonDefault = new Gtk.Button();
- this.buttonDefault.CanFocus = true;
- this.buttonDefault.Name = "buttonDefault";
- this.buttonDefault.UseUnderline = true;
- this.buttonDefault.Label = Mono.Unix.Catalog.GetString("Set as Default");
- this.vbox2.Add(this.buttonDefault);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox2[this.buttonDefault]));
- w4.Position = 0;
- w4.Expand = false;
- w4.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.buttonAdd = new Gtk.Button();
- this.buttonAdd.CanFocus = true;
- this.buttonAdd.Name = "buttonAdd";
- this.buttonAdd.UseStock = true;
- this.buttonAdd.UseUnderline = true;
- this.buttonAdd.Label = "gtk-add";
- this.vbox2.Add(this.buttonAdd);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox2[this.buttonAdd]));
- w5.Position = 1;
- w5.Expand = false;
- w5.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.buttonRemove = new Gtk.Button();
- this.buttonRemove.CanFocus = true;
- this.buttonRemove.Name = "buttonRemove";
- this.buttonRemove.UseStock = true;
- this.buttonRemove.UseUnderline = true;
- this.buttonRemove.Label = "gtk-remove";
- this.vbox2.Add(this.buttonRemove);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox2[this.buttonRemove]));
- w6.Position = 2;
- w6.Expand = false;
- w6.Fill = false;
- this.hbox2.Add(this.vbox2);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.hbox2[this.vbox2]));
- w7.Position = 1;
- w7.Expand = false;
- w7.Fill = false;
- this.vbox1.Add(this.hbox2);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
- w8.Position = 1;
- // Container child vbox1.Gtk.Box+BoxChild
- this.labelRunning = new Gtk.Label();
- this.labelRunning.Name = "labelRunning";
- this.labelRunning.Xalign = 0F;
- this.labelRunning.LabelProp = Mono.Unix.Catalog.GetString("label1");
- this.vbox1.Add(this.labelRunning);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.vbox1[this.labelRunning]));
- w9.Position = 2;
- w9.Expand = false;
- w9.Fill = false;
- this.Add(this.vbox1);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.Hide();
- this.buttonDefault.Clicked += new System.EventHandler(this.OnButtonDefaultClicked);
- this.buttonAdd.Clicked += new System.EventHandler(this.OnButtonAddClicked);
- this.buttonRemove.Clicked += new System.EventHandler(this.OnButtonRemoveClicked);
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.OptionPanels
+{
+ internal partial class MonoRuntimePanelWidget
+ {
+ private global::Gtk.VBox vbox1;
+
+ private global::Gtk.Label label1;
+
+ private global::Gtk.HBox hbox2;
+
+ private global::Gtk.ScrolledWindow GtkScrolledWindow;
+
+ private global::Gtk.TreeView tree;
+
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.Button buttonDefault;
+
+ private global::Gtk.Button buttonAdd;
+
+ private global::Gtk.Button buttonRemove;
+
+ private global::Gtk.Label labelRunning;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.OptionPanels.MonoRuntimePanelWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Ide.Gui.OptionPanels.MonoRuntimePanelWidget";
+ // Container child MonoDevelop.Ide.Gui.OptionPanels.MonoRuntimePanelWidget.Gtk.Container+ContainerChild
+ this.vbox1 = new global::Gtk.VBox ();
+ this.vbox1.Name = "vbox1";
+ this.vbox1.Spacing = 6;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.label1 = new global::Gtk.Label ();
+ this.label1.WidthRequest = 500;
+ this.label1.Name = "label1";
+ this.label1.Xalign = 0f;
+ this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("If you have a parallel installation of Mono you can register it here, so you can use it for building and running projects. The <b>default runtime</b> is the .NET runtime to be used for building and running applications when none is specifically selected.");
+ this.label1.UseMarkup = true;
+ this.label1.Wrap = true;
+ this.vbox1.Add (this.label1);
+ global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label1]));
+ w1.Position = 0;
+ w1.Expand = false;
+ w1.Fill = false;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.hbox2 = new global::Gtk.HBox ();
+ this.hbox2.Name = "hbox2";
+ this.hbox2.Spacing = 6;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
+ this.GtkScrolledWindow.Name = "GtkScrolledWindow";
+ this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
+ this.tree = new global::Gtk.TreeView ();
+ this.tree.CanFocus = true;
+ this.tree.Name = "tree";
+ this.GtkScrolledWindow.Add (this.tree);
+ this.hbox2.Add (this.GtkScrolledWindow);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.GtkScrolledWindow]));
+ w3.Position = 0;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.vbox2 = new global::Gtk.VBox ();
+ this.vbox2.Name = "vbox2";
+ this.vbox2.Spacing = 6;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.buttonDefault = new global::Gtk.Button ();
+ this.buttonDefault.CanFocus = true;
+ this.buttonDefault.Name = "buttonDefault";
+ this.buttonDefault.UseUnderline = true;
+ this.buttonDefault.Label = global::Mono.Unix.Catalog.GetString ("Set as Default");
+ this.vbox2.Add (this.buttonDefault);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.buttonDefault]));
+ w4.Position = 0;
+ w4.Expand = false;
+ w4.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.buttonAdd = new global::Gtk.Button ();
+ this.buttonAdd.CanFocus = true;
+ this.buttonAdd.Name = "buttonAdd";
+ this.buttonAdd.UseStock = true;
+ this.buttonAdd.UseUnderline = true;
+ this.buttonAdd.Label = "gtk-add";
+ this.vbox2.Add (this.buttonAdd);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.buttonAdd]));
+ w5.Position = 1;
+ w5.Expand = false;
+ w5.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.buttonRemove = new global::Gtk.Button ();
+ this.buttonRemove.CanFocus = true;
+ this.buttonRemove.Name = "buttonRemove";
+ this.buttonRemove.UseStock = true;
+ this.buttonRemove.UseUnderline = true;
+ this.buttonRemove.Label = "gtk-remove";
+ this.vbox2.Add (this.buttonRemove);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.buttonRemove]));
+ w6.Position = 2;
+ w6.Expand = false;
+ w6.Fill = false;
+ this.hbox2.Add (this.vbox2);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox2]));
+ w7.Position = 1;
+ w7.Expand = false;
+ w7.Fill = false;
+ this.vbox1.Add (this.hbox2);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
+ w8.Position = 1;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.labelRunning = new global::Gtk.Label ();
+ this.labelRunning.Name = "labelRunning";
+ this.labelRunning.Xalign = 0f;
+ this.labelRunning.LabelProp = global::Mono.Unix.Catalog.GetString ("label1");
+ this.vbox1.Add (this.labelRunning);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.labelRunning]));
+ w9.Position = 2;
+ w9.Expand = false;
+ w9.Fill = false;
+ this.Add (this.vbox1);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.Hide ();
+ this.buttonDefault.Clicked += new global::System.EventHandler (this.OnButtonDefaultClicked);
+ this.buttonAdd.Clicked += new global::System.EventHandler (this.OnButtonAddClicked);
+ this.buttonRemove.Clicked += new global::System.EventHandler (this.OnButtonRemoveClicked);
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget.cs
index 61fd238da6..8b22270ee3 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget.cs
@@ -1,325 +1,317 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.OptionPanels {
-
-
- internal partial class TasksPanelWidget {
-
- private Gtk.VBox vbox6;
-
- private Gtk.HBox hbox2;
-
- private Gtk.VBox vbox7;
-
- private Gtk.Label labelTokens;
-
- private Gtk.ScrolledWindow scrolledwindow3;
-
- private Gtk.TreeView tokensTreeView;
-
- private Gtk.VBox vbox14;
-
- private Gtk.VBox vboxPriority;
-
- private Gtk.Label label112;
-
- private Gtk.Entry entryToken;
-
- private Gtk.Label label113;
-
- private Gtk.HButtonBox hbuttonbox2;
-
- private Gtk.Button buttonChange;
-
- private Gtk.Button buttonRemove;
-
- private Gtk.Button buttonAdd;
-
- private Gtk.Label label;
-
- private Gtk.HSeparator hseparator2;
-
- private Gtk.Frame frame1;
-
- private Gtk.Alignment alignment1;
-
- private Gtk.Table table6;
-
- private Gtk.ColorButton colorbuttonHighPrio;
-
- private Gtk.ColorButton colorbuttonLowPrio;
-
- private Gtk.ColorButton colorbuttonNormalPrio;
-
- private Gtk.Label label10;
-
- private Gtk.Label label11;
-
- private Gtk.Label label12;
-
- private Gtk.Label label9;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget";
- // Container child MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget.Gtk.Container+ContainerChild
- this.vbox6 = new Gtk.VBox();
- this.vbox6.Name = "vbox6";
- this.vbox6.Spacing = 12;
- // Container child vbox6.Gtk.Box+BoxChild
- this.hbox2 = new Gtk.HBox();
- this.hbox2.Name = "hbox2";
- this.hbox2.Spacing = 8;
- // Container child hbox2.Gtk.Box+BoxChild
- this.vbox7 = new Gtk.VBox();
- this.vbox7.Name = "vbox7";
- // Container child vbox7.Gtk.Box+BoxChild
- this.labelTokens = new Gtk.Label();
- this.labelTokens.Name = "labelTokens";
- this.labelTokens.Xalign = 0F;
- this.labelTokens.Yalign = 0F;
- this.labelTokens.LabelProp = Mono.Unix.Catalog.GetString("_Token List:");
- this.labelTokens.UseUnderline = true;
- this.vbox7.Add(this.labelTokens);
- Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.vbox7[this.labelTokens]));
- w1.Position = 0;
- w1.Expand = false;
- w1.Fill = false;
- // Container child vbox7.Gtk.Box+BoxChild
- this.scrolledwindow3 = new Gtk.ScrolledWindow();
- this.scrolledwindow3.WidthRequest = 200;
- this.scrolledwindow3.Name = "scrolledwindow3";
- this.scrolledwindow3.ShadowType = ((Gtk.ShadowType)(1));
- // Container child scrolledwindow3.Gtk.Container+ContainerChild
- this.tokensTreeView = new Gtk.TreeView();
- this.tokensTreeView.Name = "tokensTreeView";
- this.tokensTreeView.HeadersVisible = false;
- this.scrolledwindow3.Add(this.tokensTreeView);
- this.vbox7.Add(this.scrolledwindow3);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox7[this.scrolledwindow3]));
- w3.Position = 1;
- this.hbox2.Add(this.vbox7);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.hbox2[this.vbox7]));
- w4.Position = 0;
- // Container child hbox2.Gtk.Box+BoxChild
- this.vbox14 = new Gtk.VBox();
- this.vbox14.Name = "vbox14";
- this.vbox14.Spacing = 4;
- // Container child vbox14.Gtk.Box+BoxChild
- this.vboxPriority = new Gtk.VBox();
- this.vboxPriority.Name = "vboxPriority";
- this.vboxPriority.Spacing = 4;
- // Container child vboxPriority.Gtk.Box+BoxChild
- this.label112 = new Gtk.Label();
- this.label112.Name = "label112";
- this.label112.Xalign = 0F;
- this.label112.LabelProp = Mono.Unix.Catalog.GetString("_Name:");
- this.label112.UseUnderline = true;
- this.vboxPriority.Add(this.label112);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vboxPriority[this.label112]));
- w5.Position = 0;
- w5.Expand = false;
- w5.Fill = false;
- // Container child vboxPriority.Gtk.Box+BoxChild
- this.entryToken = new Gtk.Entry();
- this.entryToken.Name = "entryToken";
- this.entryToken.IsEditable = true;
- this.entryToken.MaxLength = 50;
- this.entryToken.InvisibleChar = '●';
- this.vboxPriority.Add(this.entryToken);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vboxPriority[this.entryToken]));
- w6.Position = 1;
- w6.Expand = false;
- w6.Fill = false;
- // Container child vboxPriority.Gtk.Box+BoxChild
- this.label113 = new Gtk.Label();
- this.label113.Name = "label113";
- this.label113.Xalign = 0F;
- this.label113.LabelProp = Mono.Unix.Catalog.GetString("Priority:");
- this.vboxPriority.Add(this.label113);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vboxPriority[this.label113]));
- w7.Position = 2;
- w7.Expand = false;
- w7.Fill = false;
- this.vbox14.Add(this.vboxPriority);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.vbox14[this.vboxPriority]));
- w8.Position = 0;
- w8.Expand = false;
- w8.Fill = false;
- // Container child vbox14.Gtk.Box+BoxChild
- this.hbuttonbox2 = new Gtk.HButtonBox();
- this.hbuttonbox2.Name = "hbuttonbox2";
- this.hbuttonbox2.Spacing = 6;
- this.hbuttonbox2.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
- // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
- this.buttonChange = new Gtk.Button();
- this.buttonChange.Name = "buttonChange";
- this.buttonChange.UseStock = true;
- this.buttonChange.UseUnderline = true;
- this.buttonChange.Label = "gtk-edit";
- this.hbuttonbox2.Add(this.buttonChange);
- Gtk.ButtonBox.ButtonBoxChild w9 = ((Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2[this.buttonChange]));
- w9.Expand = false;
- w9.Fill = false;
- // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
- this.buttonRemove = new Gtk.Button();
- this.buttonRemove.Name = "buttonRemove";
- this.buttonRemove.UseStock = true;
- this.buttonRemove.UseUnderline = true;
- this.buttonRemove.Label = "gtk-remove";
- this.hbuttonbox2.Add(this.buttonRemove);
- Gtk.ButtonBox.ButtonBoxChild w10 = ((Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2[this.buttonRemove]));
- w10.Position = 1;
- w10.Expand = false;
- w10.Fill = false;
- // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
- this.buttonAdd = new Gtk.Button();
- this.buttonAdd.Name = "buttonAdd";
- this.buttonAdd.UseStock = true;
- this.buttonAdd.UseUnderline = true;
- this.buttonAdd.Label = "gtk-add";
- this.hbuttonbox2.Add(this.buttonAdd);
- Gtk.ButtonBox.ButtonBoxChild w11 = ((Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2[this.buttonAdd]));
- w11.Position = 2;
- w11.Expand = false;
- w11.Fill = false;
- this.vbox14.Add(this.hbuttonbox2);
- Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.vbox14[this.hbuttonbox2]));
- w12.Position = 1;
- w12.Expand = false;
- // Container child vbox14.Gtk.Box+BoxChild
- this.label = new Gtk.Label();
- this.label.Name = "label";
- this.label.Ypad = 12;
- this.label.Yalign = 0F;
- this.label.LabelProp = Mono.Unix.Catalog.GetString("<i><b>Note:</b> Only Letters, Digits and Underscore are allowed.</i>");
- this.label.UseMarkup = true;
- this.label.Wrap = true;
- this.label.Justify = ((Gtk.Justification)(2));
- this.vbox14.Add(this.label);
- Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(this.vbox14[this.label]));
- w13.Position = 2;
- w13.Expand = false;
- w13.Fill = false;
- this.hbox2.Add(this.vbox14);
- Gtk.Box.BoxChild w14 = ((Gtk.Box.BoxChild)(this.hbox2[this.vbox14]));
- w14.Position = 1;
- this.vbox6.Add(this.hbox2);
- Gtk.Box.BoxChild w15 = ((Gtk.Box.BoxChild)(this.vbox6[this.hbox2]));
- w15.Position = 0;
- // Container child vbox6.Gtk.Box+BoxChild
- this.hseparator2 = new Gtk.HSeparator();
- this.hseparator2.Name = "hseparator2";
- this.vbox6.Add(this.hseparator2);
- Gtk.Box.BoxChild w16 = ((Gtk.Box.BoxChild)(this.vbox6[this.hseparator2]));
- w16.Position = 1;
- w16.Expand = false;
- // Container child vbox6.Gtk.Box+BoxChild
- this.frame1 = new Gtk.Frame();
- this.frame1.Name = "frame1";
- this.frame1.ShadowType = ((Gtk.ShadowType)(0));
- // Container child frame1.Gtk.Container+ContainerChild
- this.alignment1 = new Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
- this.alignment1.Name = "alignment1";
- this.alignment1.LeftPadding = ((uint)(12));
- this.alignment1.TopPadding = ((uint)(4));
- // Container child alignment1.Gtk.Container+ContainerChild
- this.table6 = new Gtk.Table(((uint)(3)), ((uint)(2)), false);
- this.table6.Name = "table6";
- this.table6.RowSpacing = ((uint)(4));
- this.table6.ColumnSpacing = ((uint)(6));
- // Container child table6.Gtk.Table+TableChild
- this.colorbuttonHighPrio = new Gtk.ColorButton();
- this.colorbuttonHighPrio.Name = "colorbuttonHighPrio";
- this.table6.Add(this.colorbuttonHighPrio);
- Gtk.Table.TableChild w17 = ((Gtk.Table.TableChild)(this.table6[this.colorbuttonHighPrio]));
- w17.LeftAttach = ((uint)(1));
- w17.RightAttach = ((uint)(2));
- w17.XOptions = ((Gtk.AttachOptions)(0));
- w17.YOptions = ((Gtk.AttachOptions)(0));
- // Container child table6.Gtk.Table+TableChild
- this.colorbuttonLowPrio = new Gtk.ColorButton();
- this.colorbuttonLowPrio.Name = "colorbuttonLowPrio";
- this.table6.Add(this.colorbuttonLowPrio);
- Gtk.Table.TableChild w18 = ((Gtk.Table.TableChild)(this.table6[this.colorbuttonLowPrio]));
- w18.TopAttach = ((uint)(2));
- w18.BottomAttach = ((uint)(3));
- w18.LeftAttach = ((uint)(1));
- w18.RightAttach = ((uint)(2));
- w18.XOptions = ((Gtk.AttachOptions)(0));
- w18.YOptions = ((Gtk.AttachOptions)(0));
- // Container child table6.Gtk.Table+TableChild
- this.colorbuttonNormalPrio = new Gtk.ColorButton();
- this.colorbuttonNormalPrio.Name = "colorbuttonNormalPrio";
- this.table6.Add(this.colorbuttonNormalPrio);
- Gtk.Table.TableChild w19 = ((Gtk.Table.TableChild)(this.table6[this.colorbuttonNormalPrio]));
- w19.TopAttach = ((uint)(1));
- w19.BottomAttach = ((uint)(2));
- w19.LeftAttach = ((uint)(1));
- w19.RightAttach = ((uint)(2));
- w19.XOptions = ((Gtk.AttachOptions)(0));
- w19.YOptions = ((Gtk.AttachOptions)(0));
- // Container child table6.Gtk.Table+TableChild
- this.label10 = new Gtk.Label();
- this.label10.Name = "label10";
- this.label10.Xalign = 1F;
- this.label10.LabelProp = Mono.Unix.Catalog.GetString("High");
- this.table6.Add(this.label10);
- Gtk.Table.TableChild w20 = ((Gtk.Table.TableChild)(this.table6[this.label10]));
- w20.XOptions = ((Gtk.AttachOptions)(0));
- w20.YOptions = ((Gtk.AttachOptions)(0));
- // Container child table6.Gtk.Table+TableChild
- this.label11 = new Gtk.Label();
- this.label11.Name = "label11";
- this.label11.Xalign = 1F;
- this.label11.LabelProp = Mono.Unix.Catalog.GetString("Normal");
- this.table6.Add(this.label11);
- Gtk.Table.TableChild w21 = ((Gtk.Table.TableChild)(this.table6[this.label11]));
- w21.TopAttach = ((uint)(1));
- w21.BottomAttach = ((uint)(2));
- w21.XOptions = ((Gtk.AttachOptions)(0));
- w21.YOptions = ((Gtk.AttachOptions)(0));
- // Container child table6.Gtk.Table+TableChild
- this.label12 = new Gtk.Label();
- this.label12.Name = "label12";
- this.label12.Xalign = 1F;
- this.label12.LabelProp = Mono.Unix.Catalog.GetString("Low");
- this.label12.Justify = ((Gtk.Justification)(2));
- this.table6.Add(this.label12);
- Gtk.Table.TableChild w22 = ((Gtk.Table.TableChild)(this.table6[this.label12]));
- w22.TopAttach = ((uint)(2));
- w22.BottomAttach = ((uint)(3));
- w22.XOptions = ((Gtk.AttachOptions)(0));
- w22.YOptions = ((Gtk.AttachOptions)(0));
- this.alignment1.Add(this.table6);
- this.frame1.Add(this.alignment1);
- this.label9 = new Gtk.Label();
- this.label9.Name = "label9";
- this.label9.LabelProp = Mono.Unix.Catalog.GetString("<b>Task Priorities Foreground Colors</b>");
- this.label9.UseMarkup = true;
- this.frame1.LabelWidget = this.label9;
- this.vbox6.Add(this.frame1);
- Gtk.Box.BoxChild w25 = ((Gtk.Box.BoxChild)(this.vbox6[this.frame1]));
- w25.PackType = ((Gtk.PackType)(1));
- w25.Position = 2;
- w25.Expand = false;
- w25.Fill = false;
- this.Add(this.vbox6);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.label112.MnemonicWidget = this.entryToken;
- this.Show();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.OptionPanels
+{
+ internal partial class TasksPanelWidget
+ {
+ private global::Gtk.VBox vbox6;
+
+ private global::Gtk.HBox hbox2;
+
+ private global::Gtk.VBox vbox7;
+
+ private global::Gtk.Label labelTokens;
+
+ private global::Gtk.ScrolledWindow scrolledwindow3;
+
+ private global::Gtk.TreeView tokensTreeView;
+
+ private global::Gtk.VBox vbox14;
+
+ private global::Gtk.VBox vboxPriority;
+
+ private global::Gtk.Label label112;
+
+ private global::Gtk.Entry entryToken;
+
+ private global::Gtk.Label label113;
+
+ private global::Gtk.HButtonBox hbuttonbox2;
+
+ private global::Gtk.Button buttonChange;
+
+ private global::Gtk.Button buttonRemove;
+
+ private global::Gtk.Button buttonAdd;
+
+ private global::Gtk.Label label;
+
+ private global::Gtk.HSeparator hseparator2;
+
+ private global::Gtk.Frame frame1;
+
+ private global::Gtk.Alignment alignment1;
+
+ private global::Gtk.Table table6;
+
+ private global::Gtk.ColorButton colorbuttonHighPrio;
+
+ private global::Gtk.ColorButton colorbuttonLowPrio;
+
+ private global::Gtk.ColorButton colorbuttonNormalPrio;
+
+ private global::Gtk.Label label10;
+
+ private global::Gtk.Label label11;
+
+ private global::Gtk.Label label12;
+
+ private global::Gtk.Label label9;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget";
+ // Container child MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget.Gtk.Container+ContainerChild
+ this.vbox6 = new global::Gtk.VBox ();
+ this.vbox6.Name = "vbox6";
+ this.vbox6.Spacing = 12;
+ // Container child vbox6.Gtk.Box+BoxChild
+ this.hbox2 = new global::Gtk.HBox ();
+ this.hbox2.Name = "hbox2";
+ this.hbox2.Spacing = 8;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.vbox7 = new global::Gtk.VBox ();
+ this.vbox7.Name = "vbox7";
+ // Container child vbox7.Gtk.Box+BoxChild
+ this.labelTokens = new global::Gtk.Label ();
+ this.labelTokens.Name = "labelTokens";
+ this.labelTokens.Xalign = 0f;
+ this.labelTokens.Yalign = 0f;
+ this.labelTokens.LabelProp = global::Mono.Unix.Catalog.GetString ("_Token List:");
+ this.labelTokens.UseUnderline = true;
+ this.vbox7.Add (this.labelTokens);
+ global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.labelTokens]));
+ w1.Position = 0;
+ w1.Expand = false;
+ w1.Fill = false;
+ // Container child vbox7.Gtk.Box+BoxChild
+ this.scrolledwindow3 = new global::Gtk.ScrolledWindow ();
+ this.scrolledwindow3.WidthRequest = 200;
+ this.scrolledwindow3.Name = "scrolledwindow3";
+ this.scrolledwindow3.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child scrolledwindow3.Gtk.Container+ContainerChild
+ this.tokensTreeView = new global::Gtk.TreeView ();
+ this.tokensTreeView.Name = "tokensTreeView";
+ this.tokensTreeView.HeadersVisible = false;
+ this.scrolledwindow3.Add (this.tokensTreeView);
+ this.vbox7.Add (this.scrolledwindow3);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.scrolledwindow3]));
+ w3.Position = 1;
+ this.hbox2.Add (this.vbox7);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox7]));
+ w4.Position = 0;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.vbox14 = new global::Gtk.VBox ();
+ this.vbox14.Name = "vbox14";
+ this.vbox14.Spacing = 4;
+ // Container child vbox14.Gtk.Box+BoxChild
+ this.vboxPriority = new global::Gtk.VBox ();
+ this.vboxPriority.Name = "vboxPriority";
+ this.vboxPriority.Spacing = 4;
+ // Container child vboxPriority.Gtk.Box+BoxChild
+ this.label112 = new global::Gtk.Label ();
+ this.label112.Name = "label112";
+ this.label112.Xalign = 0f;
+ this.label112.LabelProp = global::Mono.Unix.Catalog.GetString ("_Name:");
+ this.label112.UseUnderline = true;
+ this.vboxPriority.Add (this.label112);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vboxPriority[this.label112]));
+ w5.Position = 0;
+ w5.Expand = false;
+ w5.Fill = false;
+ // Container child vboxPriority.Gtk.Box+BoxChild
+ this.entryToken = new global::Gtk.Entry ();
+ this.entryToken.Name = "entryToken";
+ this.entryToken.IsEditable = true;
+ this.entryToken.MaxLength = 50;
+ this.entryToken.InvisibleChar = '●';
+ this.vboxPriority.Add (this.entryToken);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vboxPriority[this.entryToken]));
+ w6.Position = 1;
+ w6.Expand = false;
+ w6.Fill = false;
+ // Container child vboxPriority.Gtk.Box+BoxChild
+ this.label113 = new global::Gtk.Label ();
+ this.label113.Name = "label113";
+ this.label113.Xalign = 0f;
+ this.label113.LabelProp = global::Mono.Unix.Catalog.GetString ("Priority:");
+ this.vboxPriority.Add (this.label113);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vboxPriority[this.label113]));
+ w7.Position = 2;
+ w7.Expand = false;
+ w7.Fill = false;
+ this.vbox14.Add (this.vboxPriority);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox14[this.vboxPriority]));
+ w8.Position = 0;
+ w8.Expand = false;
+ w8.Fill = false;
+ // Container child vbox14.Gtk.Box+BoxChild
+ this.hbuttonbox2 = new global::Gtk.HButtonBox ();
+ this.hbuttonbox2.Name = "hbuttonbox2";
+ this.hbuttonbox2.Spacing = 6;
+ this.hbuttonbox2.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
+ // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
+ this.buttonChange = new global::Gtk.Button ();
+ this.buttonChange.Name = "buttonChange";
+ this.buttonChange.UseStock = true;
+ this.buttonChange.UseUnderline = true;
+ this.buttonChange.Label = "gtk-edit";
+ this.hbuttonbox2.Add (this.buttonChange);
+ global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2[this.buttonChange]));
+ w9.Expand = false;
+ w9.Fill = false;
+ // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
+ this.buttonRemove = new global::Gtk.Button ();
+ this.buttonRemove.Name = "buttonRemove";
+ this.buttonRemove.UseStock = true;
+ this.buttonRemove.UseUnderline = true;
+ this.buttonRemove.Label = "gtk-remove";
+ this.hbuttonbox2.Add (this.buttonRemove);
+ global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2[this.buttonRemove]));
+ w10.Position = 1;
+ w10.Expand = false;
+ w10.Fill = false;
+ // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
+ this.buttonAdd = new global::Gtk.Button ();
+ this.buttonAdd.Name = "buttonAdd";
+ this.buttonAdd.UseStock = true;
+ this.buttonAdd.UseUnderline = true;
+ this.buttonAdd.Label = "gtk-add";
+ this.hbuttonbox2.Add (this.buttonAdd);
+ global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2[this.buttonAdd]));
+ w11.Position = 2;
+ w11.Expand = false;
+ w11.Fill = false;
+ this.vbox14.Add (this.hbuttonbox2);
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox14[this.hbuttonbox2]));
+ w12.Position = 1;
+ w12.Expand = false;
+ // Container child vbox14.Gtk.Box+BoxChild
+ this.label = new global::Gtk.Label ();
+ this.label.Name = "label";
+ this.label.Ypad = 12;
+ this.label.Yalign = 0f;
+ this.label.LabelProp = global::Mono.Unix.Catalog.GetString ("<i><b>Note:</b> Only Letters, Digits and Underscore are allowed.</i>");
+ this.label.UseMarkup = true;
+ this.label.Wrap = true;
+ this.label.Justify = ((global::Gtk.Justification)(2));
+ this.vbox14.Add (this.label);
+ global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox14[this.label]));
+ w13.Position = 2;
+ w13.Expand = false;
+ w13.Fill = false;
+ this.hbox2.Add (this.vbox14);
+ global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox14]));
+ w14.Position = 1;
+ this.vbox6.Add (this.hbox2);
+ global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.hbox2]));
+ w15.Position = 0;
+ // Container child vbox6.Gtk.Box+BoxChild
+ this.hseparator2 = new global::Gtk.HSeparator ();
+ this.hseparator2.Name = "hseparator2";
+ this.vbox6.Add (this.hseparator2);
+ global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.hseparator2]));
+ w16.Position = 1;
+ w16.Expand = false;
+ // Container child vbox6.Gtk.Box+BoxChild
+ this.frame1 = new global::Gtk.Frame ();
+ this.frame1.Name = "frame1";
+ this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
+ // Container child frame1.Gtk.Container+ContainerChild
+ this.alignment1 = new global::Gtk.Alignment (0.5f, 0.5f, 1f, 1f);
+ this.alignment1.Name = "alignment1";
+ this.alignment1.LeftPadding = ((uint)(12));
+ this.alignment1.TopPadding = ((uint)(4));
+ // Container child alignment1.Gtk.Container+ContainerChild
+ this.table6 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
+ this.table6.Name = "table6";
+ this.table6.RowSpacing = ((uint)(4));
+ this.table6.ColumnSpacing = ((uint)(6));
+ // Container child table6.Gtk.Table+TableChild
+ this.colorbuttonHighPrio = new global::Gtk.ColorButton ();
+ this.colorbuttonHighPrio.Name = "colorbuttonHighPrio";
+ this.table6.Add (this.colorbuttonHighPrio);
+ global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table6[this.colorbuttonHighPrio]));
+ w17.LeftAttach = ((uint)(1));
+ w17.RightAttach = ((uint)(2));
+ w17.XOptions = ((global::Gtk.AttachOptions)(0));
+ w17.YOptions = ((global::Gtk.AttachOptions)(0));
+ // Container child table6.Gtk.Table+TableChild
+ this.colorbuttonLowPrio = new global::Gtk.ColorButton ();
+ this.colorbuttonLowPrio.Name = "colorbuttonLowPrio";
+ this.table6.Add (this.colorbuttonLowPrio);
+ global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table6[this.colorbuttonLowPrio]));
+ w18.TopAttach = ((uint)(2));
+ w18.BottomAttach = ((uint)(3));
+ w18.LeftAttach = ((uint)(1));
+ w18.RightAttach = ((uint)(2));
+ w18.XOptions = ((global::Gtk.AttachOptions)(0));
+ w18.YOptions = ((global::Gtk.AttachOptions)(0));
+ // Container child table6.Gtk.Table+TableChild
+ this.colorbuttonNormalPrio = new global::Gtk.ColorButton ();
+ this.colorbuttonNormalPrio.Name = "colorbuttonNormalPrio";
+ this.table6.Add (this.colorbuttonNormalPrio);
+ global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table6[this.colorbuttonNormalPrio]));
+ w19.TopAttach = ((uint)(1));
+ w19.BottomAttach = ((uint)(2));
+ w19.LeftAttach = ((uint)(1));
+ w19.RightAttach = ((uint)(2));
+ w19.XOptions = ((global::Gtk.AttachOptions)(0));
+ w19.YOptions = ((global::Gtk.AttachOptions)(0));
+ // Container child table6.Gtk.Table+TableChild
+ this.label10 = new global::Gtk.Label ();
+ this.label10.Name = "label10";
+ this.label10.Xalign = 1f;
+ this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("High");
+ this.table6.Add (this.label10);
+ global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table6[this.label10]));
+ w20.XOptions = ((global::Gtk.AttachOptions)(0));
+ w20.YOptions = ((global::Gtk.AttachOptions)(0));
+ // Container child table6.Gtk.Table+TableChild
+ this.label11 = new global::Gtk.Label ();
+ this.label11.Name = "label11";
+ this.label11.Xalign = 1f;
+ this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("Normal");
+ this.table6.Add (this.label11);
+ global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table6[this.label11]));
+ w21.TopAttach = ((uint)(1));
+ w21.BottomAttach = ((uint)(2));
+ w21.XOptions = ((global::Gtk.AttachOptions)(0));
+ w21.YOptions = ((global::Gtk.AttachOptions)(0));
+ // Container child table6.Gtk.Table+TableChild
+ this.label12 = new global::Gtk.Label ();
+ this.label12.Name = "label12";
+ this.label12.Xalign = 1f;
+ this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("Low");
+ this.label12.Justify = ((global::Gtk.Justification)(2));
+ this.table6.Add (this.label12);
+ global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table6[this.label12]));
+ w22.TopAttach = ((uint)(2));
+ w22.BottomAttach = ((uint)(3));
+ w22.XOptions = ((global::Gtk.AttachOptions)(0));
+ w22.YOptions = ((global::Gtk.AttachOptions)(0));
+ this.alignment1.Add (this.table6);
+ this.frame1.Add (this.alignment1);
+ this.label9 = new global::Gtk.Label ();
+ this.label9.Name = "label9";
+ this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Task Priorities Foreground Colors</b>");
+ this.label9.UseMarkup = true;
+ this.frame1.LabelWidget = this.label9;
+ this.vbox6.Add (this.frame1);
+ global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.frame1]));
+ w25.PackType = ((global::Gtk.PackType)(1));
+ w25.Position = 2;
+ w25.Expand = false;
+ w25.Fill = false;
+ this.Add (this.vbox6);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.label112.MnemonicWidget = this.entryToken;
+ this.Show ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TextStylePolicyPanelWidget.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TextStylePolicyPanelWidget.cs
index af50dd2b2e..3ac157e03f 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TextStylePolicyPanelWidget.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TextStylePolicyPanelWidget.cs
@@ -1,252 +1,244 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.Gui.OptionPanels {
-
-
- internal partial class TextStylePolicyPanelWidget {
-
- private Gtk.VBox vbox1;
-
- private Gtk.HBox hbox1;
-
- private Gtk.Label label1;
-
- private Gtk.SpinButton columnWidthSpin;
-
- private Gtk.Label label5;
-
- private Gtk.HBox hbox2;
-
- private Gtk.Label label6;
-
- private Gtk.ComboBox lineEndingCombo;
-
- private Gtk.Alignment alignment2;
-
- private Gtk.Label label3;
-
- private Gtk.Alignment alignment1;
-
- private Gtk.VBox vbox2;
-
- private Gtk.HBox hbox3;
-
- private Gtk.Label label7;
-
- private Gtk.SpinButton tabWidthSpin;
-
- private Gtk.Label label8;
-
- private Gtk.CheckButton tabsToSpaceCheck;
-
- private Gtk.CheckButton tabsAfterNonTabsCheck;
-
- private Gtk.CheckButton removeTrailingWhitespaceCheck;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.Gui.OptionPanels.TextStylePolicyPanelWidget
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Ide.Gui.OptionPanels.TextStylePolicyPanelWidget";
- // Container child MonoDevelop.Ide.Gui.OptionPanels.TextStylePolicyPanelWidget.Gtk.Container+ContainerChild
- this.vbox1 = new Gtk.VBox();
- this.vbox1.Name = "vbox1";
- this.vbox1.Spacing = 6;
- // Container child vbox1.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("Desired _file width:");
- this.label1.UseUnderline = true;
- this.hbox1.Add(this.label1);
- Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.hbox1[this.label1]));
- w1.Position = 0;
- w1.Expand = false;
- w1.Fill = false;
- // Container child hbox1.Gtk.Box+BoxChild
- this.columnWidthSpin = new Gtk.SpinButton(0, 1000, 1);
- this.columnWidthSpin.CanFocus = true;
- this.columnWidthSpin.Name = "columnWidthSpin";
- this.columnWidthSpin.Adjustment.PageIncrement = 10;
- this.columnWidthSpin.ClimbRate = 1;
- this.columnWidthSpin.Numeric = true;
- this.columnWidthSpin.Value = 120;
- this.hbox1.Add(this.columnWidthSpin);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox1[this.columnWidthSpin]));
- w2.Position = 1;
- w2.Expand = false;
- w2.Fill = false;
- // Container child hbox1.Gtk.Box+BoxChild
- this.label5 = new Gtk.Label();
- this.label5.Name = "label5";
- this.label5.LabelProp = Mono.Unix.Catalog.GetString("columns");
- this.hbox1.Add(this.label5);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox1[this.label5]));
- w3.Position = 2;
- w3.Expand = false;
- w3.Fill = false;
- this.vbox1.Add(this.hbox1);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
- w4.Position = 0;
- w4.Expand = false;
- w4.Fill = false;
- // Container child vbox1.Gtk.Box+BoxChild
- this.hbox2 = new Gtk.HBox();
- this.hbox2.Name = "hbox2";
- this.hbox2.Spacing = 6;
- // Container child hbox2.Gtk.Box+BoxChild
- this.label6 = new Gtk.Label();
- this.label6.Name = "label6";
- this.label6.LabelProp = Mono.Unix.Catalog.GetString("_Line endings:");
- this.label6.UseUnderline = true;
- this.hbox2.Add(this.label6);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.hbox2[this.label6]));
- w5.Position = 0;
- w5.Expand = false;
- w5.Fill = false;
- // Container child hbox2.Gtk.Box+BoxChild
- this.lineEndingCombo = Gtk.ComboBox.NewText();
- this.lineEndingCombo.Name = "lineEndingCombo";
- this.hbox2.Add(this.lineEndingCombo);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.hbox2[this.lineEndingCombo]));
- w6.Position = 1;
- w6.Expand = false;
- w6.Fill = false;
- this.vbox1.Add(this.hbox2);
- Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
- w7.Position = 1;
- w7.Expand = false;
- w7.Fill = false;
- // Container child vbox1.Gtk.Box+BoxChild
- this.alignment2 = new Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
- this.alignment2.Name = "alignment2";
- this.alignment2.TopPadding = ((uint)(6));
- // Container child alignment2.Gtk.Container+ContainerChild
- this.label3 = new Gtk.Label();
- this.label3.Name = "label3";
- this.label3.Xalign = 0F;
- this.label3.LabelProp = Mono.Unix.Catalog.GetString("<b>Whitespace</b>");
- this.label3.UseMarkup = true;
- this.alignment2.Add(this.label3);
- this.vbox1.Add(this.alignment2);
- Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.vbox1[this.alignment2]));
- w9.Position = 2;
- w9.Expand = false;
- w9.Fill = false;
- // Container child vbox1.Gtk.Box+BoxChild
- this.alignment1 = new Gtk.Alignment(0F, 0F, 1F, 1F);
- this.alignment1.Name = "alignment1";
- this.alignment1.LeftPadding = ((uint)(12));
- // 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.hbox3 = new Gtk.HBox();
- this.hbox3.Name = "hbox3";
- this.hbox3.Spacing = 6;
- // Container child hbox3.Gtk.Box+BoxChild
- this.label7 = new Gtk.Label();
- this.label7.Name = "label7";
- this.label7.LabelProp = Mono.Unix.Catalog.GetString("_Tab width:");
- this.label7.UseUnderline = true;
- this.hbox3.Add(this.label7);
- Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.hbox3[this.label7]));
- w10.Position = 0;
- w10.Expand = false;
- w10.Fill = false;
- // Container child hbox3.Gtk.Box+BoxChild
- this.tabWidthSpin = new Gtk.SpinButton(1, 50, 1);
- this.tabWidthSpin.CanFocus = true;
- this.tabWidthSpin.Name = "tabWidthSpin";
- this.tabWidthSpin.Adjustment.PageIncrement = 2;
- this.tabWidthSpin.ClimbRate = 1;
- this.tabWidthSpin.Numeric = true;
- this.tabWidthSpin.Value = 4;
- this.hbox3.Add(this.tabWidthSpin);
- Gtk.Box.BoxChild w11 = ((Gtk.Box.BoxChild)(this.hbox3[this.tabWidthSpin]));
- w11.Position = 1;
- w11.Expand = false;
- w11.Fill = false;
- // Container child hbox3.Gtk.Box+BoxChild
- this.label8 = new Gtk.Label();
- this.label8.Name = "label8";
- this.label8.LabelProp = Mono.Unix.Catalog.GetString("spaces");
- this.hbox3.Add(this.label8);
- Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.hbox3[this.label8]));
- w12.Position = 2;
- w12.Expand = false;
- w12.Fill = false;
- this.vbox2.Add(this.hbox3);
- Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
- w13.Position = 0;
- w13.Expand = false;
- w13.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.tabsToSpaceCheck = new Gtk.CheckButton();
- this.tabsToSpaceCheck.CanFocus = true;
- this.tabsToSpaceCheck.Name = "tabsToSpaceCheck";
- this.tabsToSpaceCheck.Label = Mono.Unix.Catalog.GetString("_Convert tabs to spaces");
- this.tabsToSpaceCheck.DrawIndicator = true;
- this.tabsToSpaceCheck.UseUnderline = true;
- this.vbox2.Add(this.tabsToSpaceCheck);
- Gtk.Box.BoxChild w14 = ((Gtk.Box.BoxChild)(this.vbox2[this.tabsToSpaceCheck]));
- w14.Position = 1;
- w14.Expand = false;
- w14.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.tabsAfterNonTabsCheck = new Gtk.CheckButton();
- this.tabsAfterNonTabsCheck.CanFocus = true;
- this.tabsAfterNonTabsCheck.Name = "tabsAfterNonTabsCheck";
- this.tabsAfterNonTabsCheck.Label = Mono.Unix.Catalog.GetString("_Allow tabs after non-tabs");
- this.tabsAfterNonTabsCheck.DrawIndicator = true;
- this.tabsAfterNonTabsCheck.UseUnderline = true;
- this.vbox2.Add(this.tabsAfterNonTabsCheck);
- Gtk.Box.BoxChild w15 = ((Gtk.Box.BoxChild)(this.vbox2[this.tabsAfterNonTabsCheck]));
- w15.Position = 2;
- w15.Expand = false;
- w15.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.removeTrailingWhitespaceCheck = new Gtk.CheckButton();
- this.removeTrailingWhitespaceCheck.CanFocus = true;
- this.removeTrailingWhitespaceCheck.Name = "removeTrailingWhitespaceCheck";
- this.removeTrailingWhitespaceCheck.Label = Mono.Unix.Catalog.GetString("_Remove trailing whitespace");
- this.removeTrailingWhitespaceCheck.DrawIndicator = true;
- this.removeTrailingWhitespaceCheck.UseUnderline = true;
- this.vbox2.Add(this.removeTrailingWhitespaceCheck);
- Gtk.Box.BoxChild w16 = ((Gtk.Box.BoxChild)(this.vbox2[this.removeTrailingWhitespaceCheck]));
- w16.Position = 3;
- w16.Expand = false;
- w16.Fill = false;
- this.alignment1.Add(this.vbox2);
- this.vbox1.Add(this.alignment1);
- Gtk.Box.BoxChild w18 = ((Gtk.Box.BoxChild)(this.vbox1[this.alignment1]));
- w18.Position = 3;
- w18.Expand = false;
- w18.Fill = false;
- this.Add(this.vbox1);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.label7.MnemonicWidget = this.tabWidthSpin;
- this.Hide();
- this.columnWidthSpin.ValueChanged += new System.EventHandler(this.UpdateState);
- this.lineEndingCombo.Changed += new System.EventHandler(this.UpdateState);
- this.tabWidthSpin.ValueChanged += new System.EventHandler(this.UpdateState);
- this.tabsToSpaceCheck.Toggled += new System.EventHandler(this.UpdateState);
- this.tabsAfterNonTabsCheck.Toggled += new System.EventHandler(this.UpdateState);
- this.removeTrailingWhitespaceCheck.Toggled += new System.EventHandler(this.UpdateState);
- }
- }
+
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Gui.OptionPanels
+{
+ internal partial class TextStylePolicyPanelWidget
+ {
+ private global::Gtk.VBox vbox1;
+
+ private global::Gtk.HBox hbox1;
+
+ private global::Gtk.Label label1;
+
+ private global::Gtk.SpinButton columnWidthSpin;
+
+ private global::Gtk.Label label5;
+
+ private global::Gtk.HBox hbox2;
+
+ private global::Gtk.Label label6;
+
+ private global::Gtk.ComboBox lineEndingCombo;
+
+ private global::Gtk.Alignment alignment2;
+
+ private global::Gtk.Label label3;
+
+ private global::Gtk.Alignment alignment1;
+
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.HBox hbox3;
+
+ private global::Gtk.Label label7;
+
+ private global::Gtk.SpinButton tabWidthSpin;
+
+ private global::Gtk.Label label8;
+
+ private global::Gtk.CheckButton tabsToSpaceCheck;
+
+ private global::Gtk.CheckButton tabsAfterNonTabsCheck;
+
+ private global::Gtk.CheckButton removeTrailingWhitespaceCheck;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Gui.OptionPanels.TextStylePolicyPanelWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Ide.Gui.OptionPanels.TextStylePolicyPanelWidget";
+ // Container child MonoDevelop.Ide.Gui.OptionPanels.TextStylePolicyPanelWidget.Gtk.Container+ContainerChild
+ this.vbox1 = new global::Gtk.VBox ();
+ this.vbox1.Name = "vbox1";
+ this.vbox1.Spacing = 6;
+ // Container child vbox1.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 ("Desired _file width:");
+ this.label1.UseUnderline = true;
+ this.hbox1.Add (this.label1);
+ global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
+ w1.Position = 0;
+ w1.Expand = false;
+ w1.Fill = false;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.columnWidthSpin = new global::Gtk.SpinButton (0, 1000, 1);
+ this.columnWidthSpin.CanFocus = true;
+ this.columnWidthSpin.Name = "columnWidthSpin";
+ this.columnWidthSpin.Adjustment.PageIncrement = 10;
+ this.columnWidthSpin.ClimbRate = 1;
+ this.columnWidthSpin.Numeric = true;
+ this.columnWidthSpin.Value = 120;
+ this.hbox1.Add (this.columnWidthSpin);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.columnWidthSpin]));
+ w2.Position = 1;
+ w2.Expand = false;
+ w2.Fill = false;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.label5 = new global::Gtk.Label ();
+ this.label5.Name = "label5";
+ this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("columns");
+ this.hbox1.Add (this.label5);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label5]));
+ w3.Position = 2;
+ w3.Expand = false;
+ w3.Fill = false;
+ this.vbox1.Add (this.hbox1);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
+ w4.Position = 0;
+ w4.Expand = false;
+ w4.Fill = false;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.hbox2 = new global::Gtk.HBox ();
+ this.hbox2.Name = "hbox2";
+ this.hbox2.Spacing = 6;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.label6 = new global::Gtk.Label ();
+ this.label6.Name = "label6";
+ this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("_Line endings:");
+ this.label6.UseUnderline = true;
+ this.hbox2.Add (this.label6);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label6]));
+ w5.Position = 0;
+ w5.Expand = false;
+ w5.Fill = false;
+ // Container child hbox2.Gtk.Box+BoxChild
+ this.lineEndingCombo = global::Gtk.ComboBox.NewText ();
+ this.lineEndingCombo.Name = "lineEndingCombo";
+ this.hbox2.Add (this.lineEndingCombo);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.lineEndingCombo]));
+ w6.Position = 1;
+ w6.Expand = false;
+ w6.Fill = false;
+ this.vbox1.Add (this.hbox2);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
+ w7.Position = 1;
+ w7.Expand = false;
+ w7.Fill = false;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.alignment2 = new global::Gtk.Alignment (0.5f, 0.5f, 1f, 1f);
+ this.alignment2.Name = "alignment2";
+ this.alignment2.TopPadding = ((uint)(6));
+ // Container child alignment2.Gtk.Container+ContainerChild
+ this.label3 = new global::Gtk.Label ();
+ this.label3.Name = "label3";
+ this.label3.Xalign = 0f;
+ this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Whitespace</b>");
+ this.label3.UseMarkup = true;
+ this.alignment2.Add (this.label3);
+ this.vbox1.Add (this.alignment2);
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.alignment2]));
+ w9.Position = 2;
+ w9.Expand = false;
+ w9.Fill = false;
+ // Container child vbox1.Gtk.Box+BoxChild
+ this.alignment1 = new global::Gtk.Alignment (0f, 0f, 1f, 1f);
+ this.alignment1.Name = "alignment1";
+ this.alignment1.LeftPadding = ((uint)(12));
+ // 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.hbox3 = new global::Gtk.HBox ();
+ this.hbox3.Name = "hbox3";
+ this.hbox3.Spacing = 6;
+ // Container child hbox3.Gtk.Box+BoxChild
+ this.label7 = new global::Gtk.Label ();
+ this.label7.Name = "label7";
+ this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("_Tab width:");
+ this.label7.UseUnderline = true;
+ this.hbox3.Add (this.label7);
+ global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label7]));
+ w10.Position = 0;
+ w10.Expand = false;
+ w10.Fill = false;
+ // Container child hbox3.Gtk.Box+BoxChild
+ this.tabWidthSpin = new global::Gtk.SpinButton (1, 50, 1);
+ this.tabWidthSpin.CanFocus = true;
+ this.tabWidthSpin.Name = "tabWidthSpin";
+ this.tabWidthSpin.Adjustment.PageIncrement = 2;
+ this.tabWidthSpin.ClimbRate = 1;
+ this.tabWidthSpin.Numeric = true;
+ this.tabWidthSpin.Value = 4;
+ this.hbox3.Add (this.tabWidthSpin);
+ global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.tabWidthSpin]));
+ w11.Position = 1;
+ w11.Expand = false;
+ w11.Fill = false;
+ // Container child hbox3.Gtk.Box+BoxChild
+ this.label8 = new global::Gtk.Label ();
+ this.label8.Name = "label8";
+ this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("spaces");
+ this.hbox3.Add (this.label8);
+ global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label8]));
+ w12.Position = 2;
+ w12.Expand = false;
+ w12.Fill = false;
+ this.vbox2.Add (this.hbox3);
+ global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
+ w13.Position = 0;
+ w13.Expand = false;
+ w13.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.tabsToSpaceCheck = new global::Gtk.CheckButton ();
+ this.tabsToSpaceCheck.CanFocus = true;
+ this.tabsToSpaceCheck.Name = "tabsToSpaceCheck";
+ this.tabsToSpaceCheck.Label = global::Mono.Unix.Catalog.GetString ("_Convert tabs to spaces");
+ this.tabsToSpaceCheck.DrawIndicator = true;
+ this.tabsToSpaceCheck.UseUnderline = true;
+ this.vbox2.Add (this.tabsToSpaceCheck);
+ global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.tabsToSpaceCheck]));
+ w14.Position = 1;
+ w14.Expand = false;
+ w14.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.tabsAfterNonTabsCheck = new global::Gtk.CheckButton ();
+ this.tabsAfterNonTabsCheck.CanFocus = true;
+ this.tabsAfterNonTabsCheck.Name = "tabsAfterNonTabsCheck";
+ this.tabsAfterNonTabsCheck.Label = global::Mono.Unix.Catalog.GetString ("_Allow tabs after non-tabs");
+ this.tabsAfterNonTabsCheck.DrawIndicator = true;
+ this.tabsAfterNonTabsCheck.UseUnderline = true;
+ this.vbox2.Add (this.tabsAfterNonTabsCheck);
+ global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.tabsAfterNonTabsCheck]));
+ w15.Position = 2;
+ w15.Expand = false;
+ w15.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.removeTrailingWhitespaceCheck = new global::Gtk.CheckButton ();
+ this.removeTrailingWhitespaceCheck.CanFocus = true;
+ this.removeTrailingWhitespaceCheck.Name = "removeTrailingWhitespaceCheck";
+ this.removeTrailingWhitespaceCheck.Label = global::Mono.Unix.Catalog.GetString ("_Remove trailing whitespace");
+ this.removeTrailingWhitespaceCheck.DrawIndicator = true;
+ this.removeTrailingWhitespaceCheck.UseUnderline = true;
+ this.vbox2.Add (this.removeTrailingWhitespaceCheck);
+ global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.removeTrailingWhitespaceCheck]));
+ w16.Position = 3;
+ w16.Expand = false;
+ w16.Fill = false;
+ this.alignment1.Add (this.vbox2);
+ this.vbox1.Add (this.alignment1);
+ global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.alignment1]));
+ w18.Position = 3;
+ w18.Expand = false;
+ w18.Fill = false;
+ this.Add (this.vbox1);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.label7.MnemonicWidget = this.tabWidthSpin;
+ this.Hide ();
+ this.columnWidthSpin.ValueChanged += new global::System.EventHandler (this.UpdateState);
+ this.lineEndingCombo.Changed += new global::System.EventHandler (this.UpdateState);
+ this.tabWidthSpin.ValueChanged += new global::System.EventHandler (this.UpdateState);
+ this.tabsToSpaceCheck.Toggled += new global::System.EventHandler (this.UpdateState);
+ this.tabsAfterNonTabsCheck.Toggled += new global::System.EventHandler (this.UpdateState);
+ this.removeTrailingWhitespaceCheck.Toggled += new global::System.EventHandler (this.UpdateState);
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.OverridesImplementsDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.OverridesImplementsDialog.cs
index 928fba2619..b510284f74 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.OverridesImplementsDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.OverridesImplementsDialog.cs
@@ -1,142 +1,134 @@
-// ------------------------------------------------------------------------------
-// <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.Ide {
-
-
- public partial class OverridesImplementsDialog {
-
- private Gtk.VBox vbox2;
-
- private Gtk.ScrolledWindow GtkScrolledWindow;
-
- private Gtk.TreeView treeview;
-
- private Gtk.HBox hbox1;
-
- private Gtk.Button buttonSelectAll;
-
- private Gtk.Button buttonUnselectAll;
-
- private Gtk.HSeparator hseparator1;
-
- private Gtk.Button buttonCancel;
-
- private Gtk.Button buttonOk;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.OverridesImplementsDialog
- this.Name = "MonoDevelop.Ide.OverridesImplementsDialog";
- this.Title = "";
- this.WindowPosition = ((Gtk.WindowPosition)(4));
- this.BorderWidth = ((uint)(6));
- // Internal child MonoDevelop.Ide.OverridesImplementsDialog.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 = 6;
- // Container child vbox2.Gtk.Box+BoxChild
- this.GtkScrolledWindow = new Gtk.ScrolledWindow();
- this.GtkScrolledWindow.Name = "GtkScrolledWindow";
- this.GtkScrolledWindow.ShadowType = ((Gtk.ShadowType)(1));
- // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
- this.treeview = new Gtk.TreeView();
- this.treeview.CanFocus = true;
- this.treeview.Name = "treeview";
- this.GtkScrolledWindow.Add(this.treeview);
- this.vbox2.Add(this.GtkScrolledWindow);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox2[this.GtkScrolledWindow]));
- w3.Position = 0;
- // 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.buttonSelectAll = new Gtk.Button();
- this.buttonSelectAll.CanFocus = true;
- this.buttonSelectAll.Name = "buttonSelectAll";
- this.buttonSelectAll.UseUnderline = true;
- this.buttonSelectAll.Label = Mono.Unix.Catalog.GetString("Select All");
- this.hbox1.Add(this.buttonSelectAll);
- Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.hbox1[this.buttonSelectAll]));
- w4.Position = 0;
- w4.Expand = false;
- w4.Fill = false;
- // Container child hbox1.Gtk.Box+BoxChild
- this.buttonUnselectAll = new Gtk.Button();
- this.buttonUnselectAll.CanFocus = true;
- this.buttonUnselectAll.Name = "buttonUnselectAll";
- this.buttonUnselectAll.UseUnderline = true;
- this.buttonUnselectAll.Label = Mono.Unix.Catalog.GetString("Unselect All");
- this.hbox1.Add(this.buttonUnselectAll);
- Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.hbox1[this.buttonUnselectAll]));
- w5.Position = 1;
- w5.Expand = false;
- w5.Fill = false;
- this.vbox2.Add(this.hbox1);
- Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
- w6.Position = 1;
- w6.Expand = false;
- w6.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 w7 = ((Gtk.Box.BoxChild)(this.vbox2[this.hseparator1]));
- w7.Position = 3;
- w7.Expand = false;
- w7.Fill = false;
- w1.Add(this.vbox2);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(w1[this.vbox2]));
- w8.Position = 0;
- // Internal child MonoDevelop.Ide.OverridesImplementsDialog.ActionArea
- Gtk.HButtonBox w9 = this.ActionArea;
- w9.Name = "dialog1_ActionArea";
- w9.Spacing = 6;
- w9.BorderWidth = ((uint)(5));
- w9.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 w10 = ((Gtk.ButtonBox.ButtonBoxChild)(w9[this.buttonCancel]));
- w10.Expand = false;
- w10.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 w11 = ((Gtk.ButtonBox.ButtonBoxChild)(w9[this.buttonOk]));
- w11.Position = 1;
- w11.Expand = false;
- w11.Fill = false;
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.DefaultWidth = 595;
- this.DefaultHeight = 469;
- this.Show();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide
+{
+ public partial class OverridesImplementsDialog
+ {
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.ScrolledWindow GtkScrolledWindow;
+
+ private global::Gtk.TreeView treeview;
+
+ private global::Gtk.HBox hbox1;
+
+ private global::Gtk.Button buttonSelectAll;
+
+ private global::Gtk.Button buttonUnselectAll;
+
+ private global::Gtk.HSeparator hseparator1;
+
+ private global::Gtk.Button buttonCancel;
+
+ private global::Gtk.Button buttonOk;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.OverridesImplementsDialog
+ this.Name = "MonoDevelop.Ide.OverridesImplementsDialog";
+ this.Title = "";
+ this.WindowPosition = ((global::Gtk.WindowPosition)(4));
+ this.BorderWidth = ((uint)(6));
+ // Internal child MonoDevelop.Ide.OverridesImplementsDialog.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 = 6;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
+ this.GtkScrolledWindow.Name = "GtkScrolledWindow";
+ this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
+ this.treeview = new global::Gtk.TreeView ();
+ this.treeview.CanFocus = true;
+ this.treeview.Name = "treeview";
+ this.GtkScrolledWindow.Add (this.treeview);
+ this.vbox2.Add (this.GtkScrolledWindow);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.GtkScrolledWindow]));
+ w3.Position = 0;
+ // 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.buttonSelectAll = new global::Gtk.Button ();
+ this.buttonSelectAll.CanFocus = true;
+ this.buttonSelectAll.Name = "buttonSelectAll";
+ this.buttonSelectAll.UseUnderline = true;
+ this.buttonSelectAll.Label = global::Mono.Unix.Catalog.GetString ("Select All");
+ this.hbox1.Add (this.buttonSelectAll);
+ global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonSelectAll]));
+ w4.Position = 0;
+ w4.Expand = false;
+ w4.Fill = false;
+ // Container child hbox1.Gtk.Box+BoxChild
+ this.buttonUnselectAll = new global::Gtk.Button ();
+ this.buttonUnselectAll.CanFocus = true;
+ this.buttonUnselectAll.Name = "buttonUnselectAll";
+ this.buttonUnselectAll.UseUnderline = true;
+ this.buttonUnselectAll.Label = global::Mono.Unix.Catalog.GetString ("Unselect All");
+ this.hbox1.Add (this.buttonUnselectAll);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonUnselectAll]));
+ w5.Position = 1;
+ w5.Expand = false;
+ w5.Fill = false;
+ this.vbox2.Add (this.hbox1);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
+ w6.Position = 1;
+ w6.Expand = false;
+ w6.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 w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hseparator1]));
+ w7.Position = 3;
+ w7.Expand = false;
+ w7.Fill = false;
+ w1.Add (this.vbox2);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
+ w8.Position = 0;
+ // Internal child MonoDevelop.Ide.OverridesImplementsDialog.ActionArea
+ global::Gtk.HButtonBox w9 = this.ActionArea;
+ w9.Name = "dialog1_ActionArea";
+ w9.Spacing = 6;
+ w9.BorderWidth = ((uint)(5));
+ w9.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 w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9[this.buttonCancel]));
+ w10.Expand = false;
+ w10.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 w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9[this.buttonOk]));
+ w11.Position = 1;
+ w11.Expand = false;
+ w11.Fill = false;
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.DefaultWidth = 595;
+ this.DefaultHeight = 469;
+ this.Show ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.SelectEncodingsDialog.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.SelectEncodingsDialog.cs
index 57c0393dc9..c5873cbb49 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.SelectEncodingsDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.SelectEncodingsDialog.cs
@@ -1,283 +1,275 @@
-// ------------------------------------------------------------------------------
-// <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.Ide {
-
-
- internal partial class SelectEncodingsDialog {
-
- private Gtk.Table table5;
-
- private Gtk.Label label106;
-
- private Gtk.Label label107;
-
- private Gtk.ScrolledWindow scrolledwindow10;
-
- private Gtk.TreeView listAvail;
-
- private Gtk.ScrolledWindow scrolledwindow11;
-
- private Gtk.TreeView listSelected;
-
- private Gtk.VBox vbox74;
-
- private Gtk.Label label108;
-
- private Gtk.Button btnAdd;
-
- private Gtk.Button btnRemove;
-
- private Gtk.Label label109;
-
- private Gtk.VBox vbox75;
-
- private Gtk.Button btnUp;
-
- private Gtk.Image image9;
-
- private Gtk.Button btnDown;
-
- private Gtk.Image image10;
-
- private Gtk.Button cancelbutton1;
-
- private Gtk.Button okbutton1;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.SelectEncodingsDialog
- this.Name = "MonoDevelop.Ide.SelectEncodingsDialog";
- this.Title = "Select Text Encodings";
- this.TypeHint = ((Gdk.WindowTypeHint)(1));
- this.Modal = true;
- this.BorderWidth = ((uint)(6));
- this.DefaultWidth = 700;
- this.DefaultHeight = 450;
- // Internal child MonoDevelop.Ide.SelectEncodingsDialog.VBox
- Gtk.VBox w1 = this.VBox;
- w1.Name = "dialog-vbox5";
- w1.Spacing = 6;
- w1.BorderWidth = ((uint)(2));
- // Container child dialog-vbox5.Gtk.Box+BoxChild
- this.table5 = new Gtk.Table(((uint)(2)), ((uint)(4)), false);
- this.table5.Name = "table5";
- this.table5.RowSpacing = ((uint)(6));
- this.table5.ColumnSpacing = ((uint)(12));
- this.table5.BorderWidth = ((uint)(6));
- // Container child table5.Gtk.Table+TableChild
- this.label106 = new Gtk.Label();
- this.label106.Name = "label106";
- this.label106.Xalign = 0F;
- this.label106.Yalign = 0F;
- this.label106.LabelProp = Mono.Unix.Catalog.GetString("Available encodings:");
- this.label106.WidthChars = 20;
- this.table5.Add(this.label106);
- Gtk.Table.TableChild w2 = ((Gtk.Table.TableChild)(this.table5[this.label106]));
- w2.XOptions = ((Gtk.AttachOptions)(4));
- w2.YOptions = ((Gtk.AttachOptions)(0));
- // Container child table5.Gtk.Table+TableChild
- this.label107 = new Gtk.Label();
- this.label107.Name = "label107";
- this.label107.Xalign = 0F;
- this.label107.Yalign = 0F;
- this.label107.LabelProp = Mono.Unix.Catalog.GetString("Encodings shown in menu:");
- this.label107.WidthChars = 20;
- this.table5.Add(this.label107);
- Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table5[this.label107]));
- w3.LeftAttach = ((uint)(2));
- w3.RightAttach = ((uint)(3));
- w3.XOptions = ((Gtk.AttachOptions)(4));
- w3.YOptions = ((Gtk.AttachOptions)(0));
- // Container child table5.Gtk.Table+TableChild
- this.scrolledwindow10 = new Gtk.ScrolledWindow();
- this.scrolledwindow10.Name = "scrolledwindow10";
- this.scrolledwindow10.ShadowType = ((Gtk.ShadowType)(1));
- // Container child scrolledwindow10.Gtk.Container+ContainerChild
- this.listAvail = new Gtk.TreeView();
- this.listAvail.Name = "listAvail";
- this.scrolledwindow10.Add(this.listAvail);
- this.table5.Add(this.scrolledwindow10);
- Gtk.Table.TableChild w5 = ((Gtk.Table.TableChild)(this.table5[this.scrolledwindow10]));
- w5.TopAttach = ((uint)(1));
- w5.BottomAttach = ((uint)(2));
- // Container child table5.Gtk.Table+TableChild
- this.scrolledwindow11 = new Gtk.ScrolledWindow();
- this.scrolledwindow11.Name = "scrolledwindow11";
- this.scrolledwindow11.ShadowType = ((Gtk.ShadowType)(1));
- // Container child scrolledwindow11.Gtk.Container+ContainerChild
- this.listSelected = new Gtk.TreeView();
- this.listSelected.Name = "listSelected";
- this.scrolledwindow11.Add(this.listSelected);
- this.table5.Add(this.scrolledwindow11);
- Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table5[this.scrolledwindow11]));
- w7.TopAttach = ((uint)(1));
- w7.BottomAttach = ((uint)(2));
- w7.LeftAttach = ((uint)(2));
- w7.RightAttach = ((uint)(3));
- // Container child table5.Gtk.Table+TableChild
- this.vbox74 = new Gtk.VBox();
- this.vbox74.Name = "vbox74";
- this.vbox74.Spacing = 6;
- // Container child vbox74.Gtk.Box+BoxChild
- this.label108 = new Gtk.Label();
- this.label108.Name = "label108";
- this.label108.Xalign = 0F;
- this.label108.Yalign = 0F;
- this.vbox74.Add(this.label108);
- Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.vbox74[this.label108]));
- w8.Position = 0;
- // Container child vbox74.Gtk.Box+BoxChild
- this.btnAdd = new Gtk.Button();
- this.btnAdd.Name = "btnAdd";
- this.btnAdd.UseUnderline = true;
- // Container child btnAdd.Gtk.Container+ContainerChild
- Gtk.Alignment w9 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
- // Container child GtkAlignment.Gtk.Container+ContainerChild
- Gtk.HBox w10 = new Gtk.HBox();
- w10.Spacing = 2;
- // Container child GtkHBox.Gtk.Container+ContainerChild
- Gtk.Image w11 = new Gtk.Image();
- w11.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-go-forward", Gtk.IconSize.Button, 16);
- w10.Add(w11);
- // Container child GtkHBox.Gtk.Container+ContainerChild
- Gtk.Label w13 = new Gtk.Label();
- w10.Add(w13);
- w9.Add(w10);
- this.btnAdd.Add(w9);
- this.vbox74.Add(this.btnAdd);
- Gtk.Box.BoxChild w17 = ((Gtk.Box.BoxChild)(this.vbox74[this.btnAdd]));
- w17.Position = 1;
- w17.Expand = false;
- w17.Fill = false;
- // Container child vbox74.Gtk.Box+BoxChild
- this.btnRemove = new Gtk.Button();
- this.btnRemove.Name = "btnRemove";
- // Container child btnRemove.Gtk.Container+ContainerChild
- Gtk.Alignment w18 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
- // Container child GtkAlignment.Gtk.Container+ContainerChild
- Gtk.HBox w19 = new Gtk.HBox();
- w19.Spacing = 2;
- // Container child GtkHBox.Gtk.Container+ContainerChild
- Gtk.Image w20 = new Gtk.Image();
- w20.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-go-back", Gtk.IconSize.SmallToolbar, 18);
- w19.Add(w20);
- // Container child GtkHBox.Gtk.Container+ContainerChild
- Gtk.Label w22 = new Gtk.Label();
- w19.Add(w22);
- w18.Add(w19);
- this.btnRemove.Add(w18);
- this.vbox74.Add(this.btnRemove);
- Gtk.Box.BoxChild w26 = ((Gtk.Box.BoxChild)(this.vbox74[this.btnRemove]));
- w26.Position = 2;
- w26.Expand = false;
- w26.Fill = false;
- // Container child vbox74.Gtk.Box+BoxChild
- this.label109 = new Gtk.Label();
- this.label109.Name = "label109";
- this.label109.Xalign = 0F;
- this.label109.Yalign = 0F;
- this.vbox74.Add(this.label109);
- Gtk.Box.BoxChild w27 = ((Gtk.Box.BoxChild)(this.vbox74[this.label109]));
- w27.Position = 3;
- this.table5.Add(this.vbox74);
- Gtk.Table.TableChild w28 = ((Gtk.Table.TableChild)(this.table5[this.vbox74]));
- w28.TopAttach = ((uint)(1));
- w28.BottomAttach = ((uint)(2));
- w28.LeftAttach = ((uint)(1));
- w28.RightAttach = ((uint)(2));
- w28.XOptions = ((Gtk.AttachOptions)(0));
- w28.YOptions = ((Gtk.AttachOptions)(0));
- // Container child table5.Gtk.Table+TableChild
- this.vbox75 = new Gtk.VBox();
- this.vbox75.Name = "vbox75";
- this.vbox75.Spacing = 6;
- // Container child vbox75.Gtk.Box+BoxChild
- this.btnUp = new Gtk.Button();
- this.btnUp.Name = "btnUp";
- // Container child btnUp.Gtk.Container+ContainerChild
- this.image9 = new Gtk.Image();
- this.image9.Name = "image9";
- this.image9.Xalign = 0F;
- this.image9.Yalign = 0F;
- this.image9.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-go-up", Gtk.IconSize.Button, 16);
- this.btnUp.Add(this.image9);
- this.btnUp.Label = null;
- this.vbox75.Add(this.btnUp);
- Gtk.Box.BoxChild w30 = ((Gtk.Box.BoxChild)(this.vbox75[this.btnUp]));
- w30.Position = 0;
- w30.Expand = false;
- w30.Fill = false;
- // Container child vbox75.Gtk.Box+BoxChild
- this.btnDown = new Gtk.Button();
- this.btnDown.Name = "btnDown";
- // Container child btnDown.Gtk.Container+ContainerChild
- this.image10 = new Gtk.Image();
- this.image10.Name = "image10";
- this.image10.Xalign = 0F;
- this.image10.Yalign = 0F;
- this.image10.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-go-down", Gtk.IconSize.Button, 16);
- this.btnDown.Add(this.image10);
- this.btnDown.Label = null;
- this.vbox75.Add(this.btnDown);
- Gtk.Box.BoxChild w32 = ((Gtk.Box.BoxChild)(this.vbox75[this.btnDown]));
- w32.Position = 1;
- w32.Expand = false;
- w32.Fill = false;
- this.table5.Add(this.vbox75);
- Gtk.Table.TableChild w33 = ((Gtk.Table.TableChild)(this.table5[this.vbox75]));
- w33.TopAttach = ((uint)(1));
- w33.BottomAttach = ((uint)(2));
- w33.LeftAttach = ((uint)(3));
- w33.RightAttach = ((uint)(4));
- w33.XOptions = ((Gtk.AttachOptions)(0));
- w33.YOptions = ((Gtk.AttachOptions)(0));
- w1.Add(this.table5);
- Gtk.Box.BoxChild w34 = ((Gtk.Box.BoxChild)(w1[this.table5]));
- w34.Position = 0;
- // Internal child MonoDevelop.Ide.SelectEncodingsDialog.ActionArea
- Gtk.HButtonBox w35 = this.ActionArea;
- w35.Name = "dialog-action_area5";
- w35.Spacing = 6;
- w35.BorderWidth = ((uint)(5));
- w35.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
- // Container child dialog-action_area5.Gtk.ButtonBox+ButtonBoxChild
- this.cancelbutton1 = new Gtk.Button();
- this.cancelbutton1.Name = "cancelbutton1";
- this.cancelbutton1.UseStock = true;
- this.cancelbutton1.UseUnderline = true;
- this.cancelbutton1.Label = "gtk-cancel";
- this.AddActionWidget(this.cancelbutton1, -6);
- Gtk.ButtonBox.ButtonBoxChild w36 = ((Gtk.ButtonBox.ButtonBoxChild)(w35[this.cancelbutton1]));
- w36.Expand = false;
- w36.Fill = false;
- // Container child dialog-action_area5.Gtk.ButtonBox+ButtonBoxChild
- this.okbutton1 = new Gtk.Button();
- this.okbutton1.Name = "okbutton1";
- this.okbutton1.UseStock = true;
- this.okbutton1.UseUnderline = true;
- this.okbutton1.Label = "gtk-ok";
- this.AddActionWidget(this.okbutton1, -5);
- Gtk.ButtonBox.ButtonBoxChild w37 = ((Gtk.ButtonBox.ButtonBoxChild)(w35[this.okbutton1]));
- w37.Position = 1;
- w37.Expand = false;
- w37.Fill = false;
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.Show();
- this.Response += new Gtk.ResponseHandler(this.OnRespond);
- this.btnUp.Clicked += new System.EventHandler(this.OnUpClicked);
- this.btnDown.Clicked += new System.EventHandler(this.OnDownClicked);
- this.btnAdd.Clicked += new System.EventHandler(this.OnAddClicked);
- this.btnRemove.Clicked += new System.EventHandler(this.OnRemoveClicked);
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide
+{
+ internal partial class SelectEncodingsDialog
+ {
+ private global::Gtk.Table table5;
+
+ private global::Gtk.Label label106;
+
+ private global::Gtk.Label label107;
+
+ private global::Gtk.ScrolledWindow scrolledwindow10;
+
+ private global::Gtk.TreeView listAvail;
+
+ private global::Gtk.ScrolledWindow scrolledwindow11;
+
+ private global::Gtk.TreeView listSelected;
+
+ private global::Gtk.VBox vbox74;
+
+ private global::Gtk.Label label108;
+
+ private global::Gtk.Button btnAdd;
+
+ private global::Gtk.Button btnRemove;
+
+ private global::Gtk.Label label109;
+
+ private global::Gtk.VBox vbox75;
+
+ private global::Gtk.Button btnUp;
+
+ private global::Gtk.Image image9;
+
+ private global::Gtk.Button btnDown;
+
+ private global::Gtk.Image image10;
+
+ private global::Gtk.Button cancelbutton1;
+
+ private global::Gtk.Button okbutton1;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.SelectEncodingsDialog
+ this.Name = "MonoDevelop.Ide.SelectEncodingsDialog";
+ this.Title = "Select Text Encodings";
+ this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
+ this.Modal = true;
+ this.BorderWidth = ((uint)(6));
+ this.DefaultWidth = 700;
+ this.DefaultHeight = 450;
+ // Internal child MonoDevelop.Ide.SelectEncodingsDialog.VBox
+ global::Gtk.VBox w1 = this.VBox;
+ w1.Name = "dialog-vbox5";
+ w1.Spacing = 6;
+ w1.BorderWidth = ((uint)(2));
+ // Container child dialog-vbox5.Gtk.Box+BoxChild
+ this.table5 = new global::Gtk.Table (((uint)(2)), ((uint)(4)), false);
+ this.table5.Name = "table5";
+ this.table5.RowSpacing = ((uint)(6));
+ this.table5.ColumnSpacing = ((uint)(12));
+ this.table5.BorderWidth = ((uint)(6));
+ // Container child table5.Gtk.Table+TableChild
+ this.label106 = new global::Gtk.Label ();
+ this.label106.Name = "label106";
+ this.label106.Xalign = 0f;
+ this.label106.Yalign = 0f;
+ this.label106.LabelProp = global::Mono.Unix.Catalog.GetString ("Available encodings:");
+ this.label106.WidthChars = 20;
+ this.table5.Add (this.label106);
+ global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table5[this.label106]));
+ w2.XOptions = ((global::Gtk.AttachOptions)(4));
+ w2.YOptions = ((global::Gtk.AttachOptions)(0));
+ // Container child table5.Gtk.Table+TableChild
+ this.label107 = new global::Gtk.Label ();
+ this.label107.Name = "label107";
+ this.label107.Xalign = 0f;
+ this.label107.Yalign = 0f;
+ this.label107.LabelProp = global::Mono.Unix.Catalog.GetString ("Encodings shown in menu:");
+ this.label107.WidthChars = 20;
+ this.table5.Add (this.label107);
+ global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table5[this.label107]));
+ w3.LeftAttach = ((uint)(2));
+ w3.RightAttach = ((uint)(3));
+ w3.XOptions = ((global::Gtk.AttachOptions)(4));
+ w3.YOptions = ((global::Gtk.AttachOptions)(0));
+ // Container child table5.Gtk.Table+TableChild
+ this.scrolledwindow10 = new global::Gtk.ScrolledWindow ();
+ this.scrolledwindow10.Name = "scrolledwindow10";
+ this.scrolledwindow10.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child scrolledwindow10.Gtk.Container+ContainerChild
+ this.listAvail = new global::Gtk.TreeView ();
+ this.listAvail.Name = "listAvail";
+ this.scrolledwindow10.Add (this.listAvail);
+ this.table5.Add (this.scrolledwindow10);
+ global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table5[this.scrolledwindow10]));
+ w5.TopAttach = ((uint)(1));
+ w5.BottomAttach = ((uint)(2));
+ // Container child table5.Gtk.Table+TableChild
+ this.scrolledwindow11 = new global::Gtk.ScrolledWindow ();
+ this.scrolledwindow11.Name = "scrolledwindow11";
+ this.scrolledwindow11.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child scrolledwindow11.Gtk.Container+ContainerChild
+ this.listSelected = new global::Gtk.TreeView ();
+ this.listSelected.Name = "listSelected";
+ this.scrolledwindow11.Add (this.listSelected);
+ this.table5.Add (this.scrolledwindow11);
+ global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table5[this.scrolledwindow11]));
+ w7.TopAttach = ((uint)(1));
+ w7.BottomAttach = ((uint)(2));
+ w7.LeftAttach = ((uint)(2));
+ w7.RightAttach = ((uint)(3));
+ // Container child table5.Gtk.Table+TableChild
+ this.vbox74 = new global::Gtk.VBox ();
+ this.vbox74.Name = "vbox74";
+ this.vbox74.Spacing = 6;
+ // Container child vbox74.Gtk.Box+BoxChild
+ this.label108 = new global::Gtk.Label ();
+ this.label108.Name = "label108";
+ this.label108.Xalign = 0f;
+ this.label108.Yalign = 0f;
+ this.vbox74.Add (this.label108);
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox74[this.label108]));
+ w8.Position = 0;
+ // Container child vbox74.Gtk.Box+BoxChild
+ this.btnAdd = new global::Gtk.Button ();
+ this.btnAdd.Name = "btnAdd";
+ this.btnAdd.UseUnderline = true;
+ // Container child btnAdd.Gtk.Container+ContainerChild
+ global::Gtk.Alignment w9 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
+ // Container child GtkAlignment.Gtk.Container+ContainerChild
+ global::Gtk.HBox w10 = new global::Gtk.HBox ();
+ w10.Spacing = 2;
+ // Container child GtkHBox.Gtk.Container+ContainerChild
+ global::Gtk.Image w11 = new global::Gtk.Image ();
+ w11.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-forward", global::Gtk.IconSize.Button);
+ w10.Add (w11);
+ // Container child GtkHBox.Gtk.Container+ContainerChild
+ global::Gtk.Label w13 = new global::Gtk.Label ();
+ w10.Add (w13);
+ w9.Add (w10);
+ this.btnAdd.Add (w9);
+ this.vbox74.Add (this.btnAdd);
+ global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox74[this.btnAdd]));
+ w17.Position = 1;
+ w17.Expand = false;
+ w17.Fill = false;
+ // Container child vbox74.Gtk.Box+BoxChild
+ this.btnRemove = new global::Gtk.Button ();
+ this.btnRemove.Name = "btnRemove";
+ // Container child btnRemove.Gtk.Container+ContainerChild
+ global::Gtk.Alignment w18 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
+ // Container child GtkAlignment.Gtk.Container+ContainerChild
+ global::Gtk.HBox w19 = new global::Gtk.HBox ();
+ w19.Spacing = 2;
+ // Container child GtkHBox.Gtk.Container+ContainerChild
+ global::Gtk.Image w20 = new global::Gtk.Image ();
+ w20.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-back", global::Gtk.IconSize.SmallToolbar);
+ w19.Add (w20);
+ // Container child GtkHBox.Gtk.Container+ContainerChild
+ global::Gtk.Label w22 = new global::Gtk.Label ();
+ w19.Add (w22);
+ w18.Add (w19);
+ this.btnRemove.Add (w18);
+ this.vbox74.Add (this.btnRemove);
+ global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox74[this.btnRemove]));
+ w26.Position = 2;
+ w26.Expand = false;
+ w26.Fill = false;
+ // Container child vbox74.Gtk.Box+BoxChild
+ this.label109 = new global::Gtk.Label ();
+ this.label109.Name = "label109";
+ this.label109.Xalign = 0f;
+ this.label109.Yalign = 0f;
+ this.vbox74.Add (this.label109);
+ global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox74[this.label109]));
+ w27.Position = 3;
+ this.table5.Add (this.vbox74);
+ global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table5[this.vbox74]));
+ w28.TopAttach = ((uint)(1));
+ w28.BottomAttach = ((uint)(2));
+ w28.LeftAttach = ((uint)(1));
+ w28.RightAttach = ((uint)(2));
+ w28.XOptions = ((global::Gtk.AttachOptions)(0));
+ w28.YOptions = ((global::Gtk.AttachOptions)(0));
+ // Container child table5.Gtk.Table+TableChild
+ this.vbox75 = new global::Gtk.VBox ();
+ this.vbox75.Name = "vbox75";
+ this.vbox75.Spacing = 6;
+ // Container child vbox75.Gtk.Box+BoxChild
+ this.btnUp = new global::Gtk.Button ();
+ this.btnUp.Name = "btnUp";
+ // Container child btnUp.Gtk.Container+ContainerChild
+ this.image9 = new global::Gtk.Image ();
+ this.image9.Name = "image9";
+ this.image9.Xalign = 0f;
+ this.image9.Yalign = 0f;
+ this.image9.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-up", global::Gtk.IconSize.Button);
+ this.btnUp.Add (this.image9);
+ this.btnUp.Label = null;
+ this.vbox75.Add (this.btnUp);
+ global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox75[this.btnUp]));
+ w30.Position = 0;
+ w30.Expand = false;
+ w30.Fill = false;
+ // Container child vbox75.Gtk.Box+BoxChild
+ this.btnDown = new global::Gtk.Button ();
+ this.btnDown.Name = "btnDown";
+ // Container child btnDown.Gtk.Container+ContainerChild
+ this.image10 = new global::Gtk.Image ();
+ this.image10.Name = "image10";
+ this.image10.Xalign = 0f;
+ this.image10.Yalign = 0f;
+ this.image10.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-down", global::Gtk.IconSize.Button);
+ this.btnDown.Add (this.image10);
+ this.btnDown.Label = null;
+ this.vbox75.Add (this.btnDown);
+ global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox75[this.btnDown]));
+ w32.Position = 1;
+ w32.Expand = false;
+ w32.Fill = false;
+ this.table5.Add (this.vbox75);
+ global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table5[this.vbox75]));
+ w33.TopAttach = ((uint)(1));
+ w33.BottomAttach = ((uint)(2));
+ w33.LeftAttach = ((uint)(3));
+ w33.RightAttach = ((uint)(4));
+ w33.XOptions = ((global::Gtk.AttachOptions)(0));
+ w33.YOptions = ((global::Gtk.AttachOptions)(0));
+ w1.Add (this.table5);
+ global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(w1[this.table5]));
+ w34.Position = 0;
+ // Internal child MonoDevelop.Ide.SelectEncodingsDialog.ActionArea
+ global::Gtk.HButtonBox w35 = this.ActionArea;
+ w35.Name = "dialog-action_area5";
+ w35.Spacing = 6;
+ w35.BorderWidth = ((uint)(5));
+ w35.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
+ // Container child dialog-action_area5.Gtk.ButtonBox+ButtonBoxChild
+ this.cancelbutton1 = new global::Gtk.Button ();
+ this.cancelbutton1.Name = "cancelbutton1";
+ this.cancelbutton1.UseStock = true;
+ this.cancelbutton1.UseUnderline = true;
+ this.cancelbutton1.Label = "gtk-cancel";
+ this.AddActionWidget (this.cancelbutton1, -6);
+ global::Gtk.ButtonBox.ButtonBoxChild w36 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w35[this.cancelbutton1]));
+ w36.Expand = false;
+ w36.Fill = false;
+ // Container child dialog-action_area5.Gtk.ButtonBox+ButtonBoxChild
+ this.okbutton1 = new global::Gtk.Button ();
+ this.okbutton1.Name = "okbutton1";
+ this.okbutton1.UseStock = true;
+ this.okbutton1.UseUnderline = true;
+ this.okbutton1.Label = "gtk-ok";
+ this.AddActionWidget (this.okbutton1, -5);
+ global::Gtk.ButtonBox.ButtonBoxChild w37 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w35[this.okbutton1]));
+ w37.Position = 1;
+ w37.Expand = false;
+ w37.Fill = false;
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.Show ();
+ this.Response += new global::Gtk.ResponseHandler (this.OnRespond);
+ this.btnUp.Clicked += new global::System.EventHandler (this.OnUpClicked);
+ this.btnDown.Clicked += new global::System.EventHandler (this.OnDownClicked);
+ this.btnAdd.Clicked += new global::System.EventHandler (this.OnAddClicked);
+ this.btnRemove.Clicked += new global::System.EventHandler (this.OnRemoveClicked);
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget.cs
index abf41f2ab1..5a087ae84f 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget.cs
@@ -1,64 +1,56 @@
-// ------------------------------------------------------------------------------
-// <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.Ide.StandardHeader {
-
-
- internal partial class StandardHeaderPolicyPanelWidget {
-
- private Gtk.VBox vbox2;
-
- private Gtk.ScrolledWindow GtkScrolledWindow;
-
- private Gtk.TextView headerText;
-
- private Gtk.CheckButton includeAutoCheck;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget
- Stetic.BinContainer.Attach(this);
- this.Name = "MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget";
- // Container child MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget.Gtk.Container+ContainerChild
- this.vbox2 = new Gtk.VBox();
- this.vbox2.Name = "vbox2";
- this.vbox2.Spacing = 6;
- // Container child vbox2.Gtk.Box+BoxChild
- this.GtkScrolledWindow = new Gtk.ScrolledWindow();
- this.GtkScrolledWindow.Name = "GtkScrolledWindow";
- this.GtkScrolledWindow.ShadowType = ((Gtk.ShadowType)(1));
- // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
- this.headerText = new Gtk.TextView();
- this.headerText.CanFocus = true;
- this.headerText.Name = "headerText";
- this.GtkScrolledWindow.Add(this.headerText);
- this.vbox2.Add(this.GtkScrolledWindow);
- Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.vbox2[this.GtkScrolledWindow]));
- w2.Position = 0;
- // Container child vbox2.Gtk.Box+BoxChild
- this.includeAutoCheck = new Gtk.CheckButton();
- this.includeAutoCheck.CanFocus = true;
- this.includeAutoCheck.Name = "includeAutoCheck";
- this.includeAutoCheck.Label = Mono.Unix.Catalog.GetString("_Include standard header in new files");
- this.includeAutoCheck.DrawIndicator = true;
- this.includeAutoCheck.UseUnderline = true;
- this.vbox2.Add(this.includeAutoCheck);
- Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox2[this.includeAutoCheck]));
- w3.Position = 1;
- w3.Expand = false;
- w3.Fill = false;
- this.Add(this.vbox2);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.Hide();
- }
- }
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.StandardHeader
+{
+ internal partial class StandardHeaderPolicyPanelWidget
+ {
+ private global::Gtk.VBox vbox2;
+
+ private global::Gtk.ScrolledWindow GtkScrolledWindow;
+
+ private global::Gtk.TextView headerText;
+
+ private global::Gtk.CheckButton includeAutoCheck;
+
+ protected virtual void Build ()
+ {
+ global::Stetic.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget
+ global::Stetic.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget";
+ // Container child MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget.Gtk.Container+ContainerChild
+ this.vbox2 = new global::Gtk.VBox ();
+ this.vbox2.Name = "vbox2";
+ this.vbox2.Spacing = 6;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
+ this.GtkScrolledWindow.Name = "GtkScrolledWindow";
+ this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
+ this.headerText = new global::Gtk.TextView ();
+ this.headerText.CanFocus = true;
+ this.headerText.Name = "headerText";
+ this.GtkScrolledWindow.Add (this.headerText);
+ this.vbox2.Add (this.GtkScrolledWindow);
+ global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.GtkScrolledWindow]));
+ w2.Position = 0;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.includeAutoCheck = new global::Gtk.CheckButton ();
+ this.includeAutoCheck.CanFocus = true;
+ this.includeAutoCheck.Name = "includeAutoCheck";
+ this.includeAutoCheck.Label = global::Mono.Unix.Catalog.GetString ("_Include standard header in new files");
+ this.includeAutoCheck.DrawIndicator = true;
+ this.includeAutoCheck.UseUnderline = true;
+ this.vbox2.Add (this.includeAutoCheck);
+ global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.includeAutoCheck]));
+ w3.Position = 1;
+ w3.Expand = false;
+ w3.Fill = false;
+ this.Add (this.vbox2);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.Hide ();
+ }
+ }
}
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/generated.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/generated.cs
index 193f0a49e2..559a39ec59 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/generated.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/generated.cs
@@ -69,17 +69,20 @@ namespace Stetic
internal class IconLoader
{
- public static Gdk.Pixbuf LoadIcon (Gtk.Widget widget, string name, Gtk.IconSize size, int sz)
+ public static Gdk.Pixbuf LoadIcon (Gtk.Widget widget, string name, Gtk.IconSize size)
{
Gdk.Pixbuf res = widget.RenderIcon (name, size, null);
if ((res != null)) {
return res;
} else {
+ int sz;
+ int sy;
+ global::Gtk.Icon.SizeLookup (size, out sz, out sy);
try {
return Gtk.IconTheme.Default.LoadIcon (name, sz, 0);
} catch (System.Exception) {
if ((name != "gtk-missing-image")) {
- return Stetic.IconLoader.LoadIcon (widget, "gtk-missing-image", size, sz);
+ return Stetic.IconLoader.LoadIcon (widget, "gtk-missing-image", size);
} else {
Gdk.Pixmap pmap = new Gdk.Pixmap (Gdk.Screen.Default.RootWindow, sz, sz);
Gdk.GC gc = new Gdk.GC (pmap);
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic b/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic
index 728da9d976..6246651dfb 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic
@@ -5,7 +5,7 @@
<target-gtk-version>2.12</target-gtk-version>
</configuration>
<import>
- <widget-library name="Mono.Addins.Gui, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
+ <widget-library name="Mono.Addins.Gui, Version=0.5.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
<widget-library name="../../../../build/bin/MonoDevelop.Dock.dll" />
<widget-library name="../../../../build/bin/MonoDevelop.Components.dll" />
<widget-library name="../../../../build/bin/MonoDevelop.Core.Gui.dll" />
@@ -1112,7 +1112,6 @@
<property name="MemberName" />
<property name="CanFocus">True</property>
<property name="Label" translatable="yes">_External</property>
- <property name="Active">True</property>
<property name="DrawIndicator">True</property>
<property name="HasLabel">True</property>
<property name="UseUnderline">True</property>
@@ -4317,28 +4316,119 @@ Months</property>
</widget>
</child>
</widget>
- <widget class="Gtk.Bin" id="MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget" design-size="315 200">
+ <widget class="Gtk.Bin" id="MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget" design-size="315 244">
<property name="MemberName" />
<child>
<widget class="Gtk.VBox" id="vbox13">
<property name="MemberName" />
<property name="Spacing">6</property>
<child>
- <widget class="Gtk.HBox" id="hbox1">
+ <widget class="Gtk.Table" id="table1">
<property name="MemberName" />
- <property name="Spacing">6</property>
+ <property name="NRows">3</property>
+ <property name="NColumns">2</property>
+ <property name="RowSpacing">6</property>
+ <property name="ColumnSpacing">6</property>
+ <child>
+ <widget class="Gtk.ComboBox" id="comboLanguage">
+ <property name="MemberName" />
+ <property name="IsTextCombo">True</property>
+ <property name="Items" translatable="yes" />
+ </widget>
+ <packing>
+ <property name="LeftAttach">1</property>
+ <property name="RightAttach">2</property>
+ <property name="AutoSize">True</property>
+ <property name="XOptions">Fill</property>
+ <property name="YOptions">Fill</property>
+ <property name="XExpand">False</property>
+ <property name="XFill">True</property>
+ <property name="XShrink">False</property>
+ <property name="YExpand">False</property>
+ <property name="YFill">True</property>
+ <property name="YShrink">False</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="Gtk.ComboBox" id="comboTheme">
+ <property name="MemberName" />
+ <property name="IsTextCombo">True</property>
+ <property name="Items" translatable="yes" />
+ </widget>
+ <packing>
+ <property name="TopAttach">1</property>
+ <property name="BottomAttach">2</property>
+ <property name="LeftAttach">1</property>
+ <property name="RightAttach">2</property>
+ <property name="AutoSize">True</property>
+ <property name="XOptions">Fill</property>
+ <property name="YOptions">Fill</property>
+ <property name="XExpand">False</property>
+ <property name="XFill">True</property>
+ <property name="XShrink">False</property>
+ <property name="YExpand">False</property>
+ <property name="YFill">True</property>
+ <property name="YShrink">False</property>
+ </packing>
+ </child>
<child>
<widget class="Gtk.Label" id="label1">
<property name="MemberName" />
+ <property name="Xalign">0</property>
<property name="LabelProp" translatable="yes">_Toolbar icon size:</property>
<property name="UseUnderline">True</property>
<property name="MnemonicWidget">toolbarCombobox</property>
</widget>
<packing>
- <property name="Position">0</property>
+ <property name="TopAttach">2</property>
+ <property name="BottomAttach">3</property>
<property name="AutoSize">True</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
+ <property name="XOptions">Fill</property>
+ <property name="YOptions">Fill</property>
+ <property name="XExpand">False</property>
+ <property name="XFill">True</property>
+ <property name="XShrink">False</property>
+ <property name="YExpand">False</property>
+ <property name="YFill">True</property>
+ <property name="YShrink">False</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="Gtk.Label" id="label2">
+ <property name="MemberName" />
+ <property name="Xalign">0</property>
+ <property name="LabelProp" translatable="yes">User Interface Labguage:</property>
+ </widget>
+ <packing>
+ <property name="AutoSize">True</property>
+ <property name="XOptions">Fill</property>
+ <property name="YOptions">Fill</property>
+ <property name="XExpand">False</property>
+ <property name="XFill">True</property>
+ <property name="XShrink">False</property>
+ <property name="YExpand">False</property>
+ <property name="YFill">True</property>
+ <property name="YShrink">False</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="Gtk.Label" id="label3">
+ <property name="MemberName" />
+ <property name="Xalign">0</property>
+ <property name="LabelProp" translatable="yes">User Interface Theme:</property>
+ </widget>
+ <packing>
+ <property name="TopAttach">1</property>
+ <property name="BottomAttach">2</property>
+ <property name="AutoSize">True</property>
+ <property name="XOptions">Fill</property>
+ <property name="YOptions">Fill</property>
+ <property name="XExpand">False</property>
+ <property name="XFill">True</property>
+ <property name="XShrink">False</property>
+ <property name="YExpand">False</property>
+ <property name="YFill">True</property>
+ <property name="YShrink">False</property>
</packing>
</child>
<child>
@@ -4351,10 +4441,19 @@ Large</property>
<property name="Active">1</property>
</widget>
<packing>
- <property name="Position">1</property>
+ <property name="TopAttach">2</property>
+ <property name="BottomAttach">3</property>
+ <property name="LeftAttach">1</property>
+ <property name="RightAttach">2</property>
<property name="AutoSize">True</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
+ <property name="XOptions">Fill</property>
+ <property name="YOptions">Fill</property>
+ <property name="XExpand">False</property>
+ <property name="XFill">True</property>
+ <property name="XShrink">False</property>
+ <property name="YExpand">False</property>
+ <property name="YFill">True</property>
+ <property name="YShrink">False</property>
</packing>
</child>
</widget>
@@ -4366,13 +4465,34 @@ Large</property>
</packing>
</child>
<child>
- <widget class="Gtk.CheckButton" id="documentSwitcherButton">
+ <widget class="Gtk.HBox" id="hbox2">
<property name="MemberName" />
- <property name="CanFocus">True</property>
- <property name="Label" translatable="yes">_Enable document switch dialog</property>
- <property name="DrawIndicator">True</property>
- <property name="HasLabel">True</property>
- <property name="UseUnderline">True</property>
+ <property name="Spacing">6</property>
+ <child>
+ <widget class="Gtk.CheckButton" id="fontCheckbox">
+ <property name="MemberName" />
+ <property name="Label" translatable="yes">_Custom font for pads:</property>
+ <property name="DrawIndicator">True</property>
+ <property name="HasLabel">True</property>
+ <property name="UseUnderline">True</property>
+ </widget>
+ <packing>
+ <property name="Position">0</property>
+ <property name="AutoSize">False</property>
+ <property name="Expand">False</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="Gtk.FontButton" id="fontButton">
+ <property name="MemberName" />
+ </widget>
+ <packing>
+ <property name="Position">1</property>
+ <property name="AutoSize">True</property>
+ <property name="Expand">False</property>
+ <property name="Fill">False</property>
+ </packing>
+ </child>
</widget>
<packing>
<property name="Position">1</property>
@@ -4382,46 +4502,32 @@ Large</property>
</packing>
</child>
<child>
- <widget class="Gtk.Frame" id="frame1">
+ <widget class="Gtk.HBox" id="hbox3">
<property name="MemberName" />
- <property name="ShadowType">None</property>
+ <property name="Spacing">6</property>
<child>
- <widget class="Gtk.Alignment" id="GtkAlignment">
+ <widget class="Gtk.CheckButton" id="fontOutputCheckbox">
<property name="MemberName" />
- <property name="Xalign">0</property>
- <property name="Yalign">0</property>
- <property name="LeftPadding">12</property>
- <child>
- <widget class="Gtk.VBox" id="vbox1">
- <property name="MemberName" />
- <property name="Spacing">6</property>
- <child>
- <widget class="Gtk.CheckButton" id="hiddenButton">
- <property name="MemberName" />
- <property name="Label" translatable="yes">S_how hidden files and directories</property>
- <property name="DrawIndicator">True</property>
- <property name="HasLabel">True</property>
- <property name="UseUnderline">True</property>
- </widget>
- <packing>
- <property name="Position">0</property>
- <property name="AutoSize">True</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
- </packing>
- </child>
- </widget>
- </child>
+ <property name="Label" translatable="yes">_Custom font for Output pads:</property>
+ <property name="DrawIndicator">True</property>
+ <property name="HasLabel">True</property>
+ <property name="UseUnderline">True</property>
</widget>
+ <packing>
+ <property name="Position">0</property>
+ <property name="AutoSize">False</property>
+ <property name="Expand">False</property>
+ </packing>
</child>
<child>
- <widget class="Gtk.Label" id="GtkLabel7">
+ <widget class="Gtk.FontButton" id="fontOutputButton">
<property name="MemberName" />
- <property name="LabelProp" translatable="yes">&lt;b&gt;File Scout&lt;/b&gt;</property>
- <property name="UseMarkup">True</property>
</widget>
<packing>
- <property name="type">label_item</property>
+ <property name="Position">1</property>
+ <property name="AutoSize">True</property>
+ <property name="Expand">False</property>
+ <property name="Fill">False</property>
</packing>
</child>
</widget>
@@ -4433,107 +4539,12 @@ Large</property>
</packing>
</child>
<child>
- <widget class="Gtk.Frame" id="frame2">
+ <widget class="Gtk.CheckButton" id="hiddenButton">
<property name="MemberName" />
- <property name="ShadowType">None</property>
- <child>
- <widget class="Gtk.Alignment" id="GtkAlignment1">
- <property name="MemberName" />
- <property name="Xalign">0</property>
- <property name="Yalign">0</property>
- <property name="LeftPadding">12</property>
- <child>
- <widget class="Gtk.VBox" id="vbox2">
- <property name="MemberName" />
- <property name="Spacing">6</property>
- <child>
- <widget class="Gtk.HBox" id="hbox2">
- <property name="MemberName" />
- <property name="Spacing">6</property>
- <child>
- <widget class="Gtk.CheckButton" id="fontCheckbox">
- <property name="MemberName" />
- <property name="Label" translatable="yes">_Custom font for pads:</property>
- <property name="DrawIndicator">True</property>
- <property name="HasLabel">True</property>
- <property name="UseUnderline">True</property>
- </widget>
- <packing>
- <property name="Position">0</property>
- <property name="AutoSize">False</property>
- <property name="Expand">False</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.FontButton" id="fontButton">
- <property name="MemberName" />
- </widget>
- <packing>
- <property name="Position">1</property>
- <property name="AutoSize">True</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
- </packing>
- </child>
- </widget>
- <packing>
- <property name="Position">0</property>
- <property name="AutoSize">True</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.HBox" id="hbox3">
- <property name="MemberName" />
- <property name="Spacing">6</property>
- <child>
- <widget class="Gtk.CheckButton" id="fontOutputCheckbox">
- <property name="MemberName" />
- <property name="Label" translatable="yes">_Custom font for Output pads:</property>
- <property name="DrawIndicator">True</property>
- <property name="HasLabel">True</property>
- <property name="UseUnderline">True</property>
- </widget>
- <packing>
- <property name="Position">0</property>
- <property name="AutoSize">False</property>
- <property name="Expand">False</property>
- </packing>
- </child>
- <child>
- <widget class="Gtk.FontButton" id="fontOutputButton">
- <property name="MemberName" />
- </widget>
- <packing>
- <property name="Position">1</property>
- <property name="AutoSize">True</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
- </packing>
- </child>
- </widget>
- <packing>
- <property name="Position">1</property>
- <property name="AutoSize">True</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
- </packing>
- </child>
- </widget>
- </child>
- </widget>
- </child>
- <child>
- <widget class="Gtk.Label" id="GtkLabel6">
- <property name="MemberName" />
- <property name="LabelProp" translatable="yes">&lt;b&gt;Pad options&lt;/b&gt;</property>
- <property name="UseMarkup">True</property>
- </widget>
- <packing>
- <property name="type">label_item</property>
- </packing>
- </child>
+ <property name="Label" translatable="yes">S_how hidden files and directories in File Scout</property>
+ <property name="DrawIndicator">True</property>
+ <property name="HasLabel">True</property>
+ <property name="UseUnderline">True</property>
</widget>
<packing>
<property name="Position">3</property>
@@ -4542,6 +4553,25 @@ Large</property>
<property name="Fill">False</property>
</packing>
</child>
+ <child>
+ <widget class="Gtk.CheckButton" id="documentSwitcherButton">
+ <property name="MemberName" />
+ <property name="CanFocus">True</property>
+ <property name="Label" translatable="yes">_Enable document switch dialog</property>
+ <property name="DrawIndicator">True</property>
+ <property name="HasLabel">True</property>
+ <property name="UseUnderline">True</property>
+ </widget>
+ <packing>
+ <property name="Position">4</property>
+ <property name="AutoSize">True</property>
+ <property name="Expand">False</property>
+ <property name="Fill">False</property>
+ </packing>
+ </child>
+ <child>
+ <placeholder />
+ </child>
</widget>
</child>
</widget>