Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutch@xamarin.com>2011-09-26 17:24:40 +0400
committerMichael Hutchinson <mhutch@xamarin.com>2011-09-26 17:28:11 +0400
commit5a26ad694ad3623ec8c6b876224a0a045005e092 (patch)
treeb6e4b4f1223fe318dd58cd561c615f1ed2d955c6 /main/src/core/MonoDevelop.Ide/gtk-gui
parent5301b1aa3047d8e3f4bdcc5ef3f03722df455032 (diff)
[Ide] Remove the FileScout
It's barely maintained and hasn't seen much love, there's not much point in having it in an IDE, and no-one uses it. Apparently it was only ever intended as a temporary workaround before SharpDevelop had project support, and MD inherited it.
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtk-gui')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs12
-rw-r--r--main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic17
2 files changed, 1 insertions, 28 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs
index 2081e7e996..1a8cd90cf0 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs
@@ -20,7 +20,6 @@ namespace MonoDevelop.Ide.Gui.OptionPanels
private global::Gtk.HBox hbox3;
private global::Gtk.CheckButton fontOutputCheckbox;
private global::Gtk.FontButton fontOutputButton;
- private global::Gtk.CheckButton hiddenButton;
private global::Gtk.CheckButton documentSwitcherButton;
protected virtual void Build ()
@@ -193,17 +192,6 @@ namespace MonoDevelop.Ide.Gui.OptionPanels
w15.Expand = false;
w15.Fill = false;
// Container child vbox13.Gtk.Box+BoxChild
- this.hiddenButton = new global::Gtk.CheckButton ();
- this.hiddenButton.Name = "hiddenButton";
- this.hiddenButton.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("S_how hidden files and directories in File Scout");
- this.hiddenButton.DrawIndicator = true;
- this.hiddenButton.UseUnderline = true;
- this.vbox13.Add (this.hiddenButton);
- global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.hiddenButton]));
- w16.Position = 3;
- w16.Expand = false;
- w16.Fill = false;
- // Container child vbox13.Gtk.Box+BoxChild
this.documentSwitcherButton = new global::Gtk.CheckButton ();
this.documentSwitcherButton.CanFocus = true;
this.documentSwitcherButton.Name = "documentSwitcherButton";
diff --git a/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic b/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic
index fe682ec371..2a2f0a8b02 100644
--- a/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic
+++ b/main/src/core/MonoDevelop.Ide/gtk-gui/gui.stetic
@@ -3970,21 +3970,6 @@ Large</property>
</packing>
</child>
<child>
- <widget class="Gtk.CheckButton" id="hiddenButton">
- <property name="MemberName" />
- <property name="Label" translatable="yes">S_how hidden files and directories in File Scout</property>
- <property name="DrawIndicator">True</property>
- <property name="HasLabel">True</property>
- <property name="UseUnderline">True</property>
- </widget>
- <packing>
- <property name="Position">3</property>
- <property name="AutoSize">True</property>
- <property name="Expand">False</property>
- <property name="Fill">False</property>
- </packing>
- </child>
- <child>
<widget class="Gtk.CheckButton" id="documentSwitcherButton">
<property name="MemberName" />
<property name="CanFocus">True</property>
@@ -12623,4 +12608,4 @@ Visual Studio generates a default ID for embedded resources, instead of simply u
</widget>
</child>
</widget>
-</stetic-interface> \ No newline at end of file
+</stetic-interface>