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:
Diffstat (limited to 'main/src/addins/CSharpBinding/gtk-gui/MonoDevelop.CSharp.Formatting.CSharpFormattingProfileDialog.cs')
-rw-r--r--main/src/addins/CSharpBinding/gtk-gui/MonoDevelop.CSharp.Formatting.CSharpFormattingProfileDialog.cs484
1 files changed, 102 insertions, 382 deletions
diff --git a/main/src/addins/CSharpBinding/gtk-gui/MonoDevelop.CSharp.Formatting.CSharpFormattingProfileDialog.cs b/main/src/addins/CSharpBinding/gtk-gui/MonoDevelop.CSharp.Formatting.CSharpFormattingProfileDialog.cs
index a44402e53d..77a4416fad 100644
--- a/main/src/addins/CSharpBinding/gtk-gui/MonoDevelop.CSharp.Formatting.CSharpFormattingProfileDialog.cs
+++ b/main/src/addins/CSharpBinding/gtk-gui/MonoDevelop.CSharp.Formatting.CSharpFormattingProfileDialog.cs
@@ -5,55 +5,59 @@ namespace MonoDevelop.CSharp.Formatting
internal partial class CSharpFormattingProfileDialog
{
private global::Gtk.VBox vbox5;
+
private global::Gtk.HPaned hpaned1;
+
private global::Gtk.VBox vbox2;
+
private global::Gtk.HBox hbox4;
+
private global::Gtk.Label label12;
+
private global::Gtk.ComboBox comboboxCategories;
+
private global::Gtk.Notebook notebookCategories;
+
private global::Gtk.VBox vbox8;
+
private global::Gtk.ScrolledWindow GtkScrolledWindow;
+
private global::Gtk.TreeView treeviewIndentOptions;
+
private global::Gtk.Label label8;
+
private global::Gtk.ScrolledWindow GtkScrolledWindow1;
- private global::Gtk.TreeView treeviewBracePositions;
+
+ private global::Gtk.TreeView treeviewNewLines;
+
private global::Gtk.Label label9;
- private global::Gtk.Table table4;
- private global::Gtk.Entry entryAfterUsings;
- private global::Gtk.Entry entryAroundRegion;
- private global::Gtk.Entry entryBeforeFirstDeclaration;
- private global::Gtk.Entry entryBeforUsings;
- private global::Gtk.Entry entryBetweenEvents;
- private global::Gtk.Entry entryBetweenFields;
- private global::Gtk.Entry entryBetweenMembers;
- private global::Gtk.Entry entryBetweenTypes;
- private global::Gtk.Entry entryInsideRegion;
- private global::Gtk.Label GtkLabel8;
- private global::Gtk.Label GtkLabel9;
- private global::Gtk.Label label1;
- private global::Gtk.Label label15;
- private global::Gtk.Label label16;
- private global::Gtk.Label label19;
- private global::Gtk.Label label20;
- private global::Gtk.Label label21;
- private global::Gtk.Label label22;
- private global::Gtk.Label label23;
- private global::Gtk.Label label24;
- private global::Gtk.Label label25;
+
+ private global::Gtk.ScrolledWindow GtkScrolledWindow5;
+
+ private global::Gtk.TreeView treeviewSpacing;
+
private global::Gtk.Label label14;
- private global::Gtk.ScrolledWindow GtkScrolledWindow3;
- private global::Gtk.TreeView treeviewWrappingCategory;
- private global::Gtk.Label label2;
+
private global::Gtk.ScrolledWindow GtkScrolledWindow2;
- private global::Gtk.TreeView treeviewInsertWhiteSpaceCategory;
+
+ private global::Gtk.TreeView treeviewWrapping;
+
private global::Gtk.Label label10;
- private global::Gtk.ScrolledWindow GtkScrolledWindow4;
- private global::Gtk.TreeView treeviewNewLines;
- private global::Gtk.Label label11;
+
+ private global::Gtk.ScrolledWindow GtkScrolledWindow3;
+
+ private global::Gtk.TreeView treeviewStyle;
+
+ private global::Gtk.Label label2;
+
private global::Gtk.VBox vbox6;
+
private global::Gtk.Label label13;
+
private global::Gtk.ScrolledWindow scrolledwindow;
+
private global::Gtk.Button buttonCancel;
+
private global::Gtk.Button buttonOk;
protected virtual void Build ()
@@ -131,7 +135,7 @@ namespace MonoDevelop.CSharp.Formatting
// Notebook tab
this.label8 = new global::Gtk.Label ();
this.label8.Name = "label8";
- this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("page1");
+ this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Indentation");
this.notebookCategories.SetTabLabel (this.vbox8, this.label8);
this.label8.ShowAll ();
// Container child notebookCategories.Gtk.Notebook+NotebookChild
@@ -139,363 +143,79 @@ namespace MonoDevelop.CSharp.Formatting
this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
// Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
- this.treeviewBracePositions = new global::Gtk.TreeView ();
- this.treeviewBracePositions.CanFocus = true;
- this.treeviewBracePositions.Name = "treeviewBracePositions";
- this.GtkScrolledWindow1.Add (this.treeviewBracePositions);
+ this.treeviewNewLines = new global::Gtk.TreeView ();
+ this.treeviewNewLines.CanFocus = true;
+ this.treeviewNewLines.Name = "treeviewNewLines";
+ this.GtkScrolledWindow1.Add (this.treeviewNewLines);
this.notebookCategories.Add (this.GtkScrolledWindow1);
global::Gtk.Notebook.NotebookChild w9 = ((global::Gtk.Notebook.NotebookChild)(this.notebookCategories [this.GtkScrolledWindow1]));
w9.Position = 1;
// Notebook tab
this.label9 = new global::Gtk.Label ();
this.label9.Name = "label9";
- this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("page2");
+ this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("NewLines");
this.notebookCategories.SetTabLabel (this.GtkScrolledWindow1, this.label9);
this.label9.ShowAll ();
// Container child notebookCategories.Gtk.Notebook+NotebookChild
- this.table4 = new global::Gtk.Table (((uint)(12)), ((uint)(3)), false);
- this.table4.Name = "table4";
- this.table4.RowSpacing = ((uint)(6));
- this.table4.ColumnSpacing = ((uint)(6));
- // Container child table4.Gtk.Table+TableChild
- this.entryAfterUsings = new global::Gtk.Entry ();
- this.entryAfterUsings.CanFocus = true;
- this.entryAfterUsings.Name = "entryAfterUsings";
- this.entryAfterUsings.IsEditable = true;
- this.entryAfterUsings.WidthChars = 5;
- this.entryAfterUsings.InvisibleChar = '●';
- this.table4.Add (this.entryAfterUsings);
- global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryAfterUsings]));
- w10.TopAttach = ((uint)(2));
- w10.BottomAttach = ((uint)(3));
- w10.LeftAttach = ((uint)(1));
- w10.RightAttach = ((uint)(2));
- w10.XOptions = ((global::Gtk.AttachOptions)(2));
- w10.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.entryAroundRegion = new global::Gtk.Entry ();
- this.entryAroundRegion.CanFocus = true;
- this.entryAroundRegion.Name = "entryAroundRegion";
- this.entryAroundRegion.IsEditable = true;
- this.entryAroundRegion.WidthChars = 5;
- this.entryAroundRegion.InvisibleChar = '●';
- this.table4.Add (this.entryAroundRegion);
- global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryAroundRegion]));
- w11.TopAttach = ((uint)(10));
- w11.BottomAttach = ((uint)(11));
- w11.LeftAttach = ((uint)(1));
- w11.RightAttach = ((uint)(2));
- w11.XOptions = ((global::Gtk.AttachOptions)(0));
- w11.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.entryBeforeFirstDeclaration = new global::Gtk.Entry ();
- this.entryBeforeFirstDeclaration.CanFocus = true;
- this.entryBeforeFirstDeclaration.Name = "entryBeforeFirstDeclaration";
- this.entryBeforeFirstDeclaration.IsEditable = true;
- this.entryBeforeFirstDeclaration.WidthChars = 5;
- this.entryBeforeFirstDeclaration.InvisibleChar = '●';
- this.table4.Add (this.entryBeforeFirstDeclaration);
- global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBeforeFirstDeclaration]));
- w12.TopAttach = ((uint)(4));
- w12.BottomAttach = ((uint)(5));
- w12.LeftAttach = ((uint)(1));
- w12.RightAttach = ((uint)(2));
- w12.XOptions = ((global::Gtk.AttachOptions)(0));
- w12.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.entryBeforUsings = new global::Gtk.Entry ();
- this.entryBeforUsings.CanFocus = true;
- this.entryBeforUsings.Name = "entryBeforUsings";
- this.entryBeforUsings.IsEditable = true;
- this.entryBeforUsings.WidthChars = 5;
- this.entryBeforUsings.InvisibleChar = '●';
- this.table4.Add (this.entryBeforUsings);
- global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBeforUsings]));
- w13.TopAttach = ((uint)(1));
- w13.BottomAttach = ((uint)(2));
- w13.LeftAttach = ((uint)(1));
- w13.RightAttach = ((uint)(2));
- w13.XOptions = ((global::Gtk.AttachOptions)(2));
- w13.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.entryBetweenEvents = new global::Gtk.Entry ();
- this.entryBetweenEvents.CanFocus = true;
- this.entryBetweenEvents.Name = "entryBetweenEvents";
- this.entryBetweenEvents.IsEditable = true;
- this.entryBetweenEvents.WidthChars = 5;
- this.entryBetweenEvents.InvisibleChar = '●';
- this.table4.Add (this.entryBetweenEvents);
- global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBetweenEvents]));
- w14.TopAttach = ((uint)(8));
- w14.BottomAttach = ((uint)(9));
- w14.LeftAttach = ((uint)(1));
- w14.RightAttach = ((uint)(2));
- w14.XOptions = ((global::Gtk.AttachOptions)(0));
- w14.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.entryBetweenFields = new global::Gtk.Entry ();
- this.entryBetweenFields.CanFocus = true;
- this.entryBetweenFields.Name = "entryBetweenFields";
- this.entryBetweenFields.IsEditable = true;
- this.entryBetweenFields.WidthChars = 5;
- this.entryBetweenFields.InvisibleChar = '●';
- this.table4.Add (this.entryBetweenFields);
- global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBetweenFields]));
- w15.TopAttach = ((uint)(7));
- w15.BottomAttach = ((uint)(8));
- w15.LeftAttach = ((uint)(1));
- w15.RightAttach = ((uint)(2));
- w15.XOptions = ((global::Gtk.AttachOptions)(0));
- w15.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.entryBetweenMembers = new global::Gtk.Entry ();
- this.entryBetweenMembers.CanFocus = true;
- this.entryBetweenMembers.Name = "entryBetweenMembers";
- this.entryBetweenMembers.IsEditable = true;
- this.entryBetweenMembers.WidthChars = 5;
- this.entryBetweenMembers.InvisibleChar = '●';
- this.table4.Add (this.entryBetweenMembers);
- global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBetweenMembers]));
- w16.TopAttach = ((uint)(9));
- w16.BottomAttach = ((uint)(10));
- w16.LeftAttach = ((uint)(1));
- w16.RightAttach = ((uint)(2));
- w16.XOptions = ((global::Gtk.AttachOptions)(0));
- w16.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.entryBetweenTypes = new global::Gtk.Entry ();
- this.entryBetweenTypes.CanFocus = true;
- this.entryBetweenTypes.Name = "entryBetweenTypes";
- this.entryBetweenTypes.IsEditable = true;
- this.entryBetweenTypes.WidthChars = 5;
- this.entryBetweenTypes.InvisibleChar = '●';
- this.table4.Add (this.entryBetweenTypes);
- global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBetweenTypes]));
- w17.TopAttach = ((uint)(5));
- w17.BottomAttach = ((uint)(6));
- w17.LeftAttach = ((uint)(1));
- w17.RightAttach = ((uint)(2));
- w17.XOptions = ((global::Gtk.AttachOptions)(0));
- w17.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.entryInsideRegion = new global::Gtk.Entry ();
- this.entryInsideRegion.CanFocus = true;
- this.entryInsideRegion.Name = "entryInsideRegion";
- this.entryInsideRegion.IsEditable = true;
- this.entryInsideRegion.WidthChars = 5;
- this.entryInsideRegion.InvisibleChar = '●';
- this.table4.Add (this.entryInsideRegion);
- global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryInsideRegion]));
- w18.TopAttach = ((uint)(11));
- w18.BottomAttach = ((uint)(12));
- w18.LeftAttach = ((uint)(1));
- w18.RightAttach = ((uint)(2));
- w18.XOptions = ((global::Gtk.AttachOptions)(0));
- w18.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.GtkLabel8 = new global::Gtk.Label ();
- this.GtkLabel8.Name = "GtkLabel8";
- this.GtkLabel8.Xalign = 0F;
- this.GtkLabel8.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Minimum blank lines in namespaces</b>");
- this.GtkLabel8.UseMarkup = true;
- this.table4.Add (this.GtkLabel8);
- global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table4 [this.GtkLabel8]));
- w19.TopAttach = ((uint)(3));
- w19.BottomAttach = ((uint)(4));
- w19.RightAttach = ((uint)(3));
- w19.XOptions = ((global::Gtk.AttachOptions)(4));
- w19.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.GtkLabel9 = new global::Gtk.Label ();
- this.GtkLabel9.Name = "GtkLabel9";
- this.GtkLabel9.Xalign = 0F;
- this.GtkLabel9.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Minimum blank lines in types</b>");
- this.GtkLabel9.UseMarkup = true;
- this.table4.Add (this.GtkLabel9);
- global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table4 [this.GtkLabel9]));
- w20.TopAttach = ((uint)(6));
- w20.BottomAttach = ((uint)(7));
- w20.RightAttach = ((uint)(3));
- w20.XOptions = ((global::Gtk.AttachOptions)(4));
- w20.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table4.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 ("<b>Minimum blank lines in compilation unit</b>");
- this.label1.UseMarkup = true;
- this.table4.Add (this.label1);
- global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table4 [this.label1]));
- w21.RightAttach = ((uint)(3));
- w21.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.label15 = new global::Gtk.Label ();
- this.label15.Name = "label15";
- this.label15.Xalign = 1F;
- this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("Before using declaration:");
- this.table4.Add (this.label15);
- global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table4 [this.label15]));
- w22.TopAttach = ((uint)(1));
- w22.BottomAttach = ((uint)(2));
- w22.XOptions = ((global::Gtk.AttachOptions)(4));
- w22.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.label16 = new global::Gtk.Label ();
- this.label16.Name = "label16";
- this.label16.Xalign = 1F;
- this.label16.LabelProp = global::Mono.Unix.Catalog.GetString ("After using declaration:");
- this.table4.Add (this.label16);
- global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table4 [this.label16]));
- w23.TopAttach = ((uint)(2));
- w23.BottomAttach = ((uint)(3));
- w23.XOptions = ((global::Gtk.AttachOptions)(4));
- w23.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.label19 = new global::Gtk.Label ();
- this.label19.Name = "label19";
- this.label19.Xalign = 1F;
- this.label19.LabelProp = global::Mono.Unix.Catalog.GetString ("Between type declarations:");
- this.table4.Add (this.label19);
- global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table4 [this.label19]));
- w24.TopAttach = ((uint)(5));
- w24.BottomAttach = ((uint)(6));
- w24.XOptions = ((global::Gtk.AttachOptions)(4));
- w24.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.label20 = new global::Gtk.Label ();
- this.label20.Name = "label20";
- this.label20.Xalign = 1F;
- this.label20.LabelProp = global::Mono.Unix.Catalog.GetString ("Before first declaration:");
- this.table4.Add (this.label20);
- global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table4 [this.label20]));
- w25.TopAttach = ((uint)(4));
- w25.BottomAttach = ((uint)(5));
- w25.XOptions = ((global::Gtk.AttachOptions)(4));
- w25.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.label21 = new global::Gtk.Label ();
- this.label21.Name = "label21";
- this.label21.Xalign = 1F;
- this.label21.LabelProp = global::Mono.Unix.Catalog.GetString ("Between field declarations:");
- this.table4.Add (this.label21);
- global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table4 [this.label21]));
- w26.TopAttach = ((uint)(7));
- w26.BottomAttach = ((uint)(8));
- w26.XOptions = ((global::Gtk.AttachOptions)(4));
- w26.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.label22 = new global::Gtk.Label ();
- this.label22.Name = "label22";
- this.label22.Xalign = 1F;
- this.label22.LabelProp = global::Mono.Unix.Catalog.GetString ("Between other member declarations:");
- this.table4.Add (this.label22);
- global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table4 [this.label22]));
- w27.TopAttach = ((uint)(9));
- w27.BottomAttach = ((uint)(10));
- w27.XOptions = ((global::Gtk.AttachOptions)(4));
- w27.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.label23 = new global::Gtk.Label ();
- this.label23.Name = "label23";
- this.label23.Xalign = 1F;
- this.label23.LabelProp = global::Mono.Unix.Catalog.GetString ("Between simple event declarations:");
- this.table4.Add (this.label23);
- global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table4 [this.label23]));
- w28.TopAttach = ((uint)(8));
- w28.BottomAttach = ((uint)(9));
- w28.XOptions = ((global::Gtk.AttachOptions)(4));
- w28.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.label24 = new global::Gtk.Label ();
- this.label24.Name = "label24";
- this.label24.Xalign = 1F;
- this.label24.LabelProp = global::Mono.Unix.Catalog.GetString ("Around region:");
- this.table4.Add (this.label24);
- global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table4 [this.label24]));
- w29.TopAttach = ((uint)(10));
- w29.BottomAttach = ((uint)(11));
- w29.XOptions = ((global::Gtk.AttachOptions)(4));
- w29.YOptions = ((global::Gtk.AttachOptions)(4));
- // Container child table4.Gtk.Table+TableChild
- this.label25 = new global::Gtk.Label ();
- this.label25.Name = "label25";
- this.label25.Xalign = 1F;
- this.label25.LabelProp = global::Mono.Unix.Catalog.GetString ("Inside region:");
- this.table4.Add (this.label25);
- global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table4 [this.label25]));
- w30.TopAttach = ((uint)(11));
- w30.BottomAttach = ((uint)(12));
- w30.XOptions = ((global::Gtk.AttachOptions)(4));
- w30.YOptions = ((global::Gtk.AttachOptions)(4));
- this.notebookCategories.Add (this.table4);
- global::Gtk.Notebook.NotebookChild w31 = ((global::Gtk.Notebook.NotebookChild)(this.notebookCategories [this.table4]));
- w31.Position = 2;
+ this.GtkScrolledWindow5 = new global::Gtk.ScrolledWindow ();
+ this.GtkScrolledWindow5.Name = "GtkScrolledWindow5";
+ this.GtkScrolledWindow5.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child GtkScrolledWindow5.Gtk.Container+ContainerChild
+ this.treeviewSpacing = new global::Gtk.TreeView ();
+ this.treeviewSpacing.CanFocus = true;
+ this.treeviewSpacing.Name = "treeviewSpacing";
+ this.GtkScrolledWindow5.Add (this.treeviewSpacing);
+ this.notebookCategories.Add (this.GtkScrolledWindow5);
+ global::Gtk.Notebook.NotebookChild w11 = ((global::Gtk.Notebook.NotebookChild)(this.notebookCategories [this.GtkScrolledWindow5]));
+ w11.Position = 2;
// Notebook tab
this.label14 = new global::Gtk.Label ();
this.label14.Name = "label14";
- this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("page5");
- this.notebookCategories.SetTabLabel (this.table4, this.label14);
+ this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("Spacing");
+ this.notebookCategories.SetTabLabel (this.GtkScrolledWindow5, this.label14);
this.label14.ShowAll ();
// Container child notebookCategories.Gtk.Notebook+NotebookChild
- this.GtkScrolledWindow3 = new global::Gtk.ScrolledWindow ();
- this.GtkScrolledWindow3.Name = "GtkScrolledWindow3";
- this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1));
- // Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
- this.treeviewWrappingCategory = new global::Gtk.TreeView ();
- this.treeviewWrappingCategory.CanFocus = true;
- this.treeviewWrappingCategory.Name = "treeviewWrappingCategory";
- this.GtkScrolledWindow3.Add (this.treeviewWrappingCategory);
- this.notebookCategories.Add (this.GtkScrolledWindow3);
- global::Gtk.Notebook.NotebookChild w33 = ((global::Gtk.Notebook.NotebookChild)(this.notebookCategories [this.GtkScrolledWindow3]));
- w33.Position = 3;
- // Notebook tab
- this.label2 = new global::Gtk.Label ();
- this.label2.Name = "label2";
- this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("page6");
- this.notebookCategories.SetTabLabel (this.GtkScrolledWindow3, this.label2);
- this.label2.ShowAll ();
- // Container child notebookCategories.Gtk.Notebook+NotebookChild
this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow ();
this.GtkScrolledWindow2.Name = "GtkScrolledWindow2";
this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
// Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
- this.treeviewInsertWhiteSpaceCategory = new global::Gtk.TreeView ();
- this.treeviewInsertWhiteSpaceCategory.CanFocus = true;
- this.treeviewInsertWhiteSpaceCategory.Name = "treeviewInsertWhiteSpaceCategory";
- this.GtkScrolledWindow2.Add (this.treeviewInsertWhiteSpaceCategory);
+ this.treeviewWrapping = new global::Gtk.TreeView ();
+ this.treeviewWrapping.CanFocus = true;
+ this.treeviewWrapping.Name = "treeviewWrapping";
+ this.GtkScrolledWindow2.Add (this.treeviewWrapping);
this.notebookCategories.Add (this.GtkScrolledWindow2);
- global::Gtk.Notebook.NotebookChild w35 = ((global::Gtk.Notebook.NotebookChild)(this.notebookCategories [this.GtkScrolledWindow2]));
- w35.Position = 4;
+ global::Gtk.Notebook.NotebookChild w13 = ((global::Gtk.Notebook.NotebookChild)(this.notebookCategories [this.GtkScrolledWindow2]));
+ w13.Position = 3;
// Notebook tab
this.label10 = new global::Gtk.Label ();
this.label10.Name = "label10";
- this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("page3");
+ this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("Wrapping");
this.notebookCategories.SetTabLabel (this.GtkScrolledWindow2, this.label10);
this.label10.ShowAll ();
// Container child notebookCategories.Gtk.Notebook+NotebookChild
- this.GtkScrolledWindow4 = new global::Gtk.ScrolledWindow ();
- this.GtkScrolledWindow4.Name = "GtkScrolledWindow4";
- this.GtkScrolledWindow4.ShadowType = ((global::Gtk.ShadowType)(1));
- // Container child GtkScrolledWindow4.Gtk.Container+ContainerChild
- this.treeviewNewLines = new global::Gtk.TreeView ();
- this.treeviewNewLines.CanFocus = true;
- this.treeviewNewLines.Name = "treeviewNewLines";
- this.GtkScrolledWindow4.Add (this.treeviewNewLines);
- this.notebookCategories.Add (this.GtkScrolledWindow4);
- global::Gtk.Notebook.NotebookChild w37 = ((global::Gtk.Notebook.NotebookChild)(this.notebookCategories [this.GtkScrolledWindow4]));
- w37.Position = 5;
+ this.GtkScrolledWindow3 = new global::Gtk.ScrolledWindow ();
+ this.GtkScrolledWindow3.Name = "GtkScrolledWindow3";
+ this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1));
+ // Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
+ this.treeviewStyle = new global::Gtk.TreeView ();
+ this.treeviewStyle.CanFocus = true;
+ this.treeviewStyle.Name = "treeviewStyle";
+ this.GtkScrolledWindow3.Add (this.treeviewStyle);
+ this.notebookCategories.Add (this.GtkScrolledWindow3);
+ global::Gtk.Notebook.NotebookChild w15 = ((global::Gtk.Notebook.NotebookChild)(this.notebookCategories [this.GtkScrolledWindow3]));
+ w15.Position = 4;
// Notebook tab
- this.label11 = new global::Gtk.Label ();
- this.label11.Name = "label11";
- this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("page4");
- this.notebookCategories.SetTabLabel (this.GtkScrolledWindow4, this.label11);
- this.label11.ShowAll ();
+ this.label2 = new global::Gtk.Label ();
+ this.label2.Name = "label2";
+ this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Style");
+ this.notebookCategories.SetTabLabel (this.GtkScrolledWindow3, this.label2);
+ this.label2.ShowAll ();
this.vbox2.Add (this.notebookCategories);
- global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebookCategories]));
- w38.Position = 1;
+ global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebookCategories]));
+ w16.Position = 1;
this.hpaned1.Add (this.vbox2);
- global::Gtk.Paned.PanedChild w39 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.vbox2]));
- w39.Resize = false;
+ global::Gtk.Paned.PanedChild w17 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.vbox2]));
+ w17.Resize = false;
// Container child hpaned1.Gtk.Paned+PanedChild
this.vbox6 = new global::Gtk.VBox ();
this.vbox6.Name = "vbox6";
@@ -506,31 +226,31 @@ namespace MonoDevelop.CSharp.Formatting
this.label13.Xalign = 0F;
this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("Preview:");
this.vbox6.Add (this.label13);
- global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label13]));
- w40.Position = 0;
- w40.Expand = false;
- w40.Fill = false;
+ global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label13]));
+ w18.Position = 0;
+ w18.Expand = false;
+ w18.Fill = false;
// Container child vbox6.Gtk.Box+BoxChild
this.scrolledwindow = new global::Gtk.ScrolledWindow ();
this.scrolledwindow.CanFocus = true;
this.scrolledwindow.Name = "scrolledwindow";
this.scrolledwindow.ShadowType = ((global::Gtk.ShadowType)(1));
this.vbox6.Add (this.scrolledwindow);
- global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.scrolledwindow]));
- w41.Position = 1;
+ global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.scrolledwindow]));
+ w19.Position = 1;
this.hpaned1.Add (this.vbox6);
this.vbox5.Add (this.hpaned1);
- global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hpaned1]));
- w43.Position = 0;
+ global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hpaned1]));
+ w21.Position = 0;
w1.Add (this.vbox5);
- global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox5]));
- w44.Position = 0;
+ global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox5]));
+ w22.Position = 0;
// Internal child MonoDevelop.CSharp.Formatting.CSharpFormattingProfileDialog.ActionArea
- global::Gtk.HButtonBox w45 = this.ActionArea;
- w45.Name = "dialog1_ActionArea";
- w45.Spacing = 10;
- w45.BorderWidth = ((uint)(5));
- w45.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
+ global::Gtk.HButtonBox w23 = this.ActionArea;
+ w23.Name = "dialog1_ActionArea";
+ w23.Spacing = 10;
+ w23.BorderWidth = ((uint)(5));
+ w23.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
this.buttonCancel = new global::Gtk.Button ();
this.buttonCancel.CanDefault = true;
@@ -540,9 +260,9 @@ namespace MonoDevelop.CSharp.Formatting
this.buttonCancel.UseUnderline = true;
this.buttonCancel.Label = "gtk-cancel";
this.AddActionWidget (this.buttonCancel, -6);
- global::Gtk.ButtonBox.ButtonBoxChild w46 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w45 [this.buttonCancel]));
- w46.Expand = false;
- w46.Fill = false;
+ global::Gtk.ButtonBox.ButtonBoxChild w24 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w23 [this.buttonCancel]));
+ w24.Expand = false;
+ w24.Fill = false;
// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
this.buttonOk = new global::Gtk.Button ();
this.buttonOk.CanDefault = true;
@@ -552,10 +272,10 @@ namespace MonoDevelop.CSharp.Formatting
this.buttonOk.UseUnderline = true;
this.buttonOk.Label = "gtk-ok";
this.AddActionWidget (this.buttonOk, -5);
- global::Gtk.ButtonBox.ButtonBoxChild w47 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w45 [this.buttonOk]));
- w47.Position = 1;
- w47.Expand = false;
- w47.Fill = false;
+ global::Gtk.ButtonBox.ButtonBoxChild w25 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w23 [this.buttonOk]));
+ w25.Position = 1;
+ w25.Expand = false;
+ w25.Fill = false;
if ((this.Child != null)) {
this.Child.ShowAll ();
}