Bugzilla – Attachment 176251 Details for
Bug 330104
Can't create new IDE Layout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
Patch to make the New button generate an OK response (and thus work)
new-layout.patch (text/plain), 201.48 KB, created by
Zach Lute
on 2007-10-04 02:33:44 UTC
(
hide
)
Description:
Patch to make the New button generate an OK response (and thus work)
Filename:
MIME Type:
Creator:
Zach Lute
Created:
2007-10-04 02:33:44 UTC
Size:
201.48 KB
patch
obsolete
>Index: ChangeLog >=================================================================== >--- ChangeLog (revision 86841) >+++ ChangeLog (working copy) >@@ -1,3 +1,9 @@ >+2007-10-03 Zach Lute <zach.lute@gmail.com> >+ >+ * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.cs, >+ gtk-gui/gui.stetic: "New" button now returns "OK" response so new >+ layout will actually be created. (Bug #330104) >+ > 2007-10-03 Lluis Sanchez Gual <lluis@novell.com> > > * MonoDevelop.Ide.Gui/Workbench.cs: Avoid crash in ShowNext/Previous when >Index: gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.cs >=================================================================== >--- gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.cs (revision 86841) >+++ gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.cs (working copy) >@@ -19,7 +19,7 @@ > > private Gtk.Entry layoutName; > >- private Gtk.Button button309; >+ private Gtk.Button cancelButton; > > private Gtk.Button newButton; > >@@ -37,6 +37,7 @@ > 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"; >@@ -67,18 +68,18 @@ > // Internal child MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.ActionArea > Gtk.HButtonBox w5 = this.ActionArea; > w5.Name = "GtkDialog_ActionArea"; >- w5.Spacing = 10; >+ 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])); >+ this.cancelButton = new Gtk.Button(); >+ 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 w6 = ((Gtk.ButtonBox.ButtonBoxChild)(w5[this.cancelButton])); > w6.Expand = false; > w6.Fill = false; > // Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild >@@ -88,7 +89,7 @@ > this.newButton.UseStock = true; > this.newButton.UseUnderline = true; > this.newButton.Label = "gtk-new"; >- this.AddActionWidget(this.newButton, 0); >+ this.AddActionWidget(this.newButton, -5); > Gtk.ButtonBox.ButtonBoxChild w7 = ((Gtk.ButtonBox.ButtonBoxChild)(w5[this.newButton])); > w7.Position = 1; > w7.Expand = false; >@@ -97,7 +98,7 @@ > this.Child.ShowAll(); > } > this.DefaultWidth = 363; >- this.DefaultHeight = 131; >+ this.DefaultHeight = 134; > this.Show(); > } > } >Index: gtk-gui/gui.stetic >=================================================================== >--- gtk-gui/gui.stetic (revision 86841) >+++ gtk-gui/gui.stetic (working copy) >@@ -2,14 +2,14 @@ > <stetic-interface> > <configuration> > <images-root-path>../</images-root-path> >- <target-gtk-version>2.8.3</target-gtk-version> >+ <target-gtk-version>2.10.0</target-gtk-version> > </configuration> > <import> > <widget-library name="../../../../build/bin/MonoDevelop.Projects.Gui.dll" /> > <widget-library name="../../../../build/bin/MonoDevelop.Components.dll" /> > <widget-library name="../../../../build/bin/MonoDevelop.Ide.dll" internal="true" /> > </import> >- <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.OpenFileInSolutionDialog" design-size="690 356"> >+ <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.OpenFileInSolutionDialog" undoId="140" design-size="690 356"> > <property name="MemberName" /> > <property name="Events">ButtonPressMask</property> > <property name="Title" translatable="yes">Open File in Solution</property> >@@ -19,22 +19,22 @@ > <property name="HelpButton">False</property> > <property name="HasSeparator">False</property> > <signal name="Shown" handler="HandleShown" /> >- <child internal-child="VBox"> >- <widget class="Gtk.VBox" id="dialog_VBox"> >+ <child internal-child="VBox" undoId="VBox"> >+ <widget class="Gtk.VBox" id="dialog_VBox" undoId="141"> > <property name="MemberName" /> > <property name="Events">ButtonPressMask</property> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.VBox" id="vbox2"> >+ <child undoId="165"> >+ <widget class="Gtk.VBox" id="vbox2" undoId="147"> > <property name="MemberName" /> > <property name="Spacing">6</property> > <property name="BorderWidth">6</property> >- <child> >- <widget class="Gtk.HBox" id="hbox1"> >+ <child undoId="154"> >+ <widget class="Gtk.HBox" id="hbox1" undoId="148"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.ToggleButton" id="toggleFiles"> >+ <child undoId="150"> >+ <widget class="Gtk.ToggleButton" id="toggleFiles" undoId="149"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="Type">TextOnly</property> >@@ -50,8 +50,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ToggleButton" id="toggleTypes"> >+ <child undoId="152"> >+ <widget class="Gtk.ToggleButton" id="toggleTypes" undoId="151"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="Type">TextOnly</property> >@@ -66,7 +66,7 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >+ <child undoId="153"> > <placeholder /> > </child> > </widget> >@@ -77,15 +77,15 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ScrolledWindow" id="scrolledwindow2"> >+ <child undoId="158"> >+ <widget class="Gtk.ScrolledWindow" id="scrolledwindow2" undoId="155"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="VscrollbarPolicy">Automatic</property> > <property name="HscrollbarPolicy">Automatic</property> > <property name="ShadowType">EtchedIn</property> >- <child> >- <widget class="Gtk.TreeView" id="tree"> >+ <child undoId="157"> >+ <widget class="Gtk.TreeView" id="tree" undoId="156"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="HeadersClickable">True</property> >@@ -98,12 +98,12 @@ > <property name="AutoSize">True</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox2"> >+ <child undoId="164"> >+ <widget class="Gtk.HBox" id="hbox2" undoId="159"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="label1"> >+ <child undoId="161"> >+ <widget class="Gtk.Label" id="label1" undoId="160"> > <property name="MemberName" /> > <property name="LabelProp" translatable="yes">_Name:</property> > <property name="UseUnderline">True</property> >@@ -115,8 +115,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Entry" id="matchEntry"> >+ <child undoId="163"> >+ <widget class="Gtk.Entry" id="matchEntry" undoId="162"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="IsEditable">True</property> >@@ -146,16 +146,16 @@ > </child> > </widget> > </child> >- <child internal-child="ActionArea"> >- <widget class="Gtk.HButtonBox" id="MonoDevelop.Ide.OpenFileInSolutionDialog_ActionArea"> >+ <child internal-child="ActionArea" undoId="ActionArea"> >+ <widget class="Gtk.HButtonBox" id="MonoDevelop.Ide.OpenFileInSolutionDialog_ActionArea" undoId="142"> > <property name="MemberName" /> > <property name="Events">ButtonPressMask</property> > <property name="Spacing">10</property> > <property name="BorderWidth">6</property> > <property name="Size">2</property> > <property name="LayoutStyle">End</property> >- <child> >- <widget class="Gtk.Button" id="cancelButton"> >+ <child undoId="172"> >+ <widget class="Gtk.Button" id="cancelButton" undoId="171"> > <property name="MemberName" /> > <property name="CanDefault">True</property> > <property name="CanFocus">True</property> >@@ -170,8 +170,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="openButton"> >+ <child undoId="174"> >+ <widget class="Gtk.Button" id="openButton" undoId="173"> > <property name="MemberName" /> > <property name="CanDefault">True</property> > <property name="CanFocus">True</property> >@@ -191,7 +191,7 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog" design-size="509 167"> >+ <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog" undoId="176" design-size="509 167"> > <property name="MemberName" /> > <property name="Events">ButtonPressMask</property> > <property name="Title" translatable="yes">Export Project</property> >@@ -199,25 +199,25 @@ > <property name="BorderWidth">6</property> > <property name="Buttons">2</property> > <property name="HelpButton">False</property> >- <child internal-child="VBox"> >- <widget class="Gtk.VBox" id="dialog_VBox"> >+ <child internal-child="VBox" undoId="VBox"> >+ <widget class="Gtk.VBox" id="dialog_VBox" undoId="177"> > <property name="MemberName" /> > <property name="Events">ButtonPressMask</property> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.VBox" id="vbox2"> >+ <child undoId="194"> >+ <widget class="Gtk.VBox" id="vbox2" undoId="183"> > <property name="MemberName" /> > <property name="Spacing">12</property> > <property name="BorderWidth">6</property> >- <child> >- <widget class="Gtk.Table" id="table1"> >+ <child undoId="193"> >+ <widget class="Gtk.Table" id="table1" undoId="184"> > <property name="MemberName" /> > <property name="NRows">2</property> > <property name="NColumns">2</property> > <property name="RowSpacing">6</property> > <property name="ColumnSpacing">6</property> >- <child> >- <widget class="Gtk.ComboBox" id="comboFormat"> >+ <child undoId="186"> >+ <widget class="Gtk.ComboBox" id="comboFormat" undoId="185"> > <property name="MemberName" /> > <property name="IsTextCombo">True</property> > <property name="Items" translatable="yes" /> >@@ -235,8 +235,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="MonoDevelop.Components.FolderEntry" id="folderEntry"> >+ <child undoId="188"> >+ <widget class="MonoDevelop.Components.FolderEntry" id="folderEntry" undoId="187"> > <property name="MemberName" /> > <signal name="PathChanged" handler="OnFolderEntryPathChanged" /> > </widget> >@@ -256,8 +256,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="label1"> >+ <child undoId="190"> >+ <widget class="Gtk.Label" id="label1" undoId="189"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes">File format:</property> >@@ -274,8 +274,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="label2"> >+ <child undoId="192"> >+ <widget class="Gtk.Label" id="label2" undoId="191"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes">Target folder:</property> >@@ -312,15 +312,15 @@ > </child> > </widget> > </child> >- <child internal-child="ActionArea"> >- <widget class="Gtk.HButtonBox" id="MonoDevelop.Ide.ExportProjectDialog_ActionArea"> >+ <child internal-child="ActionArea" undoId="ActionArea"> >+ <widget class="Gtk.HButtonBox" id="MonoDevelop.Ide.ExportProjectDialog_ActionArea" undoId="178"> > <property name="MemberName" /> > <property name="Spacing">10</property> > <property name="BorderWidth">5</property> > <property name="Size">2</property> > <property name="LayoutStyle">End</property> >- <child> >- <widget class="Gtk.Button" id="button51"> >+ <child undoId="201"> >+ <widget class="Gtk.Button" id="button51" undoId="200"> > <property name="MemberName" /> > <property name="CanDefault">True</property> > <property name="CanFocus">True</property> >@@ -335,8 +335,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="buttonOk"> >+ <child undoId="203"> >+ <widget class="Gtk.Button" id="buttonOk" undoId="202"> > <property name="MemberName" /> > <property name="CanDefault">True</property> > <property name="CanFocus">True</property> >@@ -355,7 +355,7 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.DeleteFileDialog" design-size="373 161"> >+ <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.DeleteFileDialog" undoId="205" design-size="373 161"> > <property name="MemberName" /> > <property name="Events">ButtonPressMask</property> > <property name="Title" translatable="yes">Delete File</property> >@@ -363,18 +363,18 @@ > <property name="BorderWidth">6</property> > <property name="Buttons">2</property> > <property name="HelpButton">False</property> >- <child internal-child="VBox"> >- <widget class="Gtk.VBox" id="dialog_VBox"> >+ <child internal-child="VBox" undoId="VBox"> >+ <widget class="Gtk.VBox" id="dialog_VBox" undoId="206"> > <property name="MemberName" /> > <property name="Events">ButtonPressMask</property> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.HBox" id="hbox1"> >+ <child undoId="221"> >+ <widget class="Gtk.HBox" id="hbox1" undoId="212"> > <property name="MemberName" /> > <property name="Spacing">12</property> > <property name="BorderWidth">6</property> >- <child> >- <widget class="Gtk.Image" id="image1"> >+ <child undoId="214"> >+ <widget class="Gtk.Image" id="image1" undoId="213"> > <property name="MemberName" /> > <property name="Pixbuf">stock:gtk-dialog-question Dialog</property> > </widget> >@@ -385,12 +385,12 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.VBox" id="vbox3"> >+ <child undoId="220"> >+ <widget class="Gtk.VBox" id="vbox3" undoId="215"> > <property name="MemberName" /> > <property name="Spacing">12</property> >- <child> >- <widget class="Gtk.Label" id="QuestionLabel"> >+ <child undoId="217"> >+ <widget class="Gtk.Label" id="QuestionLabel" undoId="216"> > <property name="MemberName" /> > <property name="LabelProp" translatable="yes">Are you sure you want to delete the file from project?</property> > <property name="Wrap">True</property> >@@ -402,8 +402,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.CheckButton" id="cbDeleteFromDisk"> >+ <child undoId="219"> >+ <widget class="Gtk.CheckButton" id="cbDeleteFromDisk" undoId="218"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="Label" translatable="yes">_Delete from disk</property> >@@ -436,15 +436,15 @@ > </child> > </widget> > </child> >- <child internal-child="ActionArea"> >- <widget class="Gtk.HButtonBox" id="MonoDevelop.Ide.DeleteFileDialog_ActionArea"> >+ <child internal-child="ActionArea" undoId="ActionArea"> >+ <widget class="Gtk.HButtonBox" id="MonoDevelop.Ide.DeleteFileDialog_ActionArea" undoId="207"> > <property name="MemberName" /> > <property name="Spacing">10</property> > <property name="BorderWidth">5</property> > <property name="Size">2</property> > <property name="LayoutStyle">End</property> >- <child> >- <widget class="Gtk.Button" id="NoButton"> >+ <child undoId="228"> >+ <widget class="Gtk.Button" id="NoButton" undoId="227"> > <property name="MemberName" /> > <property name="CanDefault">True</property> > <property name="CanFocus">True</property> >@@ -460,8 +460,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="YesButton"> >+ <child undoId="230"> >+ <widget class="Gtk.Button" id="YesButton" undoId="229"> > <property name="MemberName" /> > <property name="CanDefault">True</property> > <property name="CanFocus">True</property> >@@ -481,19 +481,19 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Bin" id="MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector" design-size="513 356"> >+ <widget class="Gtk.Bin" id="MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector" undoId="232" design-size="513 356"> > <property name="MemberName" /> >- <child> >- <widget class="Gtk.ScrolledWindow" id="scrolled"> >+ <child undoId="237"> >+ <widget class="Gtk.ScrolledWindow" id="scrolled" undoId="233"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="VscrollbarPolicy">Automatic</property> > <property name="HscrollbarPolicy">Automatic</property> >- <child> >- <widget class="Gtk.Viewport" id="GtkViewport"> >+ <child undoId="236"> >+ <widget class="Gtk.Viewport" id="GtkViewport" undoId="234"> > <property name="MemberName" /> > <property name="ShadowType">None</property> >- <child> >+ <child undoId="235"> > <placeholder /> > </child> > </widget> >@@ -501,7 +501,7 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog" design-size="708 501"> >+ <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog" undoId="238" design-size="708 501"> > <property name="MemberName" /> > <property name="WidthRequest">630</property> > <property name="Title">New Solution</property> >@@ -512,29 +512,29 @@ > <property name="Buttons">2</property> > <property name="HelpButton">False</property> > <property name="HasSeparator">False</property> >- <child internal-child="VBox"> >- <widget class="Gtk.VBox" id="dialog-vbox1"> >+ <child internal-child="VBox" undoId="VBox"> >+ <widget class="Gtk.VBox" id="dialog-vbox1" undoId="239"> > <property name="MemberName" /> > <property name="Spacing">6</property> > <property name="BorderWidth">2</property> >- <child> >- <widget class="Gtk.Notebook" id="notebook"> >+ <child undoId="313"> >+ <widget class="Gtk.Notebook" id="notebook" undoId="245"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="CurrentPage">0</property> > <property name="ShowBorder">False</property> > <property name="BorderWidth">6</property> >- <child> >- <widget class="Gtk.VBox" id="vbox1"> >+ <child undoId="296"> >+ <widget class="Gtk.VBox" id="vbox1" undoId="246"> > <property name="MemberName" /> > <property name="Spacing">7</property> > <property name="BorderWidth">6</property> >- <child> >- <widget class="Gtk.VBox" id="vbox2"> >+ <child undoId="265"> >+ <widget class="Gtk.VBox" id="vbox2" undoId="247"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="lbl_hdr_template"> >+ <child undoId="249"> >+ <widget class="Gtk.Label" id="lbl_hdr_template" undoId="248"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -548,23 +548,23 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox1"> >+ <child undoId="264"> >+ <widget class="Gtk.HBox" id="hbox1" undoId="250"> > <property name="MemberName" /> >- <child> >- <widget class="Gtk.VBox" id="vbox4"> >+ <child undoId="263"> >+ <widget class="Gtk.VBox" id="vbox4" undoId="251"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.HBox" id="hbox_template"> >+ <child undoId="258"> >+ <widget class="Gtk.HBox" id="hbox_template" undoId="252"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.ScrolledWindow" id="scrolledwindow1"> >+ <child undoId="256"> >+ <widget class="Gtk.ScrolledWindow" id="scrolledwindow1" undoId="253"> > <property name="MemberName" /> > <property name="ShadowType">In</property> >- <child> >- <widget class="Gtk.TreeView" id="lst_template_types"> >+ <child undoId="255"> >+ <widget class="Gtk.TreeView" id="lst_template_types" undoId="254"> > <property name="MemberName" /> > <property name="HeadersVisible">False</property> > <property name="HeadersClickable">True</property> >@@ -577,7 +577,7 @@ > <property name="Expand">False</property> > </packing> > </child> >- <child> >+ <child undoId="257"> > <placeholder /> > </child> > </widget> >@@ -586,13 +586,13 @@ > <property name="AutoSize">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Frame" id="frame2"> >+ <child undoId="262"> >+ <widget class="Gtk.Frame" id="frame2" undoId="259"> > <property name="MemberName" /> > <property name="LabelXalign">0</property> > <property name="LabelYalign">0</property> >- <child> >- <widget class="Gtk.Label" id="lbl_template_descr"> >+ <child undoId="261"> >+ <widget class="Gtk.Label" id="lbl_template_descr" undoId="260"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -624,12 +624,12 @@ > <property name="AutoSize">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.VBox" id="vbox3"> >+ <child undoId="295"> >+ <widget class="Gtk.VBox" id="vbox3" undoId="266"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="lbl_hdr_location"> >+ <child undoId="268"> >+ <widget class="Gtk.Label" id="lbl_hdr_location" undoId="267"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -643,11 +643,11 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox3"> >+ <child undoId="294"> >+ <widget class="Gtk.HBox" id="hbox3" undoId="269"> > <property name="MemberName" /> >- <child> >- <widget class="Gtk.Label" id="spacer2"> >+ <child undoId="271"> >+ <widget class="Gtk.Label" id="spacer2" undoId="270"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -660,15 +660,15 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Table" id="table1"> >+ <child undoId="293"> >+ <widget class="Gtk.Table" id="table1" undoId="272"> > <property name="MemberName" /> > <property name="NRows">7</property> > <property name="NColumns">2</property> > <property name="RowSpacing">6</property> > <property name="ColumnSpacing">6</property> >- <child> >- <widget class="Gtk.CheckButton" id="chk_combine_directory"> >+ <child undoId="274"> >+ <widget class="Gtk.CheckButton" id="chk_combine_directory" undoId="273"> > <property name="MemberName" /> > <property name="Label" translatable="yes">_Create separate Solution subdirectory</property> > <property name="Active">True</property> >@@ -691,8 +691,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="MonoDevelop.Components.FolderEntry" id="entry_location"> >+ <child undoId="276"> >+ <widget class="MonoDevelop.Components.FolderEntry" id="entry_location" undoId="275"> > <property name="MemberName" /> > <property name="BrowserTitle">Solution Location</property> > </widget> >@@ -712,8 +712,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HSeparator" id="hseparator"> >+ <child undoId="278"> >+ <widget class="Gtk.HSeparator" id="hseparator" undoId="277"> > <property name="MemberName" /> > </widget> > <packing> >@@ -730,8 +730,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HSeparator" id="hseparator3"> >+ <child undoId="280"> >+ <widget class="Gtk.HSeparator" id="hseparator3" undoId="279"> > <property name="MemberName" /> > </widget> > <packing> >@@ -748,8 +748,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="lbl_location"> >+ <child undoId="282"> >+ <widget class="Gtk.Label" id="lbl_location" undoId="281"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -770,8 +770,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="lbl_name"> >+ <child undoId="284"> >+ <widget class="Gtk.Label" id="lbl_name" undoId="283"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -791,8 +791,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="lbl_subdirectory"> >+ <child undoId="286"> >+ <widget class="Gtk.Label" id="lbl_subdirectory" undoId="285"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -814,8 +814,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="lbl_will_save_in"> >+ <child undoId="288"> >+ <widget class="Gtk.Label" id="lbl_will_save_in" undoId="287"> > <property name="MemberName" /> > <property name="WidthRequest">580</property> > <property name="Xalign">0</property> >@@ -837,8 +837,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Entry" id="txt_name"> >+ <child undoId="290"> >+ <widget class="Gtk.Entry" id="txt_name" undoId="289"> > <property name="MemberName" /> > <property name="IsEditable">True</property> > <property name="ActivatesDefault">True</property> >@@ -858,8 +858,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Entry" id="txt_subdirectory"> >+ <child undoId="292"> >+ <widget class="Gtk.Entry" id="txt_subdirectory" undoId="291"> > <property name="MemberName" /> > <property name="IsEditable">True</property> > <property name="ActivatesDefault">True</property> >@@ -905,8 +905,8 @@ > <property name="TabExpand">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="label1"> >+ <child undoId="298"> >+ <widget class="Gtk.Label" id="label1" undoId="297"> > <property name="MemberName" /> > <property name="LabelProp">page1</property> > </widget> >@@ -914,13 +914,13 @@ > <property name="type">tab</property> > </packing> > </child> >- <child> >- <widget class="Gtk.VBox" id="vbox5"> >+ <child undoId="310"> >+ <widget class="Gtk.VBox" id="vbox5" undoId="299"> > <property name="MemberName" /> > <property name="Spacing">6</property> > <property name="BorderWidth">12</property> >- <child> >- <widget class="Gtk.Label" id="label3"> >+ <child undoId="301"> >+ <widget class="Gtk.Label" id="label3" undoId="300"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes"><b>Project features</b></property> >@@ -933,8 +933,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector" id="featureList"> >+ <child undoId="309"> >+ <widget class="MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector" id="featureList" undoId="302"> > <property name="MemberName" /> > <property name="Events">ButtonPressMask</property> > </widget> >@@ -949,8 +949,8 @@ > <property name="TabExpand">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="label2"> >+ <child undoId="312"> >+ <widget class="Gtk.Label" id="label2" undoId="311"> > <property name="MemberName" /> > <property name="LabelProp">page2</property> > </widget> >@@ -966,15 +966,15 @@ > </child> > </widget> > </child> >- <child internal-child="ActionArea"> >- <widget class="Gtk.HButtonBox" id="dialog-action_area1"> >+ <child internal-child="ActionArea" undoId="ActionArea"> >+ <widget class="Gtk.HButtonBox" id="dialog-action_area1" undoId="240"> > <property name="MemberName" /> > <property name="Spacing">6</property> > <property name="BorderWidth">5</property> > <property name="Size">2</property> > <property name="LayoutStyle">End</property> >- <child> >- <widget class="Gtk.Button" id="btn_close"> >+ <child undoId="320"> >+ <widget class="Gtk.Button" id="btn_close" undoId="319"> > <property name="MemberName" /> > <property name="CanDefault">True</property> > <property name="UseStock">True</property> >@@ -985,8 +985,8 @@ > <property name="label">gtk-cancel</property> > </widget> > </child> >- <child> >- <widget class="Gtk.Button" id="btn_new"> >+ <child undoId="322"> >+ <widget class="Gtk.Button" id="btn_new" undoId="321"> > <property name="MemberName" /> > <property name="CanDefault">True</property> > <property name="HasDefault">True</property> >@@ -1004,25 +1004,25 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog" design-size="585 435"> >+ <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog" undoId="324" design-size="585 435"> > <property name="MemberName" /> > <property name="Title" translatable="yes">New Project Features</property> > <property name="WindowPosition">CenterOnParent</property> > <property name="BorderWidth">6</property> > <property name="Buttons">2</property> > <property name="HelpButton">False</property> >- <child internal-child="VBox"> >- <widget class="Gtk.VBox" id="dialog1_VBox"> >+ <child internal-child="VBox" undoId="VBox"> >+ <widget class="Gtk.VBox" id="dialog1_VBox" undoId="325"> > <property name="MemberName" /> > <property name="Spacing">6</property> > <property name="BorderWidth">2</property> >- <child> >- <widget class="Gtk.VBox" id="vbox5"> >+ <child undoId="342"> >+ <widget class="Gtk.VBox" id="vbox5" undoId="331"> > <property name="MemberName" /> > <property name="Spacing">6</property> > <property name="BorderWidth">6</property> >- <child> >- <widget class="Gtk.Label" id="label3"> >+ <child undoId="333"> >+ <widget class="Gtk.Label" id="label3" undoId="332"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes"><b>Project features</b></property> >@@ -1035,8 +1035,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector" id="featureList"> >+ <child undoId="341"> >+ <widget class="MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector" id="featureList" undoId="334"> > <property name="MemberName" /> > <property name="Events">ButtonPressMask</property> > </widget> >@@ -1053,13 +1053,13 @@ > </child> > </widget> > </child> >- <child internal-child="ActionArea"> >- <widget class="Gtk.HButtonBox" id="GtkDialog_ActionArea"> >+ <child internal-child="ActionArea" undoId="ActionArea"> >+ <widget class="Gtk.HButtonBox" id="GtkDialog_ActionArea" undoId="326"> > <property name="MemberName" /> > <property name="Size">2</property> > <property name="LayoutStyle">End</property> >- <child> >- <widget class="Gtk.Button" id="button1547"> >+ <child undoId="349"> >+ <widget class="Gtk.Button" id="button1547" undoId="348"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="Type">TextOnly</property> >@@ -1072,8 +1072,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="button1548"> >+ <child undoId="351"> >+ <widget class="Gtk.Button" id="button1548" undoId="350"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="Type">TextOnly</property> >@@ -1090,28 +1090,28 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.RenameItemDialog" design-size="375 139"> >+ <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.RenameItemDialog" undoId="353" design-size="375 139"> > <property name="MemberName" /> > <property name="Title" translatable="yes">Rename {0}</property> > <property name="WindowPosition">CenterOnParent</property> > <property name="BorderWidth">6</property> > <property name="Buttons">2</property> > <property name="HelpButton">False</property> >- <child internal-child="VBox"> >- <widget class="Gtk.VBox" id="dialog1_VBox"> >+ <child internal-child="VBox" undoId="VBox"> >+ <widget class="Gtk.VBox" id="dialog1_VBox" undoId="354"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.VBox" id="vbox"> >+ <child undoId="369"> >+ <widget class="Gtk.VBox" id="vbox" undoId="360"> > <property name="MemberName" /> > <property name="Spacing">6</property> > <property name="BorderWidth">6</property> >- <child> >- <widget class="Gtk.HBox" id="hbox"> >+ <child undoId="366"> >+ <widget class="Gtk.HBox" id="hbox" undoId="361"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="labelNewName"> >+ <child undoId="363"> >+ <widget class="Gtk.Label" id="labelNewName" undoId="362"> > <property name="MemberName" /> > <property name="LabelProp" translatable="yes">New na_me:</property> > <property name="UseUnderline">True</property> >@@ -1124,8 +1124,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Entry" id="entry"> >+ <child undoId="365"> >+ <widget class="Gtk.Entry" id="entry" undoId="364"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="IsEditable">True</property> >@@ -1144,8 +1144,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.CheckButton" id="renameFileFlag"> >+ <child undoId="368"> >+ <widget class="Gtk.CheckButton" id="renameFileFlag" undoId="367"> > <property name="MemberName" /> > <property name="Visible">False</property> > <property name="CanFocus">True</property> >@@ -1172,15 +1172,15 @@ > </child> > </widget> > </child> >- <child internal-child="ActionArea"> >- <widget class="Gtk.HButtonBox" id="dialog1_ActionArea"> >+ <child internal-child="ActionArea" undoId="ActionArea"> >+ <widget class="Gtk.HButtonBox" id="dialog1_ActionArea" undoId="355"> > <property name="MemberName" /> > <property name="Spacing">10</property> > <property name="BorderWidth">5</property> > <property name="Size">2</property> > <property name="LayoutStyle">End</property> >- <child> >- <widget class="Gtk.Button" id="buttonCancel"> >+ <child undoId="376"> >+ <widget class="Gtk.Button" id="buttonCancel" undoId="375"> > <property name="MemberName" /> > <property name="CanDefault">True</property> > <property name="CanFocus">True</property> >@@ -1195,8 +1195,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="buttonOk"> >+ <child undoId="378"> >+ <widget class="Gtk.Button" id="buttonOk" undoId="377"> > <property name="MemberName" /> > <property name="CanDefault">True</property> > <property name="CanFocus">True</property> >@@ -1215,31 +1215,31 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog" design-size="413 247"> >+ <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog" undoId="380" design-size="413 247"> > <property name="MemberName" /> > <property name="Title" translatable="yes">Encapsulate Field</property> > <property name="WindowPosition">CenterOnParent</property> > <property name="BorderWidth">6</property> > <property name="Buttons">2</property> > <property name="HelpButton">False</property> >- <child internal-child="VBox"> >- <widget class="Gtk.VBox" id="dialog1_VBox"> >+ <child internal-child="VBox" undoId="VBox"> >+ <widget class="Gtk.VBox" id="dialog1_VBox" undoId="381"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.VBox" id="vbox"> >+ <child undoId="410"> >+ <widget class="Gtk.VBox" id="vbox" undoId="387"> > <property name="MemberName" /> > <property name="Spacing">6</property> > <property name="BorderWidth">6</property> >- <child> >- <widget class="Gtk.Table" id="tableName"> >+ <child undoId="397"> >+ <widget class="Gtk.Table" id="tableName" undoId="388"> > <property name="MemberName" /> > <property name="NRows">2</property> > <property name="NColumns">2</property> > <property name="RowSpacing">6</property> > <property name="ColumnSpacing">6</property> >- <child> >- <widget class="Gtk.Entry" id="entryFieldName"> >+ <child undoId="390"> >+ <widget class="Gtk.Entry" id="entryFieldName" undoId="389"> > <property name="MemberName" /> > <property name="Sensitive">False</property> > <property name="CanFocus">True</property> >@@ -1259,8 +1259,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Entry" id="entryPropertyName"> >+ <child undoId="392"> >+ <widget class="Gtk.Entry" id="entryPropertyName" undoId="391"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="IsEditable">True</property> >@@ -1281,8 +1281,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="labelFieldName"> >+ <child undoId="394"> >+ <widget class="Gtk.Label" id="labelFieldName" undoId="393"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes">Field name:</property> >@@ -1299,8 +1299,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="labelPropertyName"> >+ <child undoId="396"> >+ <widget class="Gtk.Label" id="labelPropertyName" undoId="395"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes">_Property name:</property> >@@ -1328,8 +1328,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="labelUpdateRefs"> >+ <child undoId="399"> >+ <widget class="Gtk.Label" id="labelUpdateRefs" undoId="398"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes">_Update references:</property> >@@ -1342,12 +1342,12 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hboxUpdateRefs"> >+ <child undoId="409"> >+ <widget class="Gtk.HBox" id="hboxUpdateRefs" undoId="400"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="labelSpacer"> >+ <child undoId="402"> >+ <widget class="Gtk.Label" id="labelSpacer" undoId="401"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp"> </property> >@@ -1359,12 +1359,12 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.VBox" id="vboxUpdateChoices"> >+ <child undoId="408"> >+ <widget class="Gtk.VBox" id="vboxUpdateChoices" undoId="403"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.RadioButton" id="radioUpdateExternal"> >+ <child undoId="405"> >+ <widget class="Gtk.RadioButton" id="radioUpdateExternal" undoId="404"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="Label" translatable="yes">_External</property> >@@ -1381,8 +1381,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.RadioButton" id="radioUpdateAll"> >+ <child undoId="407"> >+ <widget class="Gtk.RadioButton" id="radioUpdateAll" undoId="406"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="Label" translatable="yes">_All</property> >@@ -1422,15 +1422,15 @@ > </child> > </widget> > </child> >- <child internal-child="ActionArea"> >- <widget class="Gtk.HButtonBox" id="dialog1_ActionArea"> >+ <child internal-child="ActionArea" undoId="ActionArea"> >+ <widget class="Gtk.HButtonBox" id="dialog1_ActionArea" undoId="382"> > <property name="MemberName" /> > <property name="Spacing">10</property> > <property name="BorderWidth">5</property> > <property name="Size">2</property> > <property name="LayoutStyle">End</property> >- <child> >- <widget class="Gtk.Button" id="buttonCancel"> >+ <child undoId="417"> >+ <widget class="Gtk.Button" id="buttonCancel" undoId="416"> > <property name="MemberName" /> > <property name="CanDefault">True</property> > <property name="CanFocus">True</property> >@@ -1445,8 +1445,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="buttonOk"> >+ <child undoId="419"> >+ <widget class="Gtk.Button" id="buttonOk" undoId="418"> > <property name="MemberName" /> > <property name="CanDefault">True</property> > <property name="CanFocus">True</property> >@@ -1465,22 +1465,22 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Bin" id="MonoDevelop.Ide.StandardHeaders.StandardHeaderPanel" design-size="458 301"> >+ <widget class="Gtk.Bin" id="MonoDevelop.Ide.StandardHeaders.StandardHeaderPanel" undoId="421" design-size="458 301"> > <property name="MemberName" /> >- <child> >- <widget class="Gtk.VBox" id="vbox2"> >+ <child undoId="443"> >+ <widget class="Gtk.VBox" id="vbox2" undoId="422"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.ScrolledWindow" id="scrolledwindow1"> >+ <child undoId="426"> >+ <widget class="Gtk.ScrolledWindow" id="scrolledwindow1" undoId="423"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="VscrollbarPolicy">Automatic</property> > <property name="HscrollbarPolicy">Automatic</property> > <property name="ShadowType">In</property> > <property name="BorderWidth">6</property> >- <child> >- <widget class="Gtk.TextView" id="headerTextview"> >+ <child undoId="425"> >+ <widget class="Gtk.TextView" id="headerTextview" undoId="424"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="Text" translatable="yes" /> >@@ -1492,12 +1492,12 @@ > <property name="AutoSize">True</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox1"> >+ <child undoId="432"> >+ <widget class="Gtk.HBox" id="hbox1" undoId="427"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.CheckButton" id="generateCommentsCheckbutton"> >+ <child undoId="429"> >+ <widget class="Gtk.CheckButton" id="generateCommentsCheckbutton" undoId="428"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="Label" translatable="yes">Generate Comments</property> >@@ -1510,8 +1510,8 @@ > <property name="AutoSize">True</property> > </packing> > </child> >- <child> >- <widget class="Gtk.CheckButton" id="emitstandardHeaderCheckbutton"> >+ <child undoId="431"> >+ <widget class="Gtk.CheckButton" id="emitstandardHeaderCheckbutton" undoId="430"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="Label" translatable="yes">Emit Standard Header</property> >@@ -1532,12 +1532,12 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox2"> >+ <child undoId="442"> >+ <widget class="Gtk.HBox" id="hbox2" undoId="433"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="label1"> >+ <child undoId="435"> >+ <widget class="Gtk.Label" id="label1" undoId="434"> > <property name="MemberName" /> > <property name="LabelProp" translatable="yes">Select Template:</property> > </widget> >@@ -1548,8 +1548,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ComboBox" id="templateCombobox"> >+ <child undoId="437"> >+ <widget class="Gtk.ComboBox" id="templateCombobox" undoId="436"> > <property name="MemberName" /> > <property name="IsTextCombo">True</property> > <property name="Items" translatable="yes" /> >@@ -1559,8 +1559,8 @@ > <property name="AutoSize">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="removeButton"> >+ <child undoId="439"> >+ <widget class="Gtk.Button" id="removeButton" undoId="438"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="UseStock">True</property> >@@ -1576,8 +1576,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="addButton"> >+ <child undoId="441"> >+ <widget class="Gtk.Button" id="addButton" undoId="440"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="UseStock">True</property> >@@ -1605,7 +1605,7 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Dialog" id="MonoDevelop.Ide.NewHeaderTemplateDialog" design-size="400 127"> >+ <widget class="Gtk.Dialog" id="MonoDevelop.Ide.NewHeaderTemplateDialog" undoId="444" design-size="400 127"> > <property name="MemberName" /> > <property name="WidthRequest">320</property> > <property name="Title" translatable="yes">Add New Standard Header Template</property> >@@ -1619,17 +1619,17 @@ > <property name="Buttons">2</property> > <property name="HelpButton">False</property> > <property name="HasSeparator">False</property> >- <child internal-child="VBox"> >- <widget class="Gtk.VBox" id="dialog1_VBox"> >+ <child internal-child="VBox" undoId="VBox"> >+ <widget class="Gtk.VBox" id="dialog1_VBox" undoId="445"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.HBox" id="hbox1"> >+ <child undoId="456"> >+ <widget class="Gtk.HBox" id="hbox1" undoId="451"> > <property name="MemberName" /> > <property name="Spacing">6</property> > <property name="BorderWidth">6</property> >- <child> >- <widget class="Gtk.Label" id="label1"> >+ <child undoId="453"> >+ <widget class="Gtk.Label" id="label1" undoId="452"> > <property name="MemberName" /> > <property name="LabelProp" translatable="yes">Name:</property> > </widget> >@@ -1640,8 +1640,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Entry" id="nameEntry"> >+ <child undoId="455"> >+ <widget class="Gtk.Entry" id="nameEntry" undoId="454"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="IsEditable">True</property> >@@ -1662,15 +1662,15 @@ > </child> > </widget> > </child> >- <child internal-child="ActionArea"> >- <widget class="Gtk.HButtonBox" id="dialog1_ActionArea"> >+ <child internal-child="ActionArea" undoId="ActionArea"> >+ <widget class="Gtk.HButtonBox" id="dialog1_ActionArea" undoId="446"> > <property name="MemberName" /> > <property name="Spacing">10</property> > <property name="BorderWidth">6</property> > <property name="Size">2</property> > <property name="LayoutStyle">End</property> >- <child> >- <widget class="Gtk.Button" id="buttonCancel"> >+ <child undoId="463"> >+ <widget class="Gtk.Button" id="buttonCancel" undoId="462"> > <property name="MemberName" /> > <property name="CanDefault">True</property> > <property name="CanFocus">True</property> >@@ -1685,8 +1685,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="buttonOk"> >+ <child undoId="465"> >+ <widget class="Gtk.Button" id="buttonOk" undoId="464"> > <property name="MemberName" /> > <property name="CanDefault">True</property> > <property name="CanFocus">True</property> >@@ -1705,18 +1705,18 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Bin" id="MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel" design-size="322 296"> >+ <widget class="Gtk.Bin" id="MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel" undoId="467" design-size="322 296"> > <property name="MemberName" /> >- <child> >- <widget class="Gtk.VBox" id="vbox"> >+ <child undoId="491"> >+ <widget class="Gtk.VBox" id="vbox" undoId="468"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.HBox" id="hbox1"> >+ <child undoId="474"> >+ <widget class="Gtk.HBox" id="hbox1" undoId="469"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="labelScheme"> >+ <child undoId="471"> >+ <widget class="Gtk.Label" id="labelScheme" undoId="470"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes">Scheme:</property> >@@ -1728,8 +1728,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ComboBox" id="schemeCombo"> >+ <child undoId="473"> >+ <widget class="Gtk.ComboBox" id="schemeCombo" undoId="472"> > <property name="MemberName" /> > <property name="IsTextCombo">True</property> > <property name="Items" translatable="yes" /> >@@ -1749,15 +1749,15 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ScrolledWindow" id="scrolledwindow"> >+ <child undoId="478"> >+ <widget class="Gtk.ScrolledWindow" id="scrolledwindow" undoId="475"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="VscrollbarPolicy">Automatic</property> > <property name="HscrollbarPolicy">Automatic</property> > <property name="ShadowType">In</property> >- <child> >- <widget class="Gtk.TreeView" id="keyTreeView"> >+ <child undoId="477"> >+ <widget class="Gtk.TreeView" id="keyTreeView" undoId="476"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="HeadersClickable">True</property> >@@ -1769,12 +1769,12 @@ > <property name="AutoSize">True</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox"> >+ <child undoId="490"> >+ <widget class="Gtk.HBox" id="hbox" undoId="479"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="labelEditBinding"> >+ <child undoId="481"> >+ <widget class="Gtk.Label" id="labelEditBinding" undoId="480"> > <property name="MemberName" /> > <property name="LabelProp" translatable="yes">Edit Binding</property> > </widget> >@@ -1785,8 +1785,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Entry" id="accelEntry"> >+ <child undoId="483"> >+ <widget class="Gtk.Entry" id="accelEntry" undoId="482"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="IsEditable">True</property> >@@ -1797,8 +1797,8 @@ > <property name="AutoSize">True</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="updateButton"> >+ <child undoId="489"> >+ <widget class="Gtk.Button" id="updateButton" undoId="484"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="Type">TextAndIcon</property> >@@ -1824,25 +1824,25 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Bin" id="MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget" design-size="527 378"> >+ <widget class="Gtk.Bin" id="MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget" undoId="492" design-size="527 378"> > <property name="MemberName" /> > <property name="GeneratePublic">False</property> >- <child> >- <widget class="Gtk.VBox" id="vbox13"> >+ <child undoId="527"> >+ <widget class="Gtk.VBox" id="vbox13" undoId="493"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Table" id="table2"> >+ <child undoId="508"> >+ <widget class="Gtk.Table" id="table2" undoId="494"> > <property name="MemberName" /> > <property name="NRows">2</property> > <property name="NColumns">2</property> > <property name="RowSpacing">6</property> > <property name="ColumnSpacing">6</property> >- <child> >+ <child undoId="507"> > <placeholder /> > </child> >- <child> >- <widget class="Gtk.Label" id="extensionLabel"> >+ <child undoId="496"> >+ <widget class="Gtk.Label" id="extensionLabel" undoId="495"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes">Extension</property> >@@ -1860,8 +1860,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ComboBox" id="groupCombo"> >+ <child undoId="498"> >+ <widget class="Gtk.ComboBox" id="groupCombo" undoId="497"> > <property name="MemberName" /> > <property name="IsTextCombo">False</property> > <property name="Items" translatable="yes" /> >@@ -1880,12 +1880,12 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox8"> >+ <child undoId="506"> >+ <widget class="Gtk.HBox" id="hbox8" undoId="499"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Button" id="addGroupButton"> >+ <child undoId="501"> >+ <widget class="Gtk.Button" id="addGroupButton" undoId="500"> > <property name="MemberName" /> > <property name="Type">TextOnly</property> > <property name="Label" translatable="yes">Add Group</property> >@@ -1898,8 +1898,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="editGroupButton"> >+ <child undoId="503"> >+ <widget class="Gtk.Button" id="editGroupButton" undoId="502"> > <property name="MemberName" /> > <property name="Type">TextOnly</property> > <property name="Label" translatable="yes">Edit Group</property> >@@ -1912,8 +1912,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="removeGroupButton"> >+ <child undoId="505"> >+ <widget class="Gtk.Button" id="removeGroupButton" undoId="504"> > <property name="MemberName" /> > <property name="Type">TextOnly</property> > <property name="Label" translatable="yes">Remove Group</property> >@@ -1949,18 +1949,18 @@ > <property name="Expand">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox9"> >+ <child undoId="522"> >+ <widget class="Gtk.HBox" id="hbox9" undoId="509"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.ScrolledWindow" id="scrolledwindow3"> >+ <child undoId="513"> >+ <widget class="Gtk.ScrolledWindow" id="scrolledwindow3" undoId="510"> > <property name="MemberName" /> > <property name="VscrollbarPolicy">Automatic</property> > <property name="HscrollbarPolicy">Automatic</property> > <property name="ShadowType">In</property> >- <child> >- <widget class="Gtk.TreeView" id="templateListView"> >+ <child undoId="512"> >+ <widget class="Gtk.TreeView" id="templateListView" undoId="511"> > <property name="MemberName" /> > <property name="HeadersClickable">True</property> > </widget> >@@ -1971,12 +1971,12 @@ > <property name="AutoSize">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.VBox" id="vbox14"> >+ <child undoId="521"> >+ <widget class="Gtk.VBox" id="vbox14" undoId="514"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Button" id="addButton"> >+ <child undoId="516"> >+ <widget class="Gtk.Button" id="addButton" undoId="515"> > <property name="MemberName" /> > <property name="UseStock">True</property> > <property name="Type">StockItem</property> >@@ -1990,8 +1990,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="editButton"> >+ <child undoId="518"> >+ <widget class="Gtk.Button" id="editButton" undoId="517"> > <property name="MemberName" /> > <property name="UseStock">True</property> > <property name="Type">StockItem</property> >@@ -2005,8 +2005,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="removeButton"> >+ <child undoId="520"> >+ <widget class="Gtk.Button" id="removeButton" undoId="519"> > <property name="MemberName" /> > <property name="UseStock">True</property> > <property name="Type">StockItem</property> >@@ -2033,14 +2033,14 @@ > <property name="AutoSize">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ScrolledWindow" id="scrolledwindow4"> >+ <child undoId="526"> >+ <widget class="Gtk.ScrolledWindow" id="scrolledwindow4" undoId="523"> > <property name="MemberName" /> > <property name="VscrollbarPolicy">Automatic</property> > <property name="HscrollbarPolicy">Automatic</property> > <property name="ShadowType">In</property> >- <child> >- <widget class="Gtk.TextView" id="templateTextView"> >+ <child undoId="525"> >+ <widget class="Gtk.TextView" id="templateTextView" undoId="524"> > <property name="MemberName" /> > <property name="Text" translatable="yes" /> > </widget> >@@ -2054,19 +2054,19 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Bin" id="MonoDevelop.Ide.Gui.OptionPanels.CodeGenerationPanelWidget"> >+ <widget class="Gtk.Bin" id="MonoDevelop.Ide.Gui.OptionPanels.CodeGenerationPanelWidget" undoId="528"> > <property name="MemberName" /> > <property name="GeneratePublic">False</property> >- <child> >- <widget class="Gtk.VBox" id="vbox8"> >+ <child undoId="562"> >+ <widget class="Gtk.VBox" id="vbox8" undoId="529"> > <property name="MemberName" /> > <property name="Spacing">12</property> >- <child> >- <widget class="Gtk.VBox" id="vbox9"> >+ <child undoId="547"> >+ <widget class="Gtk.VBox" id="vbox9" undoId="530"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="hdr_code_generation_options"> >+ <child undoId="532"> >+ <widget class="Gtk.Label" id="hdr_code_generation_options" undoId="531"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -2080,11 +2080,11 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox6"> >+ <child undoId="546"> >+ <widget class="Gtk.HBox" id="hbox6" undoId="533"> > <property name="MemberName" /> >- <child> >- <widget class="Gtk.Label" id="label27"> >+ <child undoId="535"> >+ <widget class="Gtk.Label" id="label27" undoId="534"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -2097,12 +2097,12 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.VBox" id="vbox11"> >+ <child undoId="545"> >+ <widget class="Gtk.VBox" id="vbox11" undoId="536"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.CheckButton" id="chk_blk_on_same_line"> >+ <child undoId="538"> >+ <widget class="Gtk.CheckButton" id="chk_blk_on_same_line" undoId="537"> > <property name="MemberName" /> > <property name="Label" translatable="yes">_Start code block on the same line</property> > <property name="DrawIndicator">True</property> >@@ -2116,8 +2116,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.CheckButton" id="chk_else_on_same_line"> >+ <child undoId="540"> >+ <widget class="Gtk.CheckButton" id="chk_else_on_same_line" undoId="539"> > <property name="MemberName" /> > <property name="Label" translatable="yes">_Else on same line as closing bracket</property> > <property name="DrawIndicator">True</property> >@@ -2131,8 +2131,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.CheckButton" id="chk_blank_lines"> >+ <child undoId="542"> >+ <widget class="Gtk.CheckButton" id="chk_blank_lines" undoId="541"> > <property name="MemberName" /> > <property name="Label" translatable="yes">_Insert blank lines between members</property> > <property name="DrawIndicator">True</property> >@@ -2146,8 +2146,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.CheckButton" id="chk_full_type_names"> >+ <child undoId="544"> >+ <widget class="Gtk.CheckButton" id="chk_full_type_names" undoId="543"> > <property name="MemberName" /> > <property name="Label" translatable="yes">_Use full type names</property> > <property name="DrawIndicator">True</property> >@@ -2181,12 +2181,12 @@ > <property name="Expand">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.VBox" id="vbox10"> >+ <child undoId="561"> >+ <widget class="Gtk.VBox" id="vbox10" undoId="548"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="hdr_comment_generation_options"> >+ <child undoId="550"> >+ <widget class="Gtk.Label" id="hdr_comment_generation_options" undoId="549"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -2200,11 +2200,11 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox7"> >+ <child undoId="560"> >+ <widget class="Gtk.HBox" id="hbox7" undoId="551"> > <property name="MemberName" /> >- <child> >- <widget class="Gtk.Label" id="label15"> >+ <child undoId="553"> >+ <widget class="Gtk.Label" id="label15" undoId="552"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -2217,12 +2217,12 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.VBox" id="vbox12"> >+ <child undoId="559"> >+ <widget class="Gtk.VBox" id="vbox12" undoId="554"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.CheckButton" id="chk_doc_comments"> >+ <child undoId="556"> >+ <widget class="Gtk.CheckButton" id="chk_doc_comments" undoId="555"> > <property name="MemberName" /> > <property name="Label" translatable="yes">Generate _documentation comments</property> > <property name="DrawIndicator">True</property> >@@ -2236,8 +2236,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.CheckButton" id="chk_other_comments"> >+ <child undoId="558"> >+ <widget class="Gtk.CheckButton" id="chk_other_comments" undoId="557"> > <property name="MemberName" /> > <property name="Label" translatable="yes">Generate _additional comments</property> > <property name="DrawIndicator">True</property> >@@ -2273,15 +2273,15 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Bin" id="MonoDevelop.Ide.Gui.OptionPanels.SelectStylePanelWidget"> >+ <widget class="Gtk.Bin" id="MonoDevelop.Ide.Gui.OptionPanels.SelectStylePanelWidget" undoId="563"> > <property name="MemberName" /> > <property name="GeneratePublic">False</property> >- <child> >- <widget class="Gtk.VBox" id="vbox13"> >+ <child undoId="577"> >+ <widget class="Gtk.VBox" id="vbox13" undoId="564"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.CheckButton" id="extensionButton"> >+ <child undoId="566"> >+ <widget class="Gtk.CheckButton" id="extensionButton" undoId="565"> > <property name="MemberName" /> > <property name="Label" translatable="yes">Show extensions in project scout</property> > <property name="DrawIndicator">True</property> >@@ -2295,8 +2295,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.CheckButton" id="hiddenButton"> >+ <child undoId="568"> >+ <widget class="Gtk.CheckButton" id="hiddenButton" undoId="567"> > <property name="MemberName" /> > <property name="Label" translatable="yes">Show hidden files and directories</property> > <property name="DrawIndicator">True</property> >@@ -2310,8 +2310,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.CheckButton" id="fontCheckbox"> >+ <child undoId="570"> >+ <widget class="Gtk.CheckButton" id="fontCheckbox" undoId="569"> > <property name="MemberName" /> > <property name="Label" translatable="yes">Use a different font for pads</property> > <property name="DrawIndicator">True</property> >@@ -2325,11 +2325,11 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox50"> >+ <child undoId="576"> >+ <widget class="Gtk.HBox" id="hbox50" undoId="571"> > <property name="MemberName" /> >- <child> >- <widget class="Gtk.Label" id="label115"> >+ <child undoId="573"> >+ <widget class="Gtk.Label" id="label115" undoId="572"> > <property name="MemberName" /> > <property name="LabelProp"> </property> > </widget> >@@ -2340,8 +2340,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.FontButton" id="fontButton"> >+ <child undoId="575"> >+ <widget class="Gtk.FontButton" id="fontButton" undoId="574"> > <property name="MemberName" /> > </widget> > <packing> >@@ -2362,19 +2362,19 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Bin" id="MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget" design-size="320 178"> >+ <widget class="Gtk.Bin" id="MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget" undoId="578" design-size="320 178"> > <property name="MemberName" /> > <property name="GeneratePublic">False</property> >- <child> >- <widget class="Gtk.VBox" id="vbox17"> >+ <child undoId="614"> >+ <widget class="Gtk.VBox" id="vbox17" undoId="579"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.VBox" id="vbox26"> >+ <child undoId="585"> >+ <widget class="Gtk.VBox" id="vbox26" undoId="580"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="locationLabel"> >+ <child undoId="582"> >+ <widget class="Gtk.Label" id="locationLabel" undoId="581"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -2388,8 +2388,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="MonoDevelop.Components.FolderEntry" id="folderEntry"> >+ <child undoId="584"> >+ <widget class="MonoDevelop.Components.FolderEntry" id="folderEntry" undoId="583"> > <property name="MemberName" /> > </widget> > <packing> >@@ -2406,12 +2406,12 @@ > <property name="Expand">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.VBox" id="vbox18"> >+ <child undoId="601"> >+ <widget class="Gtk.VBox" id="vbox18" undoId="586"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="loadLabel"> >+ <child undoId="588"> >+ <widget class="Gtk.Label" id="loadLabel" undoId="587"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -2425,12 +2425,12 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox14"> >+ <child undoId="600"> >+ <widget class="Gtk.HBox" id="hbox14" undoId="589"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="label25"> >+ <child undoId="591"> >+ <widget class="Gtk.Label" id="label25" undoId="590"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -2443,16 +2443,16 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox10"> >+ <child undoId="599"> >+ <widget class="Gtk.HBox" id="hbox10" undoId="592"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.VBox" id="vbox65"> >+ <child undoId="598"> >+ <widget class="Gtk.VBox" id="vbox65" undoId="593"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.CheckButton" id="loadUserDataCheckButton"> >+ <child undoId="595"> >+ <widget class="Gtk.CheckButton" id="loadUserDataCheckButton" undoId="594"> > <property name="MemberName" /> > <property name="Label" translatable="yes">Load user-specific settings with the document</property> > <property name="DrawIndicator">True</property> >@@ -2466,8 +2466,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.CheckButton" id="loadPrevProjectCheckButton"> >+ <child undoId="597"> >+ <widget class="Gtk.CheckButton" id="loadPrevProjectCheckButton" undoId="596"> > <property name="MemberName" /> > <property name="Label" translatable="yes">_Load previous solution on startup</property> > <property name="DrawIndicator">True</property> >@@ -2508,12 +2508,12 @@ > <property name="Expand">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.VBox" id="vbox19"> >+ <child undoId="613"> >+ <widget class="Gtk.VBox" id="vbox19" undoId="602"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="saveLabel"> >+ <child undoId="604"> >+ <widget class="Gtk.Label" id="saveLabel" undoId="603"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -2527,12 +2527,12 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox11"> >+ <child undoId="612"> >+ <widget class="Gtk.HBox" id="hbox11" undoId="605"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="label21"> >+ <child undoId="607"> >+ <widget class="Gtk.Label" id="label21" undoId="606"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -2545,12 +2545,12 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.VBox" id="vbox20"> >+ <child undoId="611"> >+ <widget class="Gtk.VBox" id="vbox20" undoId="608"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.CheckButton" id="createBackupCopyCheckButton"> >+ <child undoId="610"> >+ <widget class="Gtk.CheckButton" id="createBackupCopyCheckButton" undoId="609"> > <property name="MemberName" /> > <property name="Label" translatable="yes">Always create backup copy</property> > <property name="DrawIndicator">True</property> >@@ -2585,27 +2585,27 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Window" id="MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow" design-size="500 285"> >+ <widget class="Gtk.Window" id="MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow" undoId="615" design-size="500 285"> > <property name="MemberName" /> > <property name="GeneratePublic">False</property> > <property name="Title">Tip of the Day</property> > <property name="WindowPosition">CenterOnParent</property> > <property name="BorderWidth">6</property> >- <child> >- <widget class="Gtk.VBox" id="vbox2"> >+ <child undoId="647"> >+ <widget class="Gtk.VBox" id="vbox2" undoId="616"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.VBox" id="vbox3"> >+ <child undoId="628"> >+ <widget class="Gtk.VBox" id="vbox3" undoId="617"> > <property name="MemberName" /> > <property name="Spacing">12</property> > <property name="BorderWidth">6</property> >- <child> >- <widget class="Gtk.HBox" id="hbox7"> >+ <child undoId="623"> >+ <widget class="Gtk.HBox" id="hbox7" undoId="618"> > <property name="MemberName" /> > <property name="Spacing">5</property> >- <child> >- <widget class="Gtk.Image" id="image5"> >+ <child undoId="620"> >+ <widget class="Gtk.Image" id="image5" undoId="619"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -2617,8 +2617,8 @@ > <property name="Expand">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="categoryLabel"> >+ <child undoId="622"> >+ <widget class="Gtk.Label" id="categoryLabel" undoId="621"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes">Did you know...?</property> >@@ -2639,14 +2639,14 @@ > <property name="Expand">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ScrolledWindow" id="scrolledwindow2"> >+ <child undoId="627"> >+ <widget class="Gtk.ScrolledWindow" id="scrolledwindow2" undoId="624"> > <property name="MemberName" /> > <property name="VscrollbarPolicy">Automatic</property> > <property name="HscrollbarPolicy">Automatic</property> > <property name="ShadowType">In</property> >- <child> >- <widget class="Gtk.TextView" id="tipTextview"> >+ <child undoId="626"> >+ <widget class="Gtk.TextView" id="tipTextview" undoId="625"> > <property name="MemberName" /> > <property name="Editable">False</property> > <property name="CursorVisible">False</property> >@@ -2666,13 +2666,13 @@ > <property name="AutoSize">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox5"> >+ <child undoId="646"> >+ <widget class="Gtk.HBox" id="hbox5" undoId="629"> > <property name="MemberName" /> > <property name="Spacing">12</property> > <property name="BorderWidth">6</property> >- <child> >- <widget class="Gtk.CheckButton" id="noshowCheckbutton"> >+ <child undoId="631"> >+ <widget class="Gtk.CheckButton" id="noshowCheckbutton" undoId="630"> > <property name="MemberName" /> > <property name="Label" translatable="yes">_Show at startup</property> > <property name="DrawIndicator">True</property> >@@ -2686,14 +2686,14 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HButtonBox" id="hbuttonbox1"> >+ <child undoId="645"> >+ <widget class="Gtk.HButtonBox" id="hbuttonbox1" undoId="632"> > <property name="MemberName" /> > <property name="Spacing">10</property> > <property name="Size">2</property> > <property name="LayoutStyle">End</property> >- <child> >- <widget class="Gtk.Button" id="nextButton"> >+ <child undoId="642"> >+ <widget class="Gtk.Button" id="nextButton" undoId="637"> > <property name="MemberName" /> > <property name="Type">TextAndIcon</property> > <property name="Icon">stock:gtk-go-forward Button</property> >@@ -2701,8 +2701,8 @@ > <property name="UseUnderline">True</property> > </widget> > </child> >- <child> >- <widget class="Gtk.Button" id="closeButton"> >+ <child undoId="644"> >+ <widget class="Gtk.Button" id="closeButton" undoId="643"> > <property name="MemberName" /> > <property name="CanDefault">True</property> > <property name="HasDefault">True</property> >@@ -2731,15 +2731,15 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Bin" id="MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget" design-size="314 212"> >+ <widget class="Gtk.Bin" id="MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget" undoId="648" design-size="314 212"> > <property name="MemberName" /> > <property name="GeneratePublic">False</property> >- <child> >- <widget class="Gtk.VBox" id="vbox66"> >+ <child undoId="668"> >+ <widget class="Gtk.VBox" id="vbox66" undoId="649"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.CheckButton" id="showOutputCheckBox"> >+ <child undoId="651"> >+ <widget class="Gtk.CheckButton" id="showOutputCheckBox" undoId="650"> > <property name="MemberName" /> > <property name="Label" translatable="yes">Show _output pad when build starts</property> > <property name="DrawIndicator">True</property> >@@ -2753,8 +2753,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.CheckButton" id="showTaskListCheckBox"> >+ <child undoId="653"> >+ <widget class="Gtk.CheckButton" id="showTaskListCheckBox" undoId="652"> > <property name="MemberName" /> > <property name="Label" translatable="yes">Show _task list pad if build finished with errors</property> > <property name="DrawIndicator">True</property> >@@ -2768,8 +2768,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="buildAndRunOptionsLabel"> >+ <child undoId="655"> >+ <widget class="Gtk.Label" id="buildAndRunOptionsLabel" undoId="654"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -2784,12 +2784,12 @@ > <property name="Padding">6</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox44"> >+ <child undoId="667"> >+ <widget class="Gtk.HBox" id="hbox44" undoId="656"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="label71"> >+ <child undoId="658"> >+ <widget class="Gtk.Label" id="label71" undoId="657"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -2802,12 +2802,12 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.VBox" id="vbox67"> >+ <child undoId="666"> >+ <widget class="Gtk.VBox" id="vbox67" undoId="659"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.RadioButton" id="saveChangesRadioButton"> >+ <child undoId="661"> >+ <widget class="Gtk.RadioButton" id="saveChangesRadioButton" undoId="660"> > <property name="MemberName" /> > <property name="Label" translatable="yes">_Save changes to open documents</property> > <property name="Active">True</property> >@@ -2823,8 +2823,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.RadioButton" id="promptChangesRadioButton"> >+ <child undoId="663"> >+ <widget class="Gtk.RadioButton" id="promptChangesRadioButton" undoId="662"> > <property name="MemberName" /> > <property name="Label" translatable="yes">_Prompt to save changes to open documents</property> > <property name="DrawIndicator">True</property> >@@ -2839,8 +2839,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.RadioButton" id="noSaveRadioButton"> >+ <child undoId="665"> >+ <widget class="Gtk.RadioButton" id="noSaveRadioButton" undoId="664"> > <property name="MemberName" /> > <property name="Label" translatable="yes">_Don't save changes to open documents </property> > <property name="DrawIndicator">True</property> >@@ -2871,24 +2871,24 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Bin" id="MonoDevelop.Ide.Gui.OptionPanels.ExternalToolPanelWidget" design-size="482 390"> >+ <widget class="Gtk.Bin" id="MonoDevelop.Ide.Gui.OptionPanels.ExternalToolPanelWidget" undoId="669" design-size="482 390"> > <property name="MemberName" /> >- <child> >- <widget class="Gtk.VBox" id="vbox32"> >+ <child undoId="724"> >+ <widget class="Gtk.VBox" id="vbox32" undoId="670"> > <property name="MemberName" /> > <property name="Spacing">12</property> >- <child> >- <widget class="Gtk.HBox" id="hbox21"> >+ <child undoId="688"> >+ <widget class="Gtk.HBox" id="hbox21" undoId="671"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.ScrolledWindow" id="scrolledwindow4"> >+ <child undoId="675"> >+ <widget class="Gtk.ScrolledWindow" id="scrolledwindow4" undoId="672"> > <property name="MemberName" /> > <property name="VscrollbarPolicy">Automatic</property> > <property name="HscrollbarPolicy">Automatic</property> > <property name="ShadowType">EtchedOut</property> >- <child> >- <widget class="Gtk.TreeView" id="toolListBox"> >+ <child undoId="674"> >+ <widget class="Gtk.TreeView" id="toolListBox" undoId="673"> > <property name="MemberName" /> > <property name="WidthRequest">200</property> > <property name="HeightRequest">150</property> >@@ -2901,12 +2901,12 @@ > <property name="AutoSize">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.VBox" id="buttons"> >+ <child undoId="687"> >+ <widget class="Gtk.VBox" id="buttons" undoId="676"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Button" id="addButton"> >+ <child undoId="678"> >+ <widget class="Gtk.Button" id="addButton" undoId="677"> > <property name="MemberName" /> > <property name="UseStock">True</property> > <property name="Type">StockItem</property> >@@ -2920,8 +2920,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="removeButton"> >+ <child undoId="680"> >+ <widget class="Gtk.Button" id="removeButton" undoId="679"> > <property name="MemberName" /> > <property name="UseStock">True</property> > <property name="Type">StockItem</property> >@@ -2935,8 +2935,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="label34"> >+ <child undoId="682"> >+ <widget class="Gtk.Label" id="label34" undoId="681"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -2947,8 +2947,8 @@ > <property name="AutoSize">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="moveUpButton"> >+ <child undoId="684"> >+ <widget class="Gtk.Button" id="moveUpButton" undoId="683"> > <property name="MemberName" /> > <property name="UseStock">True</property> > <property name="Type">StockItem</property> >@@ -2962,8 +2962,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="moveDownButton"> >+ <child undoId="686"> >+ <widget class="Gtk.Button" id="moveDownButton" undoId="685"> > <property name="MemberName" /> > <property name="UseStock">True</property> > <property name="Type">StockItem</property> >@@ -2991,15 +2991,15 @@ > <property name="AutoSize">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Table" id="table2"> >+ <child undoId="714"> >+ <widget class="Gtk.Table" id="table2" undoId="689"> > <property name="MemberName" /> > <property name="NRows">4</property> > <property name="NColumns">2</property> > <property name="RowSpacing">6</property> > <property name="ColumnSpacing">6</property> >- <child> >- <widget class="Gtk.Label" id="argumentLabel"> >+ <child undoId="691"> >+ <widget class="Gtk.Label" id="argumentLabel" undoId="690"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -3020,8 +3020,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="MonoDevelop.Components.FileEntry" id="browseButton"> >+ <child undoId="693"> >+ <widget class="MonoDevelop.Components.FileEntry" id="browseButton" undoId="692"> > <property name="MemberName" /> > </widget> > <packing> >@@ -3040,8 +3040,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="commandLabel"> >+ <child undoId="695"> >+ <widget class="Gtk.Label" id="commandLabel" undoId="694"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -3063,15 +3063,15 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Table" id="table3"> >+ <child undoId="701"> >+ <widget class="Gtk.Table" id="table3" undoId="696"> > <property name="MemberName" /> > <property name="NRows">1</property> > <property name="NColumns">2</property> > <property name="RowSpacing">6</property> > <property name="ColumnSpacing">4</property> >- <child> >- <widget class="Gtk.Button" id="argumentQuickInsertButton"> >+ <child undoId="698"> >+ <widget class="Gtk.Button" id="argumentQuickInsertButton" undoId="697"> > <property name="MemberName" /> > <property name="Type">TextOnly</property> > <property name="Label"> > </property> >@@ -3091,8 +3091,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Entry" id="argumentTextBox"> >+ <child undoId="700"> >+ <widget class="Gtk.Entry" id="argumentTextBox" undoId="699"> > <property name="MemberName" /> > <property name="IsEditable">True</property> > <property name="InvisibleChar">â</property> >@@ -3124,15 +3124,15 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Table" id="table4"> >+ <child undoId="707"> >+ <widget class="Gtk.Table" id="table4" undoId="702"> > <property name="MemberName" /> > <property name="NRows">1</property> > <property name="NColumns">2</property> > <property name="RowSpacing">6</property> > <property name="ColumnSpacing">4</property> >- <child> >- <widget class="Gtk.Button" id="workingDirQuickInsertButton"> >+ <child undoId="704"> >+ <widget class="Gtk.Button" id="workingDirQuickInsertButton" undoId="703"> > <property name="MemberName" /> > <property name="Type">TextOnly</property> > <property name="Label"> > </property> >@@ -3152,8 +3152,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Entry" id="workingDirTextBox"> >+ <child undoId="706"> >+ <widget class="Gtk.Entry" id="workingDirTextBox" undoId="705"> > <property name="MemberName" /> > <property name="IsEditable">True</property> > <property name="InvisibleChar">â</property> >@@ -3185,8 +3185,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="titleLabel"> >+ <child undoId="709"> >+ <widget class="Gtk.Label" id="titleLabel" undoId="708"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -3206,8 +3206,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Entry" id="titleTextBox"> >+ <child undoId="711"> >+ <widget class="Gtk.Entry" id="titleTextBox" undoId="710"> > <property name="MemberName" /> > <property name="IsEditable">True</property> > <property name="InvisibleChar">â</property> >@@ -3225,8 +3225,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="workingDirLabel"> >+ <child undoId="713"> >+ <widget class="Gtk.Label" id="workingDirLabel" undoId="712"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -3255,18 +3255,18 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Table" id="table1"> >+ <child undoId="723"> >+ <widget class="Gtk.Table" id="table1" undoId="715"> > <property name="MemberName" /> > <property name="NRows">2</property> > <property name="NColumns">2</property> > <property name="RowSpacing">6</property> > <property name="ColumnSpacing">6</property> >- <child> >+ <child undoId="722"> > <placeholder /> > </child> >- <child> >- <widget class="Gtk.CheckButton" id="promptArgsCheckBox"> >+ <child undoId="717"> >+ <widget class="Gtk.CheckButton" id="promptArgsCheckBox" undoId="716"> > <property name="MemberName" /> > <property name="Label" translatable="yes">_Prompt for arguments</property> > <property name="DrawIndicator">True</property> >@@ -3284,8 +3284,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.CheckButton" id="saveCurrentFileCheckBox"> >+ <child undoId="719"> >+ <widget class="Gtk.CheckButton" id="saveCurrentFileCheckBox" undoId="718"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="Label" translatable="yes">_Save current file</property> >@@ -3306,8 +3306,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.CheckButton" id="useOutputPadCheckBox"> >+ <child undoId="721"> >+ <widget class="Gtk.CheckButton" id="useOutputPadCheckBox" undoId="720"> > <property name="MemberName" /> > <property name="Label" translatable="yes">Use _output window</property> > <property name="DrawIndicator">True</property> >@@ -3338,7 +3338,7 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog" design-size="363 131"> >+ <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog" design-size="363 134"> > <property name="MemberName" /> > <property name="GeneratePublic">False</property> > <property name="Title">New Layout</property> >@@ -3353,6 +3353,7 @@ > <widget class="Gtk.VBox" id="dialog-vbox4"> > <property name="MemberName" /> > <property name="Spacing">6</property> >+ <property name="BorderWidth">2</property> > <child> > <widget class="Gtk.HBox" id="hbox45"> > <property name="MemberName" /> >@@ -3394,12 +3395,12 @@ > <child internal-child="ActionArea"> > <widget class="Gtk.HButtonBox" id="GtkDialog_ActionArea"> > <property name="MemberName" /> >- <property name="Spacing">10</property> >+ <property name="Spacing">6</property> > <property name="BorderWidth">5</property> > <property name="Size">2</property> > <property name="LayoutStyle">End</property> > <child> >- <widget class="Gtk.Button" id="button309"> >+ <widget class="Gtk.Button" id="cancelButton"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="UseStock">True</property> >@@ -3420,7 +3421,7 @@ > <property name="UseStock">True</property> > <property name="Type">StockItem</property> > <property name="StockId">gtk-new</property> >- <property name="ResponseId">0</property> >+ <property name="ResponseId">-5</property> > <property name="label">gtk-new</property> > </widget> > <packing> >@@ -3432,7 +3433,7 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.ReplaceDialog" design-size="642 303"> >+ <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.ReplaceDialog" undoId="748" design-size="642 303"> > <property name="MemberName" /> > <property name="GeneratePublic">False</property> > <property name="Title">Replace</property> >@@ -3441,25 +3442,25 @@ > <property name="DestroyWithParent">True</property> > <property name="Buttons">5</property> > <property name="HelpButton">False</property> >- <child internal-child="VBox"> >- <widget class="Gtk.VBox" id="dialog-vbox2"> >+ <child internal-child="VBox" undoId="VBox"> >+ <widget class="Gtk.VBox" id="dialog-vbox2" undoId="749"> > <property name="MemberName" /> > <property name="Spacing">6</property> > <property name="BorderWidth">2</property> >- <child> >- <widget class="Gtk.VBox" id="vbox15"> >+ <child undoId="792"> >+ <widget class="Gtk.VBox" id="vbox15" undoId="761"> > <property name="MemberName" /> > <property name="Spacing">6</property> > <property name="BorderWidth">6</property> >- <child> >- <widget class="Gtk.Table" id="table1"> >+ <child undoId="775"> >+ <widget class="Gtk.Table" id="table1" undoId="762"> > <property name="MemberName" /> > <property name="NRows">2</property> > <property name="NColumns">3</property> > <property name="RowSpacing">6</property> > <property name="ColumnSpacing">6</property> >- <child> >- <widget class="Gtk.Button" id="findHelpButton"> >+ <child undoId="764"> >+ <widget class="Gtk.Button" id="findHelpButton" undoId="763"> > <property name="MemberName" /> > <property name="Type">TextOnly</property> > <property name="Label">></property> >@@ -3479,8 +3480,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="label1"> >+ <child undoId="766"> >+ <widget class="Gtk.Label" id="label1" undoId="765"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes">Find:</property> >@@ -3497,8 +3498,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="labelReplace"> >+ <child undoId="768"> >+ <widget class="Gtk.Label" id="labelReplace" undoId="767"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes">Replace:</property> >@@ -3517,8 +3518,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="replaceHelpButton"> >+ <child undoId="770"> >+ <widget class="Gtk.Button" id="replaceHelpButton" undoId="769"> > <property name="MemberName" /> > <property name="Type">TextOnly</property> > <property name="Label">></property> >@@ -3540,8 +3541,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ComboBoxEntry" id="replacePatternEntry"> >+ <child undoId="772"> >+ <widget class="Gtk.ComboBoxEntry" id="replacePatternEntry" undoId="771"> > <property name="MemberName" /> > <property name="IsTextCombo">False</property> > <property name="Items" translatable="yes" /> >@@ -3561,8 +3562,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ComboBoxEntry" id="searchPatternEntry"> >+ <child undoId="774"> >+ <widget class="Gtk.ComboBoxEntry" id="searchPatternEntry" undoId="773"> > <property name="MemberName" /> > <property name="IsTextCombo">False</property> > <property name="Items" translatable="yes" /> >@@ -3588,8 +3589,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.CheckButton" id="ignoreCaseCheckBox"> >+ <child undoId="777"> >+ <widget class="Gtk.CheckButton" id="ignoreCaseCheckBox" undoId="776"> > <property name="MemberName" /> > <property name="Label" translatable="yes">Case sensitive</property> > <property name="DrawIndicator">True</property> >@@ -3602,8 +3603,8 @@ > <property name="Expand">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.CheckButton" id="searchWholeWordOnlyCheckBox"> >+ <child undoId="779"> >+ <widget class="Gtk.CheckButton" id="searchWholeWordOnlyCheckBox" undoId="778"> > <property name="MemberName" /> > <property name="Label" translatable="yes">Whole words only</property> > <property name="DrawIndicator">True</property> >@@ -3616,12 +3617,12 @@ > <property name="Expand">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox16"> >+ <child undoId="785"> >+ <widget class="Gtk.HBox" id="hbox16" undoId="780"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.CheckButton" id="useSpecialSearchStrategyCheckBox"> >+ <child undoId="782"> >+ <widget class="Gtk.CheckButton" id="useSpecialSearchStrategyCheckBox" undoId="781"> > <property name="MemberName" /> > <property name="Label" translatable="yes">Use special search strategy:</property> > <property name="DrawIndicator">True</property> >@@ -3634,8 +3635,8 @@ > <property name="Expand">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ComboBox" id="specialSearchStrategyComboBox"> >+ <child undoId="784"> >+ <widget class="Gtk.ComboBox" id="specialSearchStrategyComboBox" undoId="783"> > <property name="MemberName" /> > <property name="IsTextCombo">False</property> > <property name="Items" translatable="yes" /> >@@ -3653,12 +3654,12 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox17"> >+ <child undoId="791"> >+ <widget class="Gtk.HBox" id="hbox17" undoId="786"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="searchLocationLabel"> >+ <child undoId="788"> >+ <widget class="Gtk.Label" id="searchLocationLabel" undoId="787"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes">Search in:</property> >@@ -3669,8 +3670,8 @@ > <property name="Expand">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ComboBox" id="searchLocationComboBox"> >+ <child undoId="790"> >+ <widget class="Gtk.ComboBox" id="searchLocationComboBox" undoId="789"> > <property name="MemberName" /> > <property name="IsTextCombo">False</property> > <property name="Items" translatable="yes" /> >@@ -3697,15 +3698,15 @@ > </child> > </widget> > </child> >- <child internal-child="ActionArea"> >- <widget class="Gtk.HButtonBox" id="dialog-action_area2"> >+ <child internal-child="ActionArea" undoId="ActionArea"> >+ <widget class="Gtk.HButtonBox" id="dialog-action_area2" undoId="750"> > <property name="MemberName" /> > <property name="Spacing">10</property> > <property name="BorderWidth">5</property> > <property name="Size">5</property> > <property name="LayoutStyle">End</property> >- <child> >- <widget class="Gtk.Button" id="closeButton"> >+ <child undoId="805"> >+ <widget class="Gtk.Button" id="closeButton" undoId="804"> > <property name="MemberName" /> > <property name="UseStock">True</property> > <property name="Type">StockItem</property> >@@ -3714,8 +3715,8 @@ > <property name="label">gtk-close</property> > </widget> > </child> >- <child> >- <widget class="Gtk.Button" id="markAllButton"> >+ <child undoId="807"> >+ <widget class="Gtk.Button" id="markAllButton" undoId="806"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="Type">TextOnly</property> >@@ -3729,8 +3730,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="replaceAllButton"> >+ <child undoId="813"> >+ <widget class="Gtk.Button" id="replaceAllButton" undoId="808"> > <property name="MemberName" /> > <property name="Type">TextAndIcon</property> > <property name="Icon">stock:gtk-find-and-replace Button</property> >@@ -3742,8 +3743,8 @@ > <property name="Position">2</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="replaceButton"> >+ <child undoId="819"> >+ <widget class="Gtk.Button" id="replaceButton" undoId="814"> > <property name="MemberName" /> > <property name="Type">TextAndIcon</property> > <property name="Icon">stock:gtk-find-and-replace Button</property> >@@ -3755,8 +3756,8 @@ > <property name="Position">3</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="findButton"> >+ <child undoId="821"> >+ <widget class="Gtk.Button" id="findButton" undoId="820"> > <property name="MemberName" /> > <property name="CanDefault">True</property> > <property name="HasDefault">True</property> >@@ -3773,7 +3774,7 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.ReplaceInFilesDialog" design-size="518 397"> >+ <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.ReplaceInFilesDialog" undoId="823" design-size="518 397"> > <property name="MemberName" /> > <property name="GeneratePublic">False</property> > <property name="Title">Replace in Files</property> >@@ -3782,28 +3783,28 @@ > <property name="DestroyWithParent">True</property> > <property name="Buttons">4</property> > <property name="HelpButton">False</property> >- <child internal-child="VBox"> >- <widget class="Gtk.VBox" id="dialog-vbox2"> >+ <child internal-child="VBox" undoId="VBox"> >+ <widget class="Gtk.VBox" id="dialog-vbox2" undoId="824"> > <property name="MemberName" /> > <property name="Spacing">6</property> > <property name="BorderWidth">2</property> >- <child> >- <widget class="Gtk.VBox" id="vbox15"> >+ <child undoId="878"> >+ <widget class="Gtk.VBox" id="vbox15" undoId="834"> > <property name="MemberName" /> > <property name="Spacing">6</property> > <property name="BorderWidth">6</property> >- <child> >- <widget class="Gtk.Table" id="table2"> >+ <child undoId="859"> >+ <widget class="Gtk.Table" id="table2" undoId="835"> > <property name="MemberName" /> > <property name="NRows">4</property> > <property name="NColumns">3</property> > <property name="RowSpacing">6</property> > <property name="ColumnSpacing">6</property> >- <child> >+ <child undoId="858"> > <placeholder /> > </child> >- <child> >- <widget class="Gtk.Button" id="browseButton"> >+ <child undoId="837"> >+ <widget class="Gtk.Button" id="browseButton" undoId="836"> > <property name="MemberName" /> > <property name="Type">TextOnly</property> > <property name="Label">...</property> >@@ -3825,8 +3826,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Entry" id="directoryTextBox"> >+ <child undoId="839"> >+ <widget class="Gtk.Entry" id="directoryTextBox" undoId="838"> > <property name="MemberName" /> > <property name="IsEditable">True</property> > <property name="ActivatesDefault">True</property> >@@ -3848,8 +3849,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Entry" id="fileMaskTextBox"> >+ <child undoId="841"> >+ <widget class="Gtk.Entry" id="fileMaskTextBox" undoId="840"> > <property name="MemberName" /> > <property name="IsEditable">True</property> > <property name="ActivatesDefault">True</property> >@@ -3871,8 +3872,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="findHelpButton"> >+ <child undoId="843"> >+ <widget class="Gtk.Button" id="findHelpButton" undoId="842"> > <property name="MemberName" /> > <property name="Type">TextOnly</property> > <property name="Label">></property> >@@ -3892,8 +3893,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="label1"> >+ <child undoId="845"> >+ <widget class="Gtk.Label" id="label1" undoId="844"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes">Find:</property> >@@ -3910,8 +3911,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="label6"> >+ <child undoId="847"> >+ <widget class="Gtk.Label" id="label6" undoId="846"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes">Filemask:</property> >@@ -3930,8 +3931,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="label7"> >+ <child undoId="849"> >+ <widget class="Gtk.Label" id="label7" undoId="848"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes">Directory:</property> >@@ -3950,8 +3951,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="labelReplace"> >+ <child undoId="851"> >+ <widget class="Gtk.Label" id="labelReplace" undoId="850"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes">Replace:</property> >@@ -3970,8 +3971,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="replaceHelpButton"> >+ <child undoId="853"> >+ <widget class="Gtk.Button" id="replaceHelpButton" undoId="852"> > <property name="MemberName" /> > <property name="Type">TextOnly</property> > <property name="Label">></property> >@@ -3993,8 +3994,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ComboBoxEntry" id="replacePatternEntry"> >+ <child undoId="855"> >+ <widget class="Gtk.ComboBoxEntry" id="replacePatternEntry" undoId="854"> > <property name="MemberName" /> > <property name="IsTextCombo">False</property> > <property name="Items" translatable="yes" /> >@@ -4014,8 +4015,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ComboBoxEntry" id="searchPatternEntry"> >+ <child undoId="857"> >+ <widget class="Gtk.ComboBoxEntry" id="searchPatternEntry" undoId="856"> > <property name="MemberName" /> > <property name="IsTextCombo">False</property> > <property name="Items" translatable="yes" /> >@@ -4041,8 +4042,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.CheckButton" id="includeSubdirectoriesCheckBox"> >+ <child undoId="861"> >+ <widget class="Gtk.CheckButton" id="includeSubdirectoriesCheckBox" undoId="860"> > <property name="MemberName" /> > <property name="Label" translatable="yes">Recurse subdirectories</property> > <property name="DrawIndicator">True</property> >@@ -4056,8 +4057,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.CheckButton" id="ignoreCaseCheckBox"> >+ <child undoId="863"> >+ <widget class="Gtk.CheckButton" id="ignoreCaseCheckBox" undoId="862"> > <property name="MemberName" /> > <property name="Label" translatable="yes">Case sensitive</property> > <property name="DrawIndicator">True</property> >@@ -4070,8 +4071,8 @@ > <property name="Expand">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.CheckButton" id="searchWholeWordOnlyCheckBox"> >+ <child undoId="865"> >+ <widget class="Gtk.CheckButton" id="searchWholeWordOnlyCheckBox" undoId="864"> > <property name="MemberName" /> > <property name="Label" translatable="yes">Whole word only</property> > <property name="DrawIndicator">True</property> >@@ -4084,12 +4085,12 @@ > <property name="Expand">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox16"> >+ <child undoId="871"> >+ <widget class="Gtk.HBox" id="hbox16" undoId="866"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.CheckButton" id="useSpecialSearchStrategyCheckBox"> >+ <child undoId="868"> >+ <widget class="Gtk.CheckButton" id="useSpecialSearchStrategyCheckBox" undoId="867"> > <property name="MemberName" /> > <property name="Label" translatable="yes">Use special search strategy:</property> > <property name="DrawIndicator">True</property> >@@ -4102,8 +4103,8 @@ > <property name="Expand">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ComboBox" id="specialSearchStrategyComboBox"> >+ <child undoId="870"> >+ <widget class="Gtk.ComboBox" id="specialSearchStrategyComboBox" undoId="869"> > <property name="MemberName" /> > <property name="IsTextCombo">False</property> > <property name="Items" translatable="yes" /> >@@ -4121,12 +4122,12 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox17"> >+ <child undoId="877"> >+ <widget class="Gtk.HBox" id="hbox17" undoId="872"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="searchLocationLabel"> >+ <child undoId="874"> >+ <widget class="Gtk.Label" id="searchLocationLabel" undoId="873"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes">Search in:</property> >@@ -4137,8 +4138,8 @@ > <property name="Expand">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ComboBox" id="searchLocationComboBox"> >+ <child undoId="876"> >+ <widget class="Gtk.ComboBox" id="searchLocationComboBox" undoId="875"> > <property name="MemberName" /> > <property name="IsTextCombo">False</property> > <property name="Items" translatable="yes" /> >@@ -4165,15 +4166,15 @@ > </child> > </widget> > </child> >- <child internal-child="ActionArea"> >- <widget class="Gtk.HButtonBox" id="dialog-action_area2"> >+ <child internal-child="ActionArea" undoId="ActionArea"> >+ <widget class="Gtk.HButtonBox" id="dialog-action_area2" undoId="825"> > <property name="MemberName" /> > <property name="Spacing">10</property> > <property name="BorderWidth">5</property> > <property name="Size">4</property> > <property name="LayoutStyle">End</property> >- <child> >- <widget class="Gtk.Button" id="stopButton"> >+ <child undoId="889"> >+ <widget class="Gtk.Button" id="stopButton" undoId="888"> > <property name="MemberName" /> > <property name="UseStock">True</property> > <property name="Type">StockItem</property> >@@ -4182,8 +4183,8 @@ > <property name="label">gtk-stop</property> > </widget> > </child> >- <child> >- <widget class="Gtk.Button" id="closeButton"> >+ <child undoId="891"> >+ <widget class="Gtk.Button" id="closeButton" undoId="890"> > <property name="MemberName" /> > <property name="UseStock">True</property> > <property name="Type">StockItem</property> >@@ -4195,8 +4196,8 @@ > <property name="Position">1</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="replaceAllButton"> >+ <child undoId="897"> >+ <widget class="Gtk.Button" id="replaceAllButton" undoId="892"> > <property name="MemberName" /> > <property name="Type">TextAndIcon</property> > <property name="Icon">stock:gtk-find-and-replace Button</property> >@@ -4208,8 +4209,8 @@ > <property name="Position">2</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="findButton"> >+ <child undoId="899"> >+ <widget class="Gtk.Button" id="findButton" undoId="898"> > <property name="MemberName" /> > <property name="CanDefault">True</property> > <property name="HasDefault">True</property> >@@ -4226,15 +4227,15 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Bin" id="MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget" design-size="408 100"> >+ <widget class="Gtk.Bin" id="MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget" undoId="901" design-size="408 100"> > <property name="MemberName" /> > <property name="GeneratePublic">False</property> >- <child> >- <widget class="Gtk.VBox" id="vbox72"> >+ <child undoId="922"> >+ <widget class="Gtk.VBox" id="vbox72" undoId="902"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.CheckButton" id="lookCheck"> >+ <child undoId="904"> >+ <widget class="Gtk.CheckButton" id="lookCheck" undoId="903"> > <property name="MemberName" /> > <property name="Label" translatable="yes">Look for add-in updates at startup, with the following periodicity:</property> > <property name="DrawIndicator">True</property> >@@ -4249,12 +4250,12 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox46"> >+ <child undoId="914"> >+ <widget class="Gtk.HBox" id="hbox46" undoId="905"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="label104"> >+ <child undoId="907"> >+ <widget class="Gtk.Label" id="label104" undoId="906"> > <property name="MemberName" /> > <property name="WidthRequest">24</property> > <property name="Xalign">0</property> >@@ -4268,8 +4269,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="label105"> >+ <child undoId="909"> >+ <widget class="Gtk.Label" id="label105" undoId="908"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes">Every</property> >@@ -4281,8 +4282,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.SpinButton" id="valueSpin"> >+ <child undoId="911"> >+ <widget class="Gtk.SpinButton" id="valueSpin" undoId="910"> > <property name="MemberName" /> > <property name="Upper">100</property> > <property name="PageIncrement">10</property> >@@ -4299,8 +4300,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ComboBox" id="periodCombo"> >+ <child undoId="913"> >+ <widget class="Gtk.ComboBox" id="periodCombo" undoId="912"> > <property name="MemberName" /> > <property name="IsTextCombo">True</property> > <property name="Items" translatable="yes">Days >@@ -4322,8 +4323,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HSeparator" id="hseparator1"> >+ <child undoId="916"> >+ <widget class="Gtk.HSeparator" id="hseparator1" undoId="915"> > <property name="MemberName" /> > </widget> > <packing> >@@ -4333,11 +4334,11 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox47"> >+ <child undoId="921"> >+ <widget class="Gtk.HBox" id="hbox47" undoId="917"> > <property name="MemberName" /> >- <child> >- <widget class="Gtk.Button" id="managerButton"> >+ <child undoId="919"> >+ <widget class="Gtk.Button" id="managerButton" undoId="918"> > <property name="MemberName" /> > <property name="Type">TextOnly</property> > <property name="Label" translatable="yes">Add-in Manager...</property> >@@ -4351,7 +4352,7 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >+ <child undoId="920"> > <placeholder /> > </child> > </widget> >@@ -4365,21 +4366,21 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Bin" id="MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget"> >+ <widget class="Gtk.Bin" id="MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget" undoId="923"> > <property name="MemberName" /> >- <child> >- <widget class="Gtk.VBox" id="vbox6"> >+ <child undoId="985"> >+ <widget class="Gtk.VBox" id="vbox6" undoId="924"> > <property name="MemberName" /> > <property name="Spacing">12</property> >- <child> >- <widget class="Gtk.HBox" id="hbox2"> >+ <child undoId="961"> >+ <widget class="Gtk.HBox" id="hbox2" undoId="925"> > <property name="MemberName" /> > <property name="Spacing">8</property> >- <child> >- <widget class="Gtk.VBox" id="vbox7"> >+ <child undoId="933"> >+ <widget class="Gtk.VBox" id="vbox7" undoId="926"> > <property name="MemberName" /> >- <child> >- <widget class="Gtk.Label" id="labelTokens"> >+ <child undoId="928"> >+ <widget class="Gtk.Label" id="labelTokens" undoId="927"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -4393,13 +4394,13 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ScrolledWindow" id="scrolledwindow3"> >+ <child undoId="932"> >+ <widget class="Gtk.ScrolledWindow" id="scrolledwindow3" undoId="929"> > <property name="MemberName" /> > <property name="WidthRequest">200</property> > <property name="ShadowType">In</property> >- <child> >- <widget class="Gtk.TreeView" id="tokensTreeView"> >+ <child undoId="931"> >+ <widget class="Gtk.TreeView" id="tokensTreeView" undoId="930"> > <property name="MemberName" /> > <property name="HeadersVisible">False</property> > <property name="HeadersClickable">True</property> >@@ -4417,16 +4418,16 @@ > <property name="AutoSize">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.VBox" id="vbox14"> >+ <child undoId="960"> >+ <widget class="Gtk.VBox" id="vbox14" undoId="934"> > <property name="MemberName" /> > <property name="Spacing">4</property> >- <child> >- <widget class="Gtk.VBox" id="vboxPriority"> >+ <child undoId="943"> >+ <widget class="Gtk.VBox" id="vboxPriority" undoId="935"> > <property name="MemberName" /> > <property name="Spacing">4</property> >- <child> >- <widget class="Gtk.Label" id="label112"> >+ <child undoId="937"> >+ <widget class="Gtk.Label" id="label112" undoId="936"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes">_Name:</property> >@@ -4440,8 +4441,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Entry" id="entryToken"> >+ <child undoId="939"> >+ <widget class="Gtk.Entry" id="entryToken" undoId="938"> > <property name="MemberName" /> > <property name="IsEditable">True</property> > <property name="MaxLength">50</property> >@@ -4454,8 +4455,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="label113"> >+ <child undoId="941"> >+ <widget class="Gtk.Label" id="label113" undoId="940"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes">Priority:</property> >@@ -4467,7 +4468,7 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >+ <child undoId="942"> > <placeholder /> > </child> > </widget> >@@ -4478,14 +4479,14 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HButtonBox" id="hbuttonbox2"> >+ <child undoId="957"> >+ <widget class="Gtk.HButtonBox" id="hbuttonbox2" undoId="944"> > <property name="MemberName" /> > <property name="Spacing">6</property> > <property name="Size">3</property> > <property name="LayoutStyle">End</property> >- <child> >- <widget class="Gtk.Button" id="buttonChange"> >+ <child undoId="952"> >+ <widget class="Gtk.Button" id="buttonChange" undoId="951"> > <property name="MemberName" /> > <property name="UseStock">True</property> > <property name="Type">StockItem</property> >@@ -4493,8 +4494,8 @@ > <property name="label">gtk-edit</property> > </widget> > </child> >- <child> >- <widget class="Gtk.Button" id="buttonRemove"> >+ <child undoId="954"> >+ <widget class="Gtk.Button" id="buttonRemove" undoId="953"> > <property name="MemberName" /> > <property name="UseStock">True</property> > <property name="Type">StockItem</property> >@@ -4505,8 +4506,8 @@ > <property name="Position">1</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="buttonAdd"> >+ <child undoId="956"> >+ <widget class="Gtk.Button" id="buttonAdd" undoId="955"> > <property name="MemberName" /> > <property name="UseStock">True</property> > <property name="Type">StockItem</property> >@@ -4524,8 +4525,8 @@ > <property name="Expand">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="label"> >+ <child undoId="959"> >+ <widget class="Gtk.Label" id="label" undoId="958"> > <property name="MemberName" /> > <property name="Ypad">12</property> > <property name="Yalign">0</property> >@@ -4553,8 +4554,8 @@ > <property name="AutoSize">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HSeparator" id="hseparator2"> >+ <child undoId="963"> >+ <widget class="Gtk.HSeparator" id="hseparator2" undoId="962"> > <property name="MemberName" /> > </widget> > <packing> >@@ -4563,25 +4564,25 @@ > <property name="Expand">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Frame" id="frame1"> >+ <child undoId="984"> >+ <widget class="Gtk.Frame" id="frame1" undoId="964"> > <property name="MemberName" /> > <property name="ShadowType">None</property> > <property name="LabelXalign">0</property> >- <child> >- <widget class="Gtk.Alignment" id="alignment1"> >+ <child undoId="980"> >+ <widget class="Gtk.Alignment" id="alignment1" undoId="965"> > <property name="MemberName" /> > <property name="LeftPadding">12</property> > <property name="TopPadding">4</property> >- <child> >- <widget class="Gtk.Table" id="table6"> >+ <child undoId="979"> >+ <widget class="Gtk.Table" id="table6" undoId="966"> > <property name="MemberName" /> > <property name="NRows">3</property> > <property name="NColumns">2</property> > <property name="RowSpacing">4</property> > <property name="ColumnSpacing">6</property> >- <child> >- <widget class="Gtk.ColorButton" id="colorbuttonHighPrio"> >+ <child undoId="968"> >+ <widget class="Gtk.ColorButton" id="colorbuttonHighPrio" undoId="967"> > <property name="MemberName" /> > <property name="Alpha">-1</property> > </widget> >@@ -4599,8 +4600,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ColorButton" id="colorbuttonLowPrio"> >+ <child undoId="970"> >+ <widget class="Gtk.ColorButton" id="colorbuttonLowPrio" undoId="969"> > <property name="MemberName" /> > <property name="Alpha">-1</property> > </widget> >@@ -4620,8 +4621,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ColorButton" id="colorbuttonNormalPrio"> >+ <child undoId="972"> >+ <widget class="Gtk.ColorButton" id="colorbuttonNormalPrio" undoId="971"> > <property name="MemberName" /> > <property name="Alpha">-1</property> > </widget> >@@ -4641,8 +4642,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="label10"> >+ <child undoId="974"> >+ <widget class="Gtk.Label" id="label10" undoId="973"> > <property name="MemberName" /> > <property name="Xalign">1</property> > <property name="LabelProp" translatable="yes">High</property> >@@ -4659,8 +4660,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="label11"> >+ <child undoId="976"> >+ <widget class="Gtk.Label" id="label11" undoId="975"> > <property name="MemberName" /> > <property name="Xalign">1</property> > <property name="LabelProp" translatable="yes">Normal</property> >@@ -4679,8 +4680,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="label12"> >+ <child undoId="978"> >+ <widget class="Gtk.Label" id="label12" undoId="977"> > <property name="MemberName" /> > <property name="Xalign">1</property> > <property name="LabelProp" translatable="yes">Low</property> >@@ -4704,8 +4705,8 @@ > </child> > </widget> > </child> >- <child> >- <widget class="Gtk.Label" id="label9"> >+ <child undoId="983"> >+ <widget class="Gtk.Label" id="label9" undoId="982"> > <property name="MemberName" /> > <property name="LabelProp" translatable="yes"><b>Task Priorities Foreground Colors</b></property> > <property name="UseMarkup">True</property> >@@ -4726,7 +4727,7 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Dialog" id="MonoDevelop.Ide.SelectEncodingsDialog" design-size="595 465"> >+ <widget class="Gtk.Dialog" id="MonoDevelop.Ide.SelectEncodingsDialog" undoId="986" design-size="595 465"> > <property name="MemberName" /> > <property name="GeneratePublic">False</property> > <property name="Title">Select Text Encodings</property> >@@ -4738,26 +4739,26 @@ > <property name="Buttons">2</property> > <property name="HelpButton">False</property> > <signal name="Response" handler="OnRespond" /> >- <child internal-child="VBox"> >- <widget class="Gtk.VBox" id="dialog-vbox5"> >+ <child internal-child="VBox" undoId="VBox"> >+ <widget class="Gtk.VBox" id="dialog-vbox5" undoId="987"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Table" id="table5"> >+ <child undoId="1036"> >+ <widget class="Gtk.Table" id="table5" undoId="993"> > <property name="MemberName" /> > <property name="NRows">2</property> > <property name="NColumns">4</property> > <property name="RowSpacing">6</property> > <property name="ColumnSpacing">12</property> > <property name="BorderWidth">6</property> >- <child> >+ <child undoId="1035"> > <placeholder /> > </child> >- <child> >+ <child undoId="1034"> > <placeholder /> > </child> >- <child> >- <widget class="Gtk.Label" id="label106"> >+ <child undoId="995"> >+ <widget class="Gtk.Label" id="label106" undoId="994"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -4776,8 +4777,8 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="label107"> >+ <child undoId="997"> >+ <widget class="Gtk.Label" id="label107" undoId="996"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -4798,12 +4799,12 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ScrolledWindow" id="scrolledwindow10"> >+ <child undoId="1001"> >+ <widget class="Gtk.ScrolledWindow" id="scrolledwindow10" undoId="998"> > <property name="MemberName" /> > <property name="ShadowType">In</property> >- <child> >- <widget class="Gtk.TreeView" id="listAvail"> >+ <child undoId="1000"> >+ <widget class="Gtk.TreeView" id="listAvail" undoId="999"> > <property name="MemberName" /> > <property name="HeadersClickable">True</property> > </widget> >@@ -4821,12 +4822,12 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ScrolledWindow" id="scrolledwindow11"> >+ <child undoId="1005"> >+ <widget class="Gtk.ScrolledWindow" id="scrolledwindow11" undoId="1002"> > <property name="MemberName" /> > <property name="ShadowType">In</property> >- <child> >- <widget class="Gtk.TreeView" id="listSelected"> >+ <child undoId="1004"> >+ <widget class="Gtk.TreeView" id="listSelected" undoId="1003"> > <property name="MemberName" /> > <property name="HeadersClickable">True</property> > </widget> >@@ -4846,12 +4847,12 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.VBox" id="vbox74"> >+ <child undoId="1023"> >+ <widget class="Gtk.VBox" id="vbox74" undoId="1006"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="label108"> >+ <child undoId="1008"> >+ <widget class="Gtk.Label" id="label108" undoId="1007"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -4862,8 +4863,8 @@ > <property name="AutoSize">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="btnAdd"> >+ <child undoId="1014"> >+ <widget class="Gtk.Button" id="btnAdd" undoId="1009"> > <property name="MemberName" /> > <property name="Type">TextAndIcon</property> > <property name="Icon">stock:gtk-go-forward Button</property> >@@ -4878,8 +4879,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="btnRemove"> >+ <child undoId="1020"> >+ <widget class="Gtk.Button" id="btnRemove" undoId="1015"> > <property name="MemberName" /> > <property name="Type">TextAndIcon</property> > <property name="Icon">stock:gtk-go-back SmallToolbar</property> >@@ -4892,8 +4893,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="label109"> >+ <child undoId="1022"> >+ <widget class="Gtk.Label" id="label109" undoId="1021"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -4921,17 +4922,17 @@ > <property name="YShrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.VBox" id="vbox75"> >+ <child undoId="1033"> >+ <widget class="Gtk.VBox" id="vbox75" undoId="1024"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Button" id="btnUp"> >+ <child undoId="1028"> >+ <widget class="Gtk.Button" id="btnUp" undoId="1025"> > <property name="MemberName" /> > <property name="Type">Custom</property> > <signal name="Clicked" handler="OnUpClicked" /> >- <child> >- <widget class="Gtk.Image" id="image9"> >+ <child undoId="1027"> >+ <widget class="Gtk.Image" id="image9" undoId="1026"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -4946,13 +4947,13 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="btnDown"> >+ <child undoId="1032"> >+ <widget class="Gtk.Button" id="btnDown" undoId="1029"> > <property name="MemberName" /> > <property name="Type">Custom</property> > <signal name="Clicked" handler="OnDownClicked" /> >- <child> >- <widget class="Gtk.Image" id="image10"> >+ <child undoId="1031"> >+ <widget class="Gtk.Image" id="image10" undoId="1030"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -4992,15 +4993,15 @@ > </child> > </widget> > </child> >- <child internal-child="ActionArea"> >- <widget class="Gtk.HButtonBox" id="dialog-action_area5"> >+ <child internal-child="ActionArea" undoId="ActionArea"> >+ <widget class="Gtk.HButtonBox" id="dialog-action_area5" undoId="988"> > <property name="MemberName" /> > <property name="Spacing">10</property> > <property name="BorderWidth">6</property> > <property name="Size">2</property> > <property name="LayoutStyle">End</property> >- <child> >- <widget class="Gtk.Button" id="cancelbutton1"> >+ <child undoId="1043"> >+ <widget class="Gtk.Button" id="cancelbutton1" undoId="1042"> > <property name="MemberName" /> > <property name="UseStock">True</property> > <property name="Type">StockItem</property> >@@ -5009,8 +5010,8 @@ > <property name="label">gtk-cancel</property> > </widget> > </child> >- <child> >- <widget class="Gtk.Button" id="okbutton1"> >+ <child undoId="1045"> >+ <widget class="Gtk.Button" id="okbutton1" undoId="1044"> > <property name="MemberName" /> > <property name="UseStock">True</property> > <property name="Type">StockItem</property> >@@ -5025,7 +5026,7 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog" design-size="646 547"> >+ <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog" undoId="1047" design-size="646 547"> > <property name="MemberName" /> > <property name="WidthRequest">640</property> > <property name="HeightRequest">520</property> >@@ -5039,25 +5040,25 @@ > <property name="DestroyWithParent">True</property> > <property name="Buttons">2</property> > <property name="HelpButton">False</property> >- <child internal-child="VBox"> >- <widget class="Gtk.VBox" id="dialog-vbox2"> >+ <child internal-child="VBox" undoId="VBox"> >+ <widget class="Gtk.VBox" id="dialog-vbox2" undoId="1048"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.VBox" id="vbox5"> >+ <child undoId="1079"> >+ <widget class="Gtk.VBox" id="vbox5" undoId="1054"> > <property name="MemberName" /> > <property name="Spacing">12</property> > <property name="BorderWidth">6</property> >- <child> >- <widget class="Gtk.VPaned" id="vpaned1"> >+ <child undoId="1078"> >+ <widget class="Gtk.VPaned" id="vpaned1" undoId="1055"> > <property name="MemberName" /> > <property name="Position">256</property> >- <child> >- <widget class="Gtk.Notebook" id="mainBook"> >+ <child undoId="1061"> >+ <widget class="Gtk.Notebook" id="mainBook" undoId="1056"> > <property name="MemberName" /> > <property name="CurrentPage">0</property> >- <child> >- <widget class="Gtk.Label" id="label7"> >+ <child undoId="1058"> >+ <widget class="Gtk.Label" id="label7" undoId="1057"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -5067,8 +5068,8 @@ > <property name="TabExpand">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="label6"> >+ <child undoId="1060"> >+ <widget class="Gtk.Label" id="label6" undoId="1059"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -5084,12 +5085,12 @@ > <property name="Shrink">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.VBox" id="vbox76"> >+ <child undoId="1077"> >+ <widget class="Gtk.VBox" id="vbox76" undoId="1062"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="label114"> >+ <child undoId="1064"> >+ <widget class="Gtk.Label" id="label114" undoId="1063"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes">Selected references:</property> >@@ -5101,17 +5102,17 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox4"> >+ <child undoId="1076"> >+ <widget class="Gtk.HBox" id="hbox4" undoId="1065"> > <property name="MemberName" /> > <property name="HeightRequest">150</property> > <property name="Spacing">12</property> >- <child> >- <widget class="Gtk.ScrolledWindow" id="scrolledwindow2"> >+ <child undoId="1069"> >+ <widget class="Gtk.ScrolledWindow" id="scrolledwindow2" undoId="1066"> > <property name="MemberName" /> > <property name="ShadowType">In</property> >- <child> >- <widget class="Gtk.TreeView" id="ReferencesTreeView"> >+ <child undoId="1068"> >+ <widget class="Gtk.TreeView" id="ReferencesTreeView" undoId="1067"> > <property name="MemberName" /> > <property name="HeadersClickable">True</property> > </widget> >@@ -5122,17 +5123,17 @@ > <property name="AutoSize">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.VBox" id="vbox70"> >+ <child undoId="1075"> >+ <widget class="Gtk.VBox" id="vbox70" undoId="1070"> > <property name="MemberName" /> >- <child> >- <widget class="Gtk.Button" id="RemoveReferenceButton"> >+ <child undoId="1074"> >+ <widget class="Gtk.Button" id="RemoveReferenceButton" undoId="1071"> > <property name="MemberName" /> > <property name="Tooltip">Remove</property> > <property name="Type">Custom</property> > <signal name="Clicked" handler="RemoveReference" /> >- <child> >- <widget class="Gtk.Image" id="but"> >+ <child undoId="1073"> >+ <widget class="Gtk.Image" id="but" undoId="1072"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -5180,15 +5181,15 @@ > </child> > </widget> > </child> >- <child internal-child="ActionArea"> >- <widget class="Gtk.HButtonBox" id="dialog-action_area2"> >+ <child internal-child="ActionArea" undoId="ActionArea"> >+ <widget class="Gtk.HButtonBox" id="dialog-action_area2" undoId="1049"> > <property name="MemberName" /> > <property name="Spacing">10</property> > <property name="BorderWidth">5</property> > <property name="Size">2</property> > <property name="LayoutStyle">End</property> >- <child> >- <widget class="Gtk.Button" id="cancelbutton"> >+ <child undoId="1086"> >+ <widget class="Gtk.Button" id="cancelbutton" undoId="1085"> > <property name="MemberName" /> > <property name="UseStock">True</property> > <property name="Type">StockItem</property> >@@ -5197,8 +5198,8 @@ > <property name="label">gtk-cancel</property> > </widget> > </child> >- <child> >- <widget class="Gtk.Button" id="okbutton"> >+ <child undoId="1088"> >+ <widget class="Gtk.Button" id="okbutton" undoId="1087"> > <property name="MemberName" /> > <property name="UseStock">True</property> > <property name="Type">StockItem</property> >@@ -5213,7 +5214,7 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.IncludeFilesDialog" design-size="475 489"> >+ <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.IncludeFilesDialog" undoId="1090" design-size="475 489"> > <property name="MemberName" /> > <property name="GeneratePublic">False</property> > <property name="Title">Include Found Files</property> >@@ -5223,17 +5224,17 @@ > <property name="DestroyWithParent">True</property> > <property name="Buttons">2</property> > <property name="HelpButton">False</property> >- <child internal-child="VBox"> >- <widget class="Gtk.VBox" id="dialog-vbox3"> >+ <child internal-child="VBox" undoId="VBox"> >+ <widget class="Gtk.VBox" id="dialog-vbox3" undoId="1091"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.VBox" id="vbox62"> >+ <child undoId="1130"> >+ <widget class="Gtk.VBox" id="vbox62" undoId="1097"> > <property name="MemberName" /> > <property name="Spacing">6</property> > <property name="BorderWidth">6</property> >- <child> >- <widget class="Gtk.Label" id="newFilesInProjectLabel"> >+ <child undoId="1099"> >+ <widget class="Gtk.Label" id="newFilesInProjectLabel" undoId="1098"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -5247,16 +5248,16 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ScrolledWindow" id="scrolledwindow9"> >+ <child undoId="1103"> >+ <widget class="Gtk.ScrolledWindow" id="scrolledwindow9" undoId="1100"> > <property name="MemberName" /> > <property name="WidthRequest">100</property> > <property name="HeightRequest">100</property> > <property name="VscrollbarPolicy">Automatic</property> > <property name="HscrollbarPolicy">Automatic</property> > <property name="ShadowType">In</property> >- <child> >- <widget class="Gtk.TreeView" id="IncludeFileListView"> >+ <child undoId="1102"> >+ <widget class="Gtk.TreeView" id="IncludeFileListView" undoId="1101"> > <property name="MemberName" /> > <property name="HeadersVisible">False</property> > <property name="RulesHint">True</property> >@@ -5269,15 +5270,15 @@ > <property name="AutoSize">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox41"> >+ <child undoId="1129"> >+ <widget class="Gtk.HBox" id="hbox41" undoId="1104"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.VBox" id="vbox63"> >+ <child undoId="1118"> >+ <widget class="Gtk.VBox" id="vbox63" undoId="1105"> > <property name="MemberName" /> >- <child> >- <widget class="Gtk.Label" id="viewLabel"> >+ <child undoId="1107"> >+ <widget class="Gtk.Label" id="viewLabel" undoId="1106"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" translatable="yes">View:</property> >@@ -5288,11 +5289,11 @@ > <property name="AutoSize">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox42"> >+ <child undoId="1117"> >+ <widget class="Gtk.HBox" id="hbox42" undoId="1108"> > <property name="MemberName" /> >- <child> >- <widget class="Gtk.Label" id="labelSpacer1"> >+ <child undoId="1110"> >+ <widget class="Gtk.Label" id="labelSpacer1" undoId="1109"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -5305,11 +5306,11 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.VBox" id="vbox64"> >+ <child undoId="1116"> >+ <widget class="Gtk.VBox" id="vbox64" undoId="1111"> > <property name="MemberName" /> >- <child> >- <widget class="Gtk.RadioButton" id="newFilesOnlyRadioButton"> >+ <child undoId="1113"> >+ <widget class="Gtk.RadioButton" id="newFilesOnlyRadioButton" undoId="1112"> > <property name="MemberName" /> > <property name="Label" translatable="yes">New Files Only</property> > <property name="Active">True</property> >@@ -5323,8 +5324,8 @@ > <property name="AutoSize">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.RadioButton" id="allFilesRadioButton"> >+ <child undoId="1115"> >+ <widget class="Gtk.RadioButton" id="allFilesRadioButton" undoId="1114"> > <property name="MemberName" /> > <property name="Label" translatable="yes">All Files</property> > <property name="DrawIndicator">True</property> >@@ -5355,21 +5356,21 @@ > <property name="AutoSize">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.VButtonBox" id="vbuttonbox2"> >+ <child undoId="1128"> >+ <widget class="Gtk.VButtonBox" id="vbuttonbox2" undoId="1119"> > <property name="MemberName" /> > <property name="Spacing">6</property> > <property name="Size">2</property> >- <child> >- <widget class="Gtk.Button" id="selectAllButton"> >+ <child undoId="1125"> >+ <widget class="Gtk.Button" id="selectAllButton" undoId="1124"> > <property name="MemberName" /> > <property name="Type">TextOnly</property> > <property name="Label" translatable="yes">Select _All</property> > <property name="UseUnderline">True</property> > </widget> > </child> >- <child> >- <widget class="Gtk.Button" id="deselectAllButton"> >+ <child undoId="1127"> >+ <widget class="Gtk.Button" id="deselectAllButton" undoId="1126"> > <property name="MemberName" /> > <property name="UseStock">True</property> > <property name="Type">StockItem</property> >@@ -5403,15 +5404,15 @@ > </child> > </widget> > </child> >- <child internal-child="ActionArea"> >- <widget class="Gtk.HButtonBox" id="dialog-action_area3"> >+ <child internal-child="ActionArea" undoId="ActionArea"> >+ <widget class="Gtk.HButtonBox" id="dialog-action_area3" undoId="1092"> > <property name="MemberName" /> > <property name="Spacing">10</property> > <property name="BorderWidth">5</property> > <property name="Size">2</property> > <property name="LayoutStyle">End</property> >- <child> >- <widget class="Gtk.Button" id="cancelbutton"> >+ <child undoId="1137"> >+ <widget class="Gtk.Button" id="cancelbutton" undoId="1136"> > <property name="MemberName" /> > <property name="UseStock">True</property> > <property name="Type">StockItem</property> >@@ -5420,8 +5421,8 @@ > <property name="label">gtk-cancel</property> > </widget> > </child> >- <child> >- <widget class="Gtk.Button" id="okbutton"> >+ <child undoId="1139"> >+ <widget class="Gtk.Button" id="okbutton" undoId="1138"> > <property name="MemberName" /> > <property name="CanDefault">True</property> > <property name="HasDefault">True</property> >@@ -5438,7 +5439,7 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog" design-size="573 394"> >+ <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog" undoId="1141" design-size="573 394"> > <property name="MemberName" /> > <property name="GeneratePublic">False</property> > <property name="Title">MonoDevelop</property> >@@ -5447,18 +5448,18 @@ > <property name="DefaultHeight">350</property> > <property name="Buttons">3</property> > <property name="HelpButton">False</property> >- <child internal-child="VBox"> >- <widget class="Gtk.VBox" id="dialog-vbox1"> >+ <child internal-child="VBox" undoId="VBox"> >+ <widget class="Gtk.VBox" id="dialog-vbox1" undoId="1142"> > <property name="MemberName" /> > <property name="Spacing">6</property> > <property name="BorderWidth">2</property> >- <child> >- <widget class="Gtk.HBox" id="hbox1"> >+ <child undoId="1167"> >+ <widget class="Gtk.HBox" id="hbox1" undoId="1150"> > <property name="MemberName" /> > <property name="Spacing">12</property> > <property name="BorderWidth">6</property> >- <child> >- <widget class="Gtk.Image" id="image1"> >+ <child undoId="1152"> >+ <widget class="Gtk.Image" id="image1" undoId="1151"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -5471,12 +5472,12 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.VBox" id="vbox4"> >+ <child undoId="1166"> >+ <widget class="Gtk.VBox" id="vbox4" undoId="1153"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="label4"> >+ <child undoId="1155"> >+ <widget class="Gtk.Label" id="label4" undoId="1154"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >@@ -5489,12 +5490,12 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ScrolledWindow" id="scrolledwindow1"> >+ <child undoId="1159"> >+ <widget class="Gtk.ScrolledWindow" id="scrolledwindow1" undoId="1156"> > <property name="MemberName" /> > <property name="ShadowType">In</property> >- <child> >- <widget class="Gtk.TreeView" id="errorTree"> >+ <child undoId="1158"> >+ <widget class="Gtk.TreeView" id="errorTree" undoId="1157"> > <property name="MemberName" /> > <property name="HeadersVisible">False</property> > <property name="HeadersClickable">True</property> >@@ -5506,8 +5507,8 @@ > <property name="AutoSize">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="labelContinue"> >+ <child undoId="1161"> >+ <widget class="Gtk.Label" id="labelContinue" undoId="1160"> > <property name="MemberName" /> > <property name="WidthRequest">479</property> > <property name="Xalign">0</property> >@@ -5522,8 +5523,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="labelFatal"> >+ <child undoId="1163"> >+ <widget class="Gtk.Label" id="labelFatal" undoId="1162"> > <property name="MemberName" /> > <property name="Visible">False</property> > <property name="Xalign">0</property> >@@ -5537,8 +5538,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="labelWarning"> >+ <child undoId="1165"> >+ <widget class="Gtk.Label" id="labelWarning" undoId="1164"> > <property name="MemberName" /> > <property name="Visible">False</property> > <property name="Xalign">0</property> >@@ -5567,15 +5568,15 @@ > </child> > </widget> > </child> >- <child internal-child="ActionArea"> >- <widget class="Gtk.HButtonBox" id="GtkDialog_ActionArea"> >+ <child internal-child="ActionArea" undoId="ActionArea"> >+ <widget class="Gtk.HButtonBox" id="GtkDialog_ActionArea" undoId="1143"> > <property name="MemberName" /> > <property name="Spacing">10</property> > <property name="BorderWidth">5</property> > <property name="Size">3</property> > <property name="LayoutStyle">End</property> >- <child> >- <widget class="Gtk.Button" id="noButton"> >+ <child undoId="1176"> >+ <widget class="Gtk.Button" id="noButton" undoId="1175"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="UseStock">True</property> >@@ -5589,8 +5590,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="yesButton"> >+ <child undoId="1178"> >+ <widget class="Gtk.Button" id="yesButton" undoId="1177"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="UseStock">True</property> >@@ -5605,8 +5606,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="closeButton"> >+ <child undoId="1180"> >+ <widget class="Gtk.Button" id="closeButton" undoId="1179"> > <property name="MemberName" /> > <property name="Visible">False</property> > <property name="CanFocus">True</property> >@@ -5625,7 +5626,7 @@ > </widget> > </child> > </widget> >- <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.NewFileDialog" design-size="597 370"> >+ <widget class="Gtk.Dialog" id="MonoDevelop.Ide.Gui.Dialogs.NewFileDialog" undoId="1182" design-size="597 370"> > <property name="MemberName" /> > <property name="GeneratePublic">False</property> > <property name="WindowPosition">CenterOnParent</property> >@@ -5633,28 +5634,28 @@ > <property name="Buttons">2</property> > <property name="HelpButton">False</property> > <property name="HasSeparator">False</property> >- <child internal-child="VBox"> >- <widget class="Gtk.VBox" id="dialog1_VBox"> >+ <child internal-child="VBox" undoId="VBox"> >+ <widget class="Gtk.VBox" id="dialog1_VBox" undoId="1183"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.VBox" id="vbox2"> >+ <child undoId="1226"> >+ <widget class="Gtk.VBox" id="vbox2" undoId="1189"> > <property name="MemberName" /> > <property name="Spacing">6</property> > <property name="BorderWidth">6</property> >- <child> >- <widget class="Gtk.HBox" id="hbox1"> >+ <child undoId="1197"> >+ <widget class="Gtk.HBox" id="hbox1" undoId="1190"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.ScrolledWindow" id="scrolledwindow1"> >+ <child undoId="1194"> >+ <widget class="Gtk.ScrolledWindow" id="scrolledwindow1" undoId="1191"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="VscrollbarPolicy">Automatic</property> > <property name="HscrollbarPolicy">Automatic</property> > <property name="ShadowType">In</property> >- <child> >- <widget class="Gtk.TreeView" id="catView"> >+ <child undoId="1193"> >+ <widget class="Gtk.TreeView" id="catView" undoId="1192"> > <property name="MemberName" /> > <property name="WidthRequest">160</property> > <property name="CanFocus">True</property> >@@ -5670,8 +5671,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="MonoDevelop.Components.IconView" id="iconView"> >+ <child undoId="1196"> >+ <widget class="MonoDevelop.Components.IconView" id="iconView" undoId="1195"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="VscrollbarPolicy">Automatic</property> >@@ -5689,18 +5690,18 @@ > <property name="AutoSize">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Frame" id="frame1"> >+ <child undoId="1203"> >+ <widget class="Gtk.Frame" id="frame1" undoId="1198"> > <property name="MemberName" /> > <property name="ShadowType">In</property> > <property name="LabelXalign">0</property> >- <child> >- <widget class="Gtk.Alignment" id="GtkAlignment2"> >+ <child undoId="1202"> >+ <widget class="Gtk.Alignment" id="GtkAlignment2" undoId="1199"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="Yalign">0</property> >- <child> >- <widget class="Gtk.Label" id="infoLabel"> >+ <child undoId="1201"> >+ <widget class="Gtk.Label" id="infoLabel" undoId="1200"> > <property name="MemberName" /> > <property name="Xalign">0</property> > <property name="LabelProp" /> >@@ -5717,8 +5718,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Label" id="label1"> >+ <child undoId="1205"> >+ <widget class="Gtk.Label" id="label1" undoId="1204"> > <property name="MemberName" /> > <property name="WidthRequest">1</property> > <property name="HeightRequest">1</property> >@@ -5731,12 +5732,12 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox2"> >+ <child undoId="1211"> >+ <widget class="Gtk.HBox" id="hbox2" undoId="1206"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="label2"> >+ <child undoId="1208"> >+ <widget class="Gtk.Label" id="label2" undoId="1207"> > <property name="MemberName" /> > <property name="LabelProp" translatable="yes">Name:</property> > </widget> >@@ -5747,8 +5748,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Entry" id="nameEntry"> >+ <child undoId="1210"> >+ <widget class="Gtk.Entry" id="nameEntry" undoId="1209"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="IsEditable">True</property> >@@ -5767,17 +5768,17 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.VBox" id="boxProject"> >+ <child undoId="1225"> >+ <widget class="Gtk.VBox" id="boxProject" undoId="1212"> > <property name="MemberName" /> > <property name="Visible">False</property> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.HBox" id="hbox3"> >+ <child undoId="1218"> >+ <widget class="Gtk.HBox" id="hbox3" undoId="1213"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.CheckButton" id="projectAddCheckbox"> >+ <child undoId="1215"> >+ <widget class="Gtk.CheckButton" id="projectAddCheckbox" undoId="1214"> > <property name="MemberName" /> > <property name="CanFocus">True</property> > <property name="Label" translatable="yes">_Add to project:</property> >@@ -5792,8 +5793,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.ComboBox" id="projectAddCombo"> >+ <child undoId="1217"> >+ <widget class="Gtk.ComboBox" id="projectAddCombo" undoId="1216"> > <property name="MemberName" /> > <property name="IsTextCombo">True</property> > <property name="Items" translatable="yes" /> >@@ -5811,12 +5812,12 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.HBox" id="hbox4"> >+ <child undoId="1224"> >+ <widget class="Gtk.HBox" id="hbox4" undoId="1219"> > <property name="MemberName" /> > <property name="Spacing">6</property> >- <child> >- <widget class="Gtk.Label" id="projectPathLabel"> >+ <child undoId="1221"> >+ <widget class="Gtk.Label" id="projectPathLabel" undoId="1220"> > <property name="MemberName" /> > <property name="LabelProp" translatable="yes">Path:</property> > </widget> >@@ -5827,8 +5828,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="MonoDevelop.Components.FolderEntry" id="projectFolderEntry"> >+ <child undoId="1223"> >+ <widget class="MonoDevelop.Components.FolderEntry" id="projectFolderEntry" undoId="1222"> > <property name="MemberName" /> > </widget> > <packing> >@@ -5860,15 +5861,15 @@ > </child> > </widget> > </child> >- <child internal-child="ActionArea"> >- <widget class="Gtk.HButtonBox" id="dialog1_ActionArea"> >+ <child internal-child="ActionArea" undoId="ActionArea"> >+ <widget class="Gtk.HButtonBox" id="dialog1_ActionArea" undoId="1184"> > <property name="MemberName" /> > <property name="Spacing">10</property> > <property name="BorderWidth">5</property> > <property name="Size">2</property> > <property name="LayoutStyle">End</property> >- <child> >- <widget class="Gtk.Button" id="cancelButton"> >+ <child undoId="1233"> >+ <widget class="Gtk.Button" id="cancelButton" undoId="1232"> > <property name="MemberName" /> > <property name="CanDefault">True</property> > <property name="CanFocus">True</property> >@@ -5883,8 +5884,8 @@ > <property name="Fill">False</property> > </packing> > </child> >- <child> >- <widget class="Gtk.Button" id="okButton"> >+ <child undoId="1235"> >+ <widget class="Gtk.Button" id="okButton" undoId="1234"> > <property name="MemberName" /> > <property name="CanDefault">True</property> > <property name="CanFocus">True</property> >@@ -5903,4 +5904,4 @@ > </widget> > </child> > </widget> >-</stetic-interface> >+</stetic-interface> >\ No newline at end of file
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 330104
: 176251