~ubuntu-branches/ubuntu/natty/monodevelop/natty

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Ide/MonoDevelop.Ide.FindInFiles/SearchResultPad.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-01-07 19:06:58 UTC
  • mto: (1.6.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20100107190658-z9z95lgk4kwfes7p
ImportĀ upstreamĀ versionĀ 2.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
                                widget.AsyncOperation = value;
64
64
                        }
65
65
                }
66
 
                
 
66
                public bool FocusPad {
 
67
                        get;
 
68
                        set;
 
69
                }
67
70
                public int InstanceNum {
68
71
                        get;
69
72
                        set;
115
118
                        widget.ShowStatus (" " + GettextCatalog.GetString("Search completed") + " - " + 
116
119
                                string.Format (GettextCatalog.GetPluralString("{0} match.", "{0} matches.", widget.ResultCount), widget.ResultCount));
117
120
                        widget.EndProgress ();
 
121
                        if (FocusPad) 
 
122
                                widget.FocusPad ();
118
123
                }
119
124
                
120
125
                public void WriteText (string text)